aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ResourceCacheTest.cpp
Commit message (Expand)AuthorAge
* 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
* Handle the case when the GrResourceCache timestamp wraps.Gravatar bsalomon2015-02-19
* Recycle stencil buffers across render targets.Gravatar bsalomon2015-02-19
* Allow resources' unique keys to be changed.Gravatar bsalomon2015-02-19
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Split out methods in GrGpuResource::CacheAccess that can be called outside of...Gravatar bsalomon2015-02-13
* Rename GrResourceCache2->GrResourceCacheGravatar bsalomon2015-02-11
* Reimplement gpu message bus for invalidated bitmap gen IDsGravatar bsalomon2015-02-06
* Fix the speeling of "purgeable" in Gr codeGravatar bsalomon2015-01-23
* Allow unbudgeted resources to be recycled by the cache as scratch.Gravatar bsalomon2015-01-23
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Reland https://codereview.chromium.org/860333002 with fix for test failures.Gravatar bsalomon2015-01-21
* Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 i...Gravatar mtklein2015-01-21
* Make GrScratchKey memory buffer correct size on copyGravatar kkinnunen2015-01-21
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Add a simpler key type for scratch resource keys.Gravatar bsalomon2014-12-30
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-25
* Revert "Use scratch keys for stencil buffers."Gravatar bsalomon2014-11-24
* Cleanup res cache bench and split out into a unit test.Gravatar bsalomon2014-11-24
* Allow GPU resources to not be counted against the cache budget.Gravatar bsalomon2014-11-17
* Correct accounting for wrapped resourcesGravatar bsalomon2014-11-17
* Make GrResourceCache2 responsible for calling release, abandon, and ~.Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...Gravatar bsalomon2014-11-13
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-13
* Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual implGravatar bsalomon2014-11-12
* set key data in duplicate scratch key unit testGravatar bsalomon2014-11-12
* Add GrGpuResource::CacheAccessGravatar bsalomon2014-11-11
* Remove all knowledge of resource keys from the legacy cache.Gravatar bsalomon2014-11-11
* Use GrResourceCache2 to service content key lookupsGravatar bsalomon2014-11-10
* Add mock context and use in ResourceCacheTest.Gravatar bsalomon2014-11-05
* Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:6000...Gravatar bsalomon2014-11-05
* Add mock context and use in ResourceCacheTest.Gravatar bsalomon2014-11-05
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* 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
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21