1. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  2. a098dd4 Fix drawVertices() on GPU when texs=colors=shaders=indices=null by bsalomon · 10 years ago
  3. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  4. 0c42332 Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering by robertphillips · 10 years ago
  5. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  6. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago
  7. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  8. 21048b5 Always have GrLayer's rect be valid by robertphillips · 10 years ago
  9. 32a311b Fixed the bug in drawVertices when no colors or texture coordinates are provided by modifying the grprimitive to klines and adjusting the indices. by dandov · 10 years ago
  10. 49b3590 Revert of drawVertices bug on gpu side (https://codereview.chromium.org/387113002/) by dandov · 10 years ago
  11. 612364d Fixed the bug in drawVertices when no colors or texture coordinates are provided by modifying the grprimitive to klines and adjusting the indices. by dandov · 10 years ago
  12. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  13. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  14. d78a168 Improve gpu tracing when applying markers directly to gpu target by egdaniel · 10 years ago
  15. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  16. 1ad00e4 Split SkPictureRangePlayback out of SkPicturePlayback by robertphillips · 10 years ago
  17. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  18. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  19. 952841b Begin atlasing by robertphillips · 10 years ago
  20. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  21. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  22. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  23. 4ec84da Move allocation of texture from SkGpuDevice to GrLayerCache by robertphillips · 10 years ago
  24. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  25. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 10 years ago
  26. bbcb38d Allow gpu debug markers to be placed by using a GrContext by egdaniel · 10 years ago
  27. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  28. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  29. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  30. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  31. e50da8f fix when DEVICE_CONFIG is still defined by reed · 10 years ago
  32. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  33. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  34. 2583b62 Is this SkDebug important? It drives me nuts. by mtklein · 10 years ago
  35. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  36. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  37. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  38. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  39. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  40. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  41. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  42. 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
  43. 9927bd3 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  44. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  45. 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 10 years ago
  46. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  47. 8dcff64 Move skPaint2GrPaint to SkGr.h/cpp by commit-bot@chromium.org · 10 years ago
  48. 8ec8bab Update layer-pre-rendering for Chrome flag by commit-bot@chromium.org · 10 years ago
  49. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  50. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  51. a17773f Disable filtering in draw Bitmap operation when pixels are aligned by commit-bot@chromium.org · 10 years ago
  52. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  53. 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 · 10 years ago
  54. 7252f7b Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  55. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  56. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  57. 8fd9382 Fix memory leak in GPU Picture optimization by commit-bot@chromium.org · 10 years ago
  58. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  59. 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 · 10 years ago
  60. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  61. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  62. 9d5e3f1 Fix image decode thrashing when drawing a very large source image to a GPU canvas by commit-bot@chromium.org · 10 years ago
  63. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  64. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  65. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  66. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  67. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  68. 365cd31 Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased) by commit-bot@chromium.org · 10 years ago
  69. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  70. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  71. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  72. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  73. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  74. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  75. e930a07 Add a GrLayerCache to GrContext by robertphillips@google.com · 10 years ago
  76. 2c48ee8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  77. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  78. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  79. 4784182 Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/) by commit-bot@chromium.org · 10 years ago
  80. dcb8ef9 Implement text rendering with NVPR by commit-bot@chromium.org · 10 years ago
  81. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  82. a95a066 Fix Windows build break introduced in r13864. by bungeman@google.com · 10 years ago
  83. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  84. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@chromium.org · 10 years ago
  85. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  87. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  88. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  89. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
  90. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  91. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  92. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  93. 8213970 plumbing for GPU fast blur by commit-bot@chromium.org · 11 years ago
  94. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  95. 969588f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  97. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  98. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  99. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 11 years ago