aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrResourceCache.h
Commit message (Expand)AuthorAge
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* When a surface is backed by an external render target force a copy on image snapGravatar bsalomon2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Attempt to land cache purge again [and regen bot logs if still failing]Gravatar bsalomon2015-12-09
* Wire up resource cache stats dumping in nanobenchGravatar joshualitt2015-12-02
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-09
* Revert of Update Layer Hoisting to store its atlas texture in the resource ca...Gravatar robertphillips2015-11-06
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-06
* Revert of Reland "By default purge resources that haven't been used for 64 fl...Gravatar bsalomon2015-11-03
* Reland "By default purge resources that haven't been used for 64 flushes (pat...Gravatar bsalomon2015-11-03
* Revert of By default purge resources that haven't been used for 64 flushes (p...Gravatar bsalomon2015-09-29
* By default purge resources that haven't been used for 64 flushesGravatar bsalomon2015-09-29
* Add onMemoryDump to GrContextGravatar ericrk2015-09-15
* Revert of By default purge resources that haven't been used for 64 flushes (p...Gravatar bsalomon2015-08-31
* By default purge resources that haven't been used for 64 flushesGravatar bsalomon2015-08-31
* Revert of By default purge resources that haven't been used for 64 flushes (p...Gravatar bsalomon2015-08-31
* By default purge resources that haven't been used for 64 flushesGravatar Brian Salomon2015-08-30
* Revert of By default purge resources that haven't been used for 64 flushes (p...Gravatar rmistry2015-08-27
* By default purge resources that haven't been used for 64 flushesGravatar bsalomon2015-08-27
* Add ANGLE workaround to prefer flushes over VRAM usageGravatar robertphillips2015-08-20
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Add mechanism to proactively purge old resources in GrResourceCache.Gravatar bsalomon2015-04-08
* Handle the case when the GrResourceCache timestamp wraps.Gravatar bsalomon2015-02-19
* Allow resources' unique keys to be changed.Gravatar bsalomon2015-02-19
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Use an array of nonpurgeable resources in GrResourceCacheGravatar bsalomon2015-02-17
* Make GrResourceCache use a priority queue of purgeable resources.Gravatar bsalomon2015-02-17
* Split out methods in GrGpuResource::CacheAccess that can be called outside of...Gravatar bsalomon2015-02-13
* Rename GrResourceCache2->GrResourceCacheGravatar bsalomon2015-02-11
* 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
* Remove all knowledge of resource keys from the legacy cache.Gravatar bsalomon2014-11-11
* Use GrResourceCache2 to service content key lookupsGravatar bsalomon2014-11-10
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08
* Revert "GrResourceCache2 manages scratch texture."Gravatar Brian Salomon2014-10-07
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-07
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Make textures register with GrResourceCache2 as scratch.Gravatar bsalomon2014-08-28
* Fix leak of GrResourceCacheEntryGravatar bsalomon2014-08-22
* Rename GrGpuObject to GrGpuResourceGravatar bsalomon2014-07-25
* Merge GrGpuObject and GrCacheable.Gravatar bsalomon2014-07-25
* Move GrTMultiMap to src/core and rename itGravatar robertphillips2014-07-21