aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ResourceCacheTest.cpp
Commit message (Expand)AuthorAge
* Purge clip masks when they are no longer findable.Gravatar Brian Salomon2017-01-06
* Add support for tagging GrUniqueKeys with a debug stringGravatar Brian Salomon2017-01-06
* remove debugging printf from resource cache test.Gravatar Brian Salomon2017-01-03
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* src/core: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* Fix Vulkan command buffer assert on device lostGravatar Jim Van Verth2016-11-07
* Further centralize computation of GrSurface VRAM consumption - take 2Gravatar Robert Phillips2016-11-07
* Revert "Further centralize computation of GrSurface VRAM consumption"Gravatar Ben Wagner2016-11-06
* tests: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-04
* Further centralize computation of GrSurface VRAM consumptionGravatar Robert Phillips2016-11-04
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Explicit control in tools of ANGLE frontend and backendGravatar bsalomon2016-10-14
* Remove many uses of kSkia8888 and kSkiaGamma8888Gravatar Brian Osman2016-10-14
* 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
* Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique idsGravatar robertphillips2016-08-31
* Don't purge resources for trivial GrContext flushesGravatar bsalomon2016-08-31
* Remove unneeded variables from ResourceCache testGravatar bsalomon2016-08-30
* Remove custom data from GrGpuResourceGravatar bsalomon2016-08-30
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* 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
* switch surface to sk_spGravatar reed2016-03-23
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview....Gravatar mtklein2016-03-16
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.c...Gravatar mtklein2016-03-11
* Use std::unique_ptr.Gravatar mtklein2016-03-11
* Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.c...Gravatar mtklein2016-03-10
* Use std::unique_ptr.Gravatar mtklein2016-03-10
* 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
* Remove deferred clear from SkGpuDeviceGravatar bsalomon2016-02-05
* Generate list of GPU contexts outside testsGravatar kkinnunen2015-12-01
* Fix leaks in unit tests of GrGLTextureInfosGravatar bsalomon2015-11-11
* Use a struct for client GL texture handlesGravatar bsalomon2015-11-10
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Fix leak in ResourceCache testGravatar Brian Salomon2015-09-24
* Make methods on GrGpuResource safe to call on abandoned resourceGravatar bsalomon2015-09-24
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-04