1. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  2. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  3. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  4. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  5. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  8. 54b8511 Make GrResourceCache perf less sensitive to key length change by kkinnunen · 9 years ago
  9. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  10. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  11. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 9 years ago
  12. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 9 years ago
  13. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  14. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  15. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  16. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  17. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  18. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  19. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  20. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  21. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  22. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  23. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  24. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  25. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  26. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  27. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  28. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  29. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  30. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  31. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  32. 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
  33. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  34. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  35. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  36. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  37. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  38. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  39. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  40. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  41. e49157f Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  42. 59e7d23 Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (https://codereview.chromium.org/275903002/) by commit-bot@chromium.org · 10 years ago
  43. bd465d1 Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  44. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  45. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  46. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  47. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  48. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago