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