1. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  2. e5524cd Fix layer hoisting bug in SkCanvas::drawPicture path by robertphillips · 10 years ago
  3. 2e4414e Do not clear the source device in SkGpuDevice::drawDevice by kkinnunen · 10 years ago
  4. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  5. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  6. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  7. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  8. de358a9 BUG=skia: by joshualitt · 10 years ago
  9. 5444393 Apply prePathMatrix in SkGpuDevice as view matrix preconcat when possible by bsalomon · 10 years ago
  10. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  11. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  12. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  13. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  14. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  15. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  16. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  17. 63242d7 Fix SKPBench tiling so MPD and non-MPD match by robertphillips · 10 years ago
  18. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  19. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  20. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  21. 367e186 use drawRect when drawing a bitmap with anti-aliasing on a non-msaa target by derekf · 10 years ago
  22. 3729469 Change clear() to respect the clip by reed · 10 years ago
  23. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  24. 30d7841 Add support for hoisting layers in pictures drawn with a matrix by robertphillips · 10 years ago
  25. ec8bb94 Fix error in Ganesh' tiled bitmap drawing by robertphillips · 10 years ago
  26. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  27. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  28. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  29. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  30. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  31. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  32. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  33. a63f32e Address MSAA rendering in layer hoisting by robertphillips · 10 years ago
  34. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  35. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  36. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  37. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  38. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  39. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  40. f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
  41. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  42. fd61ed0 Alter layer hoisting to only hoist layers for one canvas at a time by robertphillips · 10 years ago
  43. 4396fa5 Revert of Use approximate scratch textures for image filters. (patchset #2 id:20001 of https://codereview.chromium.org/679113004/) by hcm · 10 years ago
  44. 50a1405 Use approximate scratch textures for image filters. by bsalomon · 10 years ago
  45. a9a80e5 Revert of Use approximate scratch textures for image filters. (patchset #1 id:1 of https://codereview.chromium.org/679113004/) by bsalomon · 10 years ago
  46. 96c6068 Use approximate scratch textures for image filters. by bsalomon · 10 years ago
  47. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  48. 9e6835d Track nested picture xform state for layer hoisting by robertphillips · 10 years ago
  49. 6219e1f Remove unused parameters from filter_texture by robertphillips · 10 years ago
  50. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  51. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  52. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  53. d61ef01 Expose layer hoisting API in GrContext by robertphillips · 10 years ago
  54. e6efd39 Only use msaa target for blur mask when doAA is true by derekf · 10 years ago
  55. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  56. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  57. f4555aa Create MSAA render target for blur mask texture by derekf · 10 years ago
  58. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  59. b5a9715 Allow previously-hoisted layers to be reused in the same draw by robertphillips · 10 years ago
  60. 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
  61. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  62. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  63. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  64. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  65. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  66. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  67. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  68. 30d2cc6 Update layer hoisting code to correctly render sub-picture layers by robertphillips · 10 years ago
  69. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  70. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  71. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  72. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  73. 1c4c528 Refactor layer hoisting code by robertphillips · 10 years ago
  74. a0537de Copy layer-hoisting related SkPaints by robertphillips · 10 years ago
  75. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  76. 4aa6dfc Separate replacement creation from layer discovery by robertphillips · 10 years ago
  77. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  78. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  79. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  80. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  81. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  82. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  83. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  84. 7187593 Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT. by bsalomon · 10 years ago
  85. 32d0b3b Simplify SkGpuDevice construction by bsalomon · 10 years ago
  86. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  87. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  88. 64bf767 Split up monolithic EXPERIMENTAL_drawPicture method by robertphillips · 10 years ago
  89. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  90. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  91. c019ec4 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  92. 3b73e01 Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/) by mtklein · 10 years ago
  93. 4a2b2e8 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  94. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  95. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  96. a098dd4 Fix drawVertices() on GPU when texs=colors=shaders=indices=null by bsalomon · 10 years ago
  97. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  98. 0c42332 Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering by robertphillips · 10 years ago
  99. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  100. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago