aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpuResource.cpp
Commit message (Expand)AuthorAge
* 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
* Allow SkTraceMemoryDump to exclude wrapped objectsGravatar Eric Karl2018-03-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
* Setup for another attempt to split up opListsGravatar Robert Phillips2017-05-11
* Remove SkCrossContextImageData and all support codeGravatar Brian Osman2017-05-11
* Allow wrapped resources to have unique keysGravatar Brian Osman2017-05-08
* 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
* Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxyGravatar Robert Phillips2016-11-11
* 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
* 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
* Make methods on GrGpuResource safe to call on abandoned resourceGravatar bsalomon2015-09-24
* Add onMemoryDump to GrContextGravatar ericrk2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Refactor GrGpu path rendering functions to GrPathRenderingGravatar kkinnunen2015-06-01
* 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
* 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
* 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
* Add a simpler key type for scratch resource keys.Gravatar bsalomon2014-12-30
* Adding a custom data field to GrGpuResourceGravatar junov2014-12-11
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-25
* Allow GPU resources to not be counted against the cache budget.Gravatar bsalomon2014-11-17
* Correct accounting for wrapped resourcesGravatar bsalomon2014-11-17
* 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