1. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  2. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  3. c588603 Move GrTypesPriv.h to include/private by Brian Salomon · 7 years ago
  4. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  5. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  6. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  7. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  8. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  9. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  10. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  11. f046e15 Fix undefined GrIORef test method on Chrome win bot by Brian Salomon · 8 years ago
  12. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  13. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  14. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  15. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago
  16. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  17. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  18. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  19. ee843b2 Revert of Make GrResourceCache dynamically change between LRU and random replacement strategies. (patchset #8 id:140001 of https://codereview.chromium.org/2321563006/ ) by robertphillips · 8 years ago
  20. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  21. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  22. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  23. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  24. 9a44565 Remove custom data from GrGpuResource by bsalomon · 8 years ago
  25. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  26. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  27. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  28. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  29. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 9 years ago
  30. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  31. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  32. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  33. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
  34. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  35. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  36. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  37. 563ff60 make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  38. 9b44026 Revert of make getContentKey() available in GrGpuResource public interface (patchset #2 id:20001 of https://codereview.chromium.org/886313005/) by stephana · 10 years ago
  39. 85ed2db make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  40. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  41. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  42. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  43. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  44. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  45. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  46. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  47. 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
  48. 436293a Making GrGpuResource::release public for special case in Blink by junov · 10 years ago
  49. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  50. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  51. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  52. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  53. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  54. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  55. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  56. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  57. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  58. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  59. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  60. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  61. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  62. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  63. ac211af call derived ~ from GrIORef by bsalomon · 10 years ago
  64. 81e6448 Remove ~GrIORef since last remaining virtual and now all inline by bsalomon · 10 years ago
  65. 0f9e8a7 Revert of Use presence of a content key as non-scratch indicator (patchset #5 id:80001 of https://codereview.chromium.org/639873002/) by bsalomon · 10 years ago
  66. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  67. 544fe23 Add SK_API to GrGpuResource TBR=reed@google.com by bsalomon · 10 years ago
  68. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  69. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  70. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  71. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  72. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  73. 8d034a1 Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  74. 4401a1f Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/) by bsalomon · 10 years ago
  75. 150723b Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  76. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  77. b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
  78. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago
  79. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  80. 52e9d63 Don't take a ref on GP in AutoEffectRestore. by bsalomon · 10 years ago
  81. ac8d619 Add method to GrProgramResource to record that pending a execution was completed. by bsalomon · 10 years ago
  82. 9574098 Add GrProgramElement base class for GrEffect with deferred exec ref. by bsalomon · 10 years ago
  83. 00b76bd Add reference base class to GrGpuResourcewith pending IO references. by bsalomon · 10 years ago
  84. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  85. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  86. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  87. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  88. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  89. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  90. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  91. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago[Renamed (93%) from include/gpu/GrGpuObject.h]
  92. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  93. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 10 years ago
  94. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  95. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago