index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrClipMaskManager.cpp
Commit message (
Expand
)
Author
Age
*
Drawstate on stack
joshualitt
2014-11-17
*
cleanup reentrance logic in CMM
joshualitt
2014-10-29
*
BUG=skia:
joshualitt
2014-10-29
*
clear stencil clip on draw target
joshualitt
2014-10-29
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
aa rect renderer takes a gpu on construction
joshualitt
2014-10-28
*
Scissor rect on drawinfo
joshualitt
2014-10-27
*
Clip mask manager sets stencil on draw type
joshualitt
2014-10-27
*
Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 o...
joshualitt
2014-10-27
*
Clip mask manager sets stencil on draw type
joshualitt
2014-10-27
*
Set temporary paths volatile so we don't cache them.
jvanverth
2014-10-24
*
Cleanup: Turn GrReducedClip into a class with a static function.
tfarina
2014-10-23
*
Remove AutoScratchTexture
bsalomon
2014-10-16
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Remove GrDrawTarget::AutoRenderTargetRestore.
bsalomon
2014-09-03
*
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
*
Add override to force bitmap rendering
krajcevski
2014-08-13
*
Always use both a color and coverage attribute in GrAARectRenderer.
bsalomon
2014-08-11
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...
mtklein
2014-07-02
*
Remove the AA requirement for selecting GrEffect-based clipping.
bsalomon
2014-07-02
*
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...
bsalomon
2014-07-02
*
Remove the AA requirement for selecting GrEffect-based clipping.
bsalomon
2014-07-02
*
Split caching from allocation in GrClipMaskManager
krajcevski
2014-06-10
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
Remove unnecessary isrect code in clip mask manager
commit-bot@chromium.org
2014-03-24
*
Only use analytic effect-based clipping when AA is required by at least one e...
commit-bot@chromium.org
2014-03-19
*
Implement the clip as 4 or fewer GrEffects when possible.
commit-bot@chromium.org
2014-03-07
*
Unify edge type enums across GrEffect subclasses that clip rendering to a geo...
commit-bot@chromium.org
2014-03-05
*
Add GM that directly tests GrRRectEffect and add inverse fill version of effect.
commit-bot@chromium.org
2014-03-04
*
Make GrConvexPolyEffect support inverse fills and non-AA rects
commit-bot@chromium.org
2014-02-28
*
Analytic rrect clip for cicular corners, radius >= 0.5
commit-bot@chromium.org
2014-02-19
*
Fix another clipstack element !rect doesn't mean path bug.
commit-bot@chromium.org
2014-02-17
*
Store SkRRects in SkClipStack
commit-bot@chromium.org
2014-02-16
*
Add dev bounds to bmp txt context, use bounds to ignore clips
commit-bot@chromium.org
2014-02-11
*
Revert of r13384 (Stateful PathRenderer implementation)
robertphillips@google.com
2014-02-11
*
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
mike@reedtribe.org
2014-02-11
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-11
*
Stateful PathRenderer implementation
robertphillips@google.com
2014-02-10
*
Specialize GrConvexPolyEffect for AA rects, use for AA clip rects.
commit-bot@chromium.org
2014-02-08
*
Make GMs aware of what tool they're being run in.
commit-bot@chromium.org
2014-02-07
*
Set scissor to clip bounding box when using GrConvexPolyEffect
commit-bot@chromium.org
2014-02-07
*
Use GrConvexPolyEffect when clip is a single convex polygon
commit-bot@chromium.org
2014-02-04
*
Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https:...
bsalomon@google.com
2014-02-03
*
Use GrConvexPolyEffect when clip is a single convex polygon
commit-bot@chromium.org
2014-02-03
*
Make texture domain a helper so that it can be incorporated into other effects.
commit-bot@chromium.org
2013-12-09
[next]