1. 43b882b Remove purging of GPU resources based on flush counts. by Brian Salomon · 6 years ago
  2. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  3. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  4. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  5. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  6. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  8. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 8 years ago
  9. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  10. 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
  11. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  12. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  13. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  14. f99e961 Allow resources' unique keys to be changed. by bsalomon · 9 years ago
  15. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  16. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 9 years ago
  17. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 9 years ago
  18. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  19. 563ff60 make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  20. 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
  21. 85ed2db make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  22. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  23. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  24. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  25. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  26. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  27. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  28. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  29. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  30. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  31. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  32. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  33. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  34. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  35. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  36. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  37. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago