aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GpuLayerCacheTest.cpp
Commit message (Expand)AuthorAge
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Add discard support to VulkanGravatar egdaniel2016-06-30
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Minor refactor of GrLayerHoisterGravatar robertphillips2016-05-03
* Make more unit tests run on VulkanGravatar bsalomon2016-04-12
* Make existing unit tests only run on GL contextsGravatar bsalomon2016-04-06
* One signature for creating unit tests that run on premade GrContextsGravatar bsalomon2016-04-05
* return pictures as sk_spGravatar reed2016-03-18
* Generate list of GPU contexts outside testsGravatar kkinnunen2015-12-01
* 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
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-19
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar mtklein2015-05-18
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-18
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar reed2015-05-07
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-07
* 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
* Fix GpuLayerCacheTest compile errorGravatar kkinnunen2014-12-12
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* 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
* Fix bug in GrCachedLayer reuseGravatar robertphillips2014-10-10
* Move offset and CTM from LayerCache Key to per-hoisted-layer infoGravatar robertphillips2014-09-29
* Separate replacement creation from layer discoveryGravatar robertphillips2014-09-17
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Refactor GrLayerCache for new APIGravatar robertphillips2014-08-18
* Add CTM to the cached layers' key and reduce render target pingponging in lay...Gravatar robertphillips2014-07-31
* Now always use Atlas for layer cacheGravatar robertphillips2014-07-29
* Add plot-based purging to GrLayerCacheGravatar robertphillips2014-07-29
* Add auto purging for SkPicture-related Ganesh resources (esp. layers)Gravatar robertphillips2014-07-22
* Fix alpha textures in NV ES3 contexts on Windows.Gravatar bsalomon2014-07-17
* Always have GrLayer's rect be validGravatar robertphillips2014-07-15
* Remove Skia's use of the default SkPicture constructor and multi-cloneGravatar Robert Phillips2014-07-13
* Begin atlasingGravatar robertphillips2014-06-30
* Revert of Begin atlasing (https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Begin atlasingGravatar robertphillips2014-06-29