aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrLayerCache.cpp
Commit message (Expand)AuthorAge
* Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.Gravatar djsollen2016-04-29
* Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (pat...Gravatar reed2016-04-28
* Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.Gravatar djsollen2016-04-27
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* free -> resetGravatar mtklein2016-03-17
* Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....Gravatar bungeman2016-03-17
* free -> resetGravatar mtklein2016-03-17
* 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
* 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
* Clean up GrAtlas and rename it GrLayerAtlasGravatar robertphillips2015-11-03
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Refactor GrGpu path rendering functions to GrPathRenderingGravatar kkinnunen2015-06-01
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Reimplement gpu message bus for invalidated bitmap gen IDsGravatar bsalomon2015-02-06
* Allow non-atlasable layer to still be hoistedGravatar robertphillips2015-01-08
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...Gravatar robertphillips2014-12-16
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* Add additional clean up code in MPD pathGravatar robertphillips2014-12-01
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* Address MSAA rendering in layer hoistingGravatar robertphillips2014-11-10
* Fix layer cache memory leakGravatar robertphillips2014-11-04
* Fix bug in aggressive layer cache purgingGravatar robertphillips2014-10-30
* Discard atlas after every MultiPictureDraw::drawGravatar robertphillips2014-10-29
* Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60...Gravatar robertphillips2014-10-29
* Discard atlas after every MultiPictureDraw::drawGravatar robertphillips2014-10-29
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Alter layer hoisting to only hoist layers for one canvas at a timeGravatar robertphillips2014-10-28
* Add clip to layer cacheGravatar robertphillips2014-10-20
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Add GrLayerCache::writeLayersToDiskGravatar robertphillips2014-10-14
* Fix bug in GrCachedLayer reuseGravatar robertphillips2014-10-10
* Revert of Fix bug in plot locking system (patchset #3 id:80001 of https://cod...Gravatar robertphillips2014-10-09
* Fix bug in plot locking systemGravatar robertphillips2014-10-09
* 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
* Fix some incorrect assumptions in GrLayerCache.cppGravatar robertphillips2014-10-06