aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrResourceCache.cpp
Commit message (Expand)AuthorAge
* Revert of Make GrResourceCache dynamically change between LRU and random repl...Gravatar robertphillips2016-10-04
* Make GrResourceCache dynamically change between LRU and random replacement st...Gravatar bsalomon2016-10-03
* Change implementation of flush-count based GrGpuResource purgingGravatar bsalomon2016-09-22
* Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...Gravatar bsalomon2016-09-07
* Revert of Restructure flushing relationship between GrContext, GrDrawingManag...Gravatar bsalomon2016-09-06
* Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...Gravatar bsalomon2016-09-06
* Use sse4.2 CRC32 instructions to hash when available.Gravatar mtklein2016-08-08
* Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.hGravatar robertphillips2016-06-23
* Don't store resources with a unique key in GrResourceCache's fScratchMapGravatar robertphillips2016-05-24
* 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
* Switch uses of SkChecksum::Compute to Murmur3.Gravatar mtklein2015-11-16
* Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:2000...Gravatar mtklein2015-11-16
* Switch uses of SkChecksum::Compute to Murmur3.Gravatar mtklein2015-11-16
* Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:2000...Gravatar mtklein2015-11-13
* Switch uses of SkChecksum::Compute to Murmur3.Gravatar mtklein2015-11-12
* Add onMemoryDump to GrContextGravatar ericrk2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Add ANGLE workaround to prefer flushes over VRAM usageGravatar robertphillips2015-08-20
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Valgrind sez: new[] wants delete[].Gravatar mtklein2015-04-09
* Add mechanism to proactively purge old resources in GrResourceCache.Gravatar bsalomon2015-04-08
* Increase maximum gpu resources from 1024 to 4096Gravatar kkinnunen2015-03-09
* skia: Add tracing for skia's budgetGravatar hendrikw2015-03-04
* 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
* Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual implGravatar bsalomon2014-11-12
* Add GrGpuResource::CacheAccessGravatar bsalomon2014-11-11
* Remove all knowledge of resource keys from the legacy cache.Gravatar bsalomon2014-11-11
* Use GrResourceCache2 to service content key lookupsGravatar bsalomon2014-11-10
* Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsGravatar bsalomon2014-11-03
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Build gpu stats tracking in dev builds.Gravatar bsalomon2014-10-24
* Use presence of a content key as non-scratch indicatorGravatar bsalomon2014-10-09