1. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  2. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  3. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  4. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  5. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  6. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  7. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  8. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  9. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  10. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  11. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  12. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  13. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  14. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  15. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  16. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  17. 752f6ea Remove unneeded variables from ResourceCache test by bsalomon · 8 years ago
  18. 9a44565 Remove custom data from GrGpuResource by bsalomon · 8 years ago
  19. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  20. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  21. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  22. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  23. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  24. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  25. e8f3062 switch surface to sk_sp by reed · 8 years ago
  26. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  27. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  28. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  29. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  30. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  31. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  32. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  33. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  34. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  35. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  36. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 8 years ago
  37. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  38. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  39. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  40. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  41. 89438a1 Fix leak in ResourceCache test by Brian Salomon · 9 years ago
  42. c6363ef Make methods on GrGpuResource safe to call on abandoned resource by bsalomon · 9 years ago
  43. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  44. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  45. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  46. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  47. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  48. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
  49. c369348 Fix SkData leaks at GrResourceKey::setCustomData() call sites. by Stephen White · 9 years ago
  50. b001c41 Fix resource cache test. by Stephen White · 9 years ago
  51. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  52. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  53. eeb8d99 Only run test_wrapped_resources() when GL is active by jvanverth · 9 years ago
  54. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  55. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  56. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  57. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  58. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  59. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  60. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  61. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  62. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  63. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  64. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  65. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  66. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  67. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 9 years ago
  68. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  69. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  70. b602d4d Speculative fix for nexus player unit test failure by bsalomon · 9 years ago
  71. ddf30e6 Handle the case when the GrResourceCache timestamp wraps. by bsalomon · 9 years ago
  72. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 9 years ago
  73. f99e961 Allow resources' unique keys to be changed. by bsalomon · 9 years ago
  74. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  75. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 9 years ago
  76. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 9 years ago
  77. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 9 years ago
  78. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 9 years ago
  79. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 9 years ago
  80. 24db3b1 Add specialized content key class for resources. by bsalomon · 9 years ago
  81. 1c60dfe Reland https://codereview.chromium.org/860333002 with fix for test failures. by bsalomon · 9 years ago
  82. 988018c Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 id:1 of https://codereview.chromium.org/860333002/) by mtklein · 9 years ago
  83. 711ef48 Make GrScratchKey memory buffer correct size on copy by kkinnunen · 9 years ago
  84. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  85. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  86. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  87. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  88. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  89. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  90. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  91. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  92. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  93. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  94. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  95. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  96. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  97. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  98. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  99. 48ea202 set key data in duplicate scratch key unit test by bsalomon · 10 years ago
  100. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago