1. 3217c4a Make sure to copy the LATC alias when copying the GrGLCaps by krajcevski · 10 years ago
  2. 4cbf8e3 Add some comments to GrRectanizer_skyline by robertphillips · 10 years ago
  3. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  4. 594069f Use vertex attribute for text color in GrBitmapTextContext by bsalomon · 10 years ago
  5. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
  6. 2583b62 Is this SkDebug important? It drives me nuts. by mtklein · 10 years ago
  7. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  8. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  9. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  10. 8af0523 Fall back to using clip effect for outer rect in drawdrrect by bsalomon · 10 years ago
  11. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  12. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  13. 309e869 Fix bracket outside of ifdef by krajcevski · 10 years ago
  14. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  15. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  16. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  17. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  18. a05fa06 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 10 years ago
  19. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  20. f7f9aa0 move all code generation under genProgram() in GrGLShaderBuilder. by commit-bot@chromium.org · 10 years ago
  21. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  22. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  23. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  24. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. facad13 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 10 years ago
  26. 6eac42e Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  27. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  28. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  29. f9bd04f Constify the arguments to createTexture by commit-bot@chromium.org · 10 years ago
  30. 0365261 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  31. ad854bf Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 10 years ago
  32. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  33. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  34. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  35. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  36. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  37. c2dbbb6 Add OpenGL Compressed Texture enum values by commit-bot@chromium.org · 10 years ago
  38. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  39. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  40. c93e681 fix the visual diff of raster vs gpu -- vertices_80. The sw-raster is correct, all images are blurry. by commit-bot@chromium.org · 10 years ago
  41. 5408f8f Remove 1/2 pixel offsets for distance field layout. by commit-bot@chromium.org · 10 years ago
  42. eeef0cc Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 10 years ago
  43. 4d9fde8 Add EXT suffix to EXT_map_buffer_range references by djsollen@google.com · 10 years ago
  44. 9927bd3 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  45. 731b28d Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)""" by commit-bot@chromium.org · 10 years ago
  46. 9e967ad Preserve GrContext's matrix when calling SkShader::asNewEffect. by commit-bot@chromium.org · 10 years ago
  47. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  48. 555e74f "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"" by reed@google.com · 10 years ago
  49. 3b9e8be Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  50. 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 10 years ago
  51. a369e36 Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)" by commit-bot@chromium.org · 10 years ago
  52. ad88340 Fix build error for windows for Dashing CL by commit-bot@chromium.org · 10 years ago
  53. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  54. b0ce4b6 Fix Gpu texture creation bug by commit-bot@chromium.org · 10 years ago
  55. 1663d40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  56. 8dcff64 Move skPaint2GrPaint to SkGr.h/cpp by commit-bot@chromium.org · 10 years ago
  57. a1633da Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  58. 7801faa Add CPU backing store for GrAtlas to reduce texture uploads. by commit-bot@chromium.org · 10 years ago
  59. 21bbc28 Allow GrFontCache::dump() in all builds. by commit-bot@chromium.org · 10 years ago
  60. 8ec8bab Update layer-pre-rendering for Chrome flag by commit-bot@chromium.org · 10 years ago
  61. e49157f Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 11 years ago
  62. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
  63. 59e7d23 Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (https://codereview.chromium.org/275903002/) by commit-bot@chromium.org · 11 years ago
  64. bd465d1 Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 11 years ago
  65. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 11 years ago
  66. a17773f Disable filtering in draw Bitmap operation when pixels are aligned by commit-bot@chromium.org · 11 years ago
  67. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 11 years ago
  68. 3d41c4a Revert r14650 (Fix rendering artifacts in pull-saveLayers-forward mode - https://codereview.chromium.org/267293007) due to unit test failures by robertphillips@google.com · 11 years ago
  69. e529a61 store map ptr in GrGeometryBuffer base class by commit-bot@chromium.org · 11 years ago
  70. 7252f7b Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 11 years ago
  71. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  72. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 11 years ago
  73. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 11 years ago
  74. 24e7b9f Fix warning by commit-bot@chromium.org · 11 years ago
  75. a5b068c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 8fd9382 Fix memory leak in GPU Picture optimization by commit-bot@chromium.org · 11 years ago
  77. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 11 years ago
  78. 300c606 Revert r14571 (Infrastructure changes to support pull saveLayers forward task - https://codereview.chromium.org/266203003) due to breaking Android unit tests by robertphillips@google.com · 11 years ago
  79. 95a2b0e Allow custom resources in the GrContext's cache by commit-bot@chromium.org · 11 years ago
  80. 11c6b39 Adds a mechanism for GrCacheable objects to notify the resource cache by commit-bot@chromium.org · 11 years ago
  81. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 11 years ago
  82. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  83. 6803c21 Revert of fix the error that path is inversed for stroke and strokeAndFill styles (https://codereview.chromium.org/183683010/) by commit-bot@chromium.org · 11 years ago
  84. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 11 years ago
  85. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 11 years ago
  86. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 11 years ago
  87. b6e5e4c Revert of Fix iOS build. (https://codereview.chromium.org/269663008/) by commit-bot@chromium.org · 11 years ago
  88. bc4ae9e Fix iOS build. by bsalomon@google.com · 11 years ago
  89. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  90. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 11 years ago
  91. 9d5e3f1 Fix image decode thrashing when drawing a very large source image to a GPU canvas by commit-bot@chromium.org · 11 years ago
  92. e83b9b7 Remove SkDEBUGFAILs that are problematic for Chromium by commit-bot@chromium.org · 11 years ago
  93. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 11 years ago
  94. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 11 years ago
  96. 9add5dc Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet). by commit-bot@chromium.org · 11 years ago
  97. 06d4cda Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be more consistent with other platforms. by commit-bot@chromium.org · 11 years ago
  98. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
  99. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 11 years ago
  100. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 11 years ago