aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipMaskCache.h
Commit message (Expand)AuthorAge
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Remove GrContext from GrClipMaskCacheGravatar bsalomon2015-05-29
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Remove AutoScratchTextureGravatar bsalomon2014-10-16
* 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
* Add GrResourceCache2.Gravatar bsalomon2014-08-21
* Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...Gravatar bsalomon2014-08-19
* Add GrResourceCache2.Gravatar bsalomon2014-08-19
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* Avoid re-rendering stencil clip for every draw with reducable clip stackGravatar commit-bot@chromium.org2013-11-05
* Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...Gravatar reed@google.com2013-11-01
* Avoid re-rendering stencil clip for every draw with reducable clip stackGravatar commit-bot@chromium.org2013-11-01
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Use ReduceClipStack in ClipMaskManager.Gravatar bsalomon@google.com2012-12-06
* Turn on GPU AA clippingGravatar robertphillips@google.com2012-10-12
* Moved GrClipMaskCache to its own filesGravatar robertphillips@google.com2012-08-29