aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GrResourceCacheBench.cpp
Commit message (Expand)AuthorAge
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Dump additional details about the gpu resources.Gravatar Derek Sollenberger2018-03-29
* Move more internal methods from GrContext to GrContextPriv (take 3)Gravatar Robert Phillips2018-01-22
* Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Gravatar Leon Scroggins2018-01-20
* Move more internal methods from GrContext to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-19
* Revert "Move more internal methods from GrContext to GrContextPriv"Gravatar Hal Canary2018-01-19
* Move more internal methods from GrContext to GrContextPrivGravatar Robert Phillips2018-01-19
* Move resourceProvider accessor to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-16
* Revert "Move resourceProvider accessor to GrContextPriv"Gravatar Hal Canary2018-01-16
* Move resourceProvider accessor to GrContextPrivGravatar Robert Phillips2018-01-16
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25
* Move mock gpu and caps, add Gr prefix, and create via GrContext::CreateGravatar Brian Salomon2017-06-23
* bench, samples, etc: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-07
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Fix for nexus 5 crashing in GL benchesGravatar joshualitt2015-09-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* remove SkInstCntGravatar mtklein2015-06-26
* Make GrResourceCache perf less sensitive to key length changeGravatar kkinnunen2015-05-18
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Split out methods in GrGpuResource::CacheAccess that can be called outside of...Gravatar bsalomon2015-02-13
* Rename GrResourceCache2->GrResourceCacheGravatar bsalomon2015-02-11
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Add a simpler key type for scratch resource keys.Gravatar bsalomon2014-12-30
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-25
* Revert "Use scratch keys for stencil buffers."Gravatar bsalomon2014-11-24
* Cleanup res cache bench and split out into a unit test.Gravatar bsalomon2014-11-24
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-24
* Make GrResourceCache2 responsible for calling release, abandon, and ~.Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...Gravatar bsalomon2014-11-13
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-13
* Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual implGravatar bsalomon2014-11-12
* Use GrResourceCache2 to service content key lookupsGravatar bsalomon2014-11-10
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Use presence of a content key as non-scratch indicatorGravatar bsalomon2014-10-09
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-30
* Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...Gravatar robertphillips2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-29
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Make GrGpuResources register with GrResourceCache2 after fully constructed.Gravatar bsalomon2014-08-26
* Revert of Make GrGpuResources register with GrResourceCache2 after fully cons...Gravatar bsalomon2014-08-26
* Make GrGpuResources register with GrResourceCache2 after fully constructed.Gravatar bsalomon2014-08-26