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