1. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  2. 1c4c528 Refactor layer hoisting code by robertphillips · 10 years ago
  3. a0537de Copy layer-hoisting related SkPaints by robertphillips · 10 years ago
  4. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  5. 4aa6dfc Separate replacement creation from layer discovery by robertphillips · 10 years ago
  6. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  7. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  8. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  9. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  10. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  11. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  12. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  13. 7187593 Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT. by bsalomon · 10 years ago
  14. 32d0b3b Simplify SkGpuDevice construction by bsalomon · 10 years ago
  15. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  16. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  17. 64bf767 Split up monolithic EXPERIMENTAL_drawPicture method by robertphillips · 10 years ago
  18. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  19. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  20. c019ec4 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  21. 3b73e01 Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/) by mtklein · 10 years ago
  22. 4a2b2e8 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  23. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  24. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  25. a098dd4 Fix drawVertices() on GPU when texs=colors=shaders=indices=null by bsalomon · 10 years ago
  26. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  27. 0c42332 Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering by robertphillips · 10 years ago
  28. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  29. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago
  30. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  31. 21048b5 Always have GrLayer's rect be valid by robertphillips · 10 years ago
  32. 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
  33. 49b3590 Revert of drawVertices bug on gpu side (https://codereview.chromium.org/387113002/) by dandov · 10 years ago
  34. 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
  35. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  36. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  37. d78a168 Improve gpu tracing when applying markers directly to gpu target by egdaniel · 10 years ago
  38. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  39. 1ad00e4 Split SkPictureRangePlayback out of SkPicturePlayback by robertphillips · 10 years ago
  40. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  41. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  42. 952841b Begin atlasing by robertphillips · 10 years ago
  43. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  44. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  45. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  46. 4ec84da Move allocation of texture from SkGpuDevice to GrLayerCache by robertphillips · 10 years ago
  47. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  48. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 10 years ago
  49. bbcb38d Allow gpu debug markers to be placed by using a GrContext by egdaniel · 10 years ago
  50. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  51. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  52. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  53. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  54. e50da8f fix when DEVICE_CONFIG is still defined by reed · 10 years ago
  55. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  56. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  57. 2583b62 Is this SkDebug important? It drives me nuts. by mtklein · 10 years ago
  58. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  59. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  60. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  61. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  62. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  63. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  64. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  65. 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
  66. 9927bd3 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  67. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  68. 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 10 years ago
  69. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  70. 8dcff64 Move skPaint2GrPaint to SkGr.h/cpp by commit-bot@chromium.org · 10 years ago
  71. 8ec8bab Update layer-pre-rendering for Chrome flag by commit-bot@chromium.org · 10 years ago
  72. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  73. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  74. a17773f Disable filtering in draw Bitmap operation when pixels are aligned by commit-bot@chromium.org · 10 years ago
  75. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  76. 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
  77. 7252f7b Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  78. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  79. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  80. 8fd9382 Fix memory leak in GPU Picture optimization by commit-bot@chromium.org · 10 years ago
  81. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  82. 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
  83. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  84. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  85. 9d5e3f1 Fix image decode thrashing when drawing a very large source image to a GPU canvas by commit-bot@chromium.org · 10 years ago
  86. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  87. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  88. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  89. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  90. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  91. 365cd31 Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased) by commit-bot@chromium.org · 10 years ago
  92. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  93. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  94. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  95. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  96. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  97. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  98. e930a07 Add a GrLayerCache to GrContext by robertphillips@google.com · 10 years ago
  99. 2c48ee8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago