aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrGpuResource.h
Commit message (Expand)AuthorAge
* Remove unused GrGpuResourceRef and GrTGpuResourceRefGravatar Brian Salomon2018-07-31
* Move SkNoncopyable to include/private.Gravatar Ben Wagner2018-07-17
* Remove unused code that was used for late mip allocations.Gravatar Greg Daniel2018-06-13
* Dump additional details about the gpu resources.Gravatar Derek Sollenberger2018-03-29
* MakeBackendTextureFromSkImageGravatar Eric Karl2017-10-12
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Move GrTypesPriv.h to include/privateGravatar Brian Salomon2017-07-19
* Remove SkCrossContextImageData and all support codeGravatar Brian Osman2017-05-11
* 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
* Add GrExternalTextureData and SkCrossContextImageDataGravatar Brian Osman2017-02-28
* Revert "Add GrExternalTextureData and SkCrossContextImageData"Gravatar Brian Osman2017-02-24
* Add GrExternalTextureData and SkCrossContextImageDataGravatar Brian Osman2017-02-24
* Fix undefined GrIORef test method on Chrome win botGravatar Brian Salomon2017-01-11
* Add test for processor->resource ref/io countsGravatar Brian Salomon2017-01-11
* Add IORef capability to GrSurfaceProxy objects - take 2Gravatar robertphillips2016-11-16
* Revert "Add IORef capability to GrSurfaceProxy objects"Gravatar Robert Phillips2016-11-14
* Add IORef capability to GrSurfaceProxy objectsGravatar Robert Phillips2016-11-14
* Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxyGravatar Robert Phillips2016-11-11
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Add GrOpList and rename GrDrawTarget to GrRenderTargetOpListGravatar Robert Phillips2016-10-26
* 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
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Change implementation of flush-count based GrGpuResource purgingGravatar bsalomon2016-09-22
* Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique idsGravatar robertphillips2016-08-31
* Remove custom data from GrGpuResourceGravatar bsalomon2016-08-30
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Add onMemoryDump to GrContextGravatar ericrk2015-09-15
* remove SkInstCntGravatar mtklein2015-06-26
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Add mechanism to proactively purge old resources in GrResourceCache.Gravatar bsalomon2015-04-08
* 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
* Reimplement gpu message bus for invalidated bitmap gen IDsGravatar bsalomon2015-02-06
* make getContentKey() available in GrGpuResource public interfaceGravatar bsalomon2015-02-02
* Revert of make getContentKey() available in GrGpuResource public interface (p...Gravatar stephana2015-02-02
* make getContentKey() available in GrGpuResource public interfaceGravatar bsalomon2015-02-02
* Fix the speeling of "purgeable" in Gr codeGravatar bsalomon2015-01-23
* Allow unbudgeted resources to be recycled by the cache as scratch.Gravatar bsalomon2015-01-23
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Simplify SkInstCntGravatar mtklein2015-01-13
* Add a simpler key type for scratch resource keys.Gravatar bsalomon2014-12-30