aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ResourceCacheTest.cpp
Commit message (Expand)AuthorAge
* 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
* Revert "Implement caching of filled paths in the tessellated path renderer."Gravatar mtklein2015-08-04
* Fix SkData leaks at GrResourceKey::setCustomData() call sites.Gravatar Stephen White2015-08-03
* Fix resource cache test.Gravatar Stephen White2015-08-03
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-03
* Various GL testing fixesGravatar jvanverth2015-07-16
* Only run test_wrapped_resources() when GL is activeGravatar jvanverth2015-07-15
* Rename backing texture testing routinesGravatar jvanverth2015-07-14
* Remove GL-specific code from GMs and testsGravatar jvanverth2015-07-13
* remove SkInstCntGravatar mtklein2015-06-26
* Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of...Gravatar reed2015-06-25
* Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https...Gravatar reed2015-06-25
* Return GrGLContext from GrTestTargetGravatar joshualitt2015-06-25
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16
* Add mechanism to proactively purge old resources in GrResourceCache.Gravatar bsalomon2015-04-08
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Speculative fix for nexus player unit test failureGravatar bsalomon2015-02-19