aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilBuffer.cpp
Commit message (Expand)AuthorAge
* Recycle stencil buffers across render targets.Gravatar bsalomon2015-02-19
* 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
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-24
* 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
* Add GrGpuResource::CacheAccessGravatar bsalomon2014-11-11
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Ensure that GrCacheID::Key instances are fully initialized.Gravatar bsalomon@google.com2013-01-02
* Reland 6914 w/ fixes.Gravatar bsalomon@google.com2012-12-20
* Revert 6914 to fix build issues.Gravatar bsalomon@google.com2012-12-20
* Simplify cache IDs and keys.Gravatar bsalomon@google.com2012-12-20
* Extended instance counting to all GrResource-derived classesGravatar robertphillips@google.com2012-09-11
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Simplified stencil buffer cachingGravatar robertphillips@google.com2012-09-05
* Remove SkGpuDevice::fTexture, use new pixel ref class nameGravatar bsalomon@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Split cache-specific fields out of GrTextureDescGravatar robertphillips@google.com2012-08-13
* Added resource domain to GrTextureDescGravatar robertphillips@google.com2012-08-09
* Refactored cacheID in preparation for clip mask caching changesGravatar robertphillips@google.com2012-08-08
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12