1. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  2. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  3. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  4. 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
  5. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  6. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  7. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  8. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  9. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  10. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  11. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  12. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  13. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  14. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  15. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  16. 672550d Remove bogus assert by bsalomon · 10 years ago
  17. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  18. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  19. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  20. 81e6448 Remove ~GrIORef since last remaining virtual and now all inline by bsalomon · 10 years ago
  21. 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
  22. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  23. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  24. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  25. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  26. 00b76bd Add reference base class to GrGpuResourcewith pending IO references. by bsalomon · 10 years ago
  27. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  28. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  29. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  30. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  31. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  32. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  33. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  34. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago[Renamed (78%) from src/gpu/GrGpuObject.cpp]
  35. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  36. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 10 years ago
  37. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 11 years ago[Renamed (64%) from src/gpu/GrResource.cpp]
  38. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  39. 9ef0426 Don't reuse scratch textures patch by robertphillips@google.com · 11 years ago
  40. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  41. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 12 years ago
  42. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  43. 9474ed0 Switch GrGpu's GrResource list over to using SkTDLinkedList by robertphillips@google.com · 12 years ago
  44. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  45. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  46. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  47. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  48. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  49. 76b7fcc Some cleanup of GrResource by bsalomon@google.com · 13 years ago
  50. f7b5c1e Add getContext to GrResouce by bsalomon@google.com · 13 years ago
  51. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrResource.cpp]
  52. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  53. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago