aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ResourceCacheTest.cpp
Commit message (Expand)AuthorAge
* Add flag to avoid stencil buffers in SkiaGravatar Eric Karl2017-05-09
* Allow wrapped resources to have unique keysGravatar Brian Osman2017-05-08
* Revert "Revert "Plumb GrBackendTexture throughout skia.""Gravatar Greg Daniel2017-04-20
* Revert "Plumb GrBackendTexture throughout skia."Gravatar Stan Iliev2017-04-19
* Plumb GrBackendTexture throughout skia.Gravatar Greg Daniel2017-04-18
* deprecate odd variants of SkCanvas::readPixelsGravatar Mike Reed2017-04-17
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-06
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-05
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivGravatar Robert Phillips2017-04-05
* Revert "Revert "Add a new GrResourceCache purging mechanism for purging unuse...Gravatar Brian Salomon2017-03-22
* Mark overridden destructors with 'override' and remove 'virtual'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
* Treat cross context images as Ganesh-created resourcesGravatar Brian Osman2017-03-13
* Revert "Treat cross context images as Ganesh-created resources"Gravatar Brian Osman2017-03-10
* Treat cross context images as Ganesh-created resourcesGravatar Brian Osman2017-03-10
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* 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