index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrClipMaskCache.h
Commit message (
Expand
)
Author
Age
*
Remove GrContext from GrClipMaskCache
bsalomon
2015-05-29
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Remove AutoScratchTexture
bsalomon
2014-10-16
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...
bsalomon
2014-08-19
*
Add GrResourceCache2.
bsalomon
2014-08-19
*
SkNonCopyable should be used with private inheritance.
commit-bot@chromium.org
2014-04-07
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-05
*
Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...
reed@google.com
2013-11-01
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-01
*
Replace uses of GrNoncopyable by SkNoncopyable.
commit-bot@chromium.org
2013-09-18
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Use ReduceClipStack in ClipMaskManager.
bsalomon@google.com
2012-12-06
*
Turn on GPU AA clipping
robertphillips@google.com
2012-10-12
*
Moved GrClipMaskCache to its own files
robertphillips@google.com
2012-08-29