aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrResourceCache.cpp
Commit message (Expand)AuthorAge
* Add ability to remove unique key from proxy and underlying surface.Gravatar Greg Daniel2017-09-26
* Add native caching of uniquely keyed GrTextureProxies (take 2)Gravatar Robert Phillips2017-09-21
* Revert "Add native caching of uniquely keyed GrTextureProxies"Gravatar Robert Phillips2017-09-20
* Add native caching of uniquely keyed GrTextureProxiesGravatar Robert Phillips2017-09-20
* Update GrResourceCache changeUniqueKey to stay in valid state after each stepGravatar Greg Daniel2017-09-08
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Automatically prepend "disabled-by-default-" to TRACE categoriesGravatar Brian Osman2017-07-26
* Remove ImmediateFlush modeGravatar Robert Phillips2017-06-02
* Add method to GrContext to purge unlocked resources.Gravatar Derek Sollenberger2017-05-26
* Add GrContext API to report the number of purgeable bytes in the cache.Gravatar Derek Sollenberger2017-05-24
* Added SkImage::MakeCrossContextFromEncodedGravatar Brian Osman2017-05-09
* Revert "Added SkImage::MakeCrossContextFromEncoded"Gravatar Brian Salomon2017-05-08
* Added SkImage::MakeCrossContextFromEncodedGravatar Brian Osman2017-05-08
* Allow wrapped resources to have unique keysGravatar Brian Osman2017-05-08
* Revert "Revert "Add a new GrResourceCache purging mechanism for purging unuse...Gravatar Brian Salomon2017-03-22
* Revert "Add a new GrResourceCache purging mechanism for purging unused resour...Gravatar Brian Salomon2017-03-22
* Add a new GrResourceCache purging mechanism for purging unused resources.Gravatar Brian Salomon2017-03-22
* 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