index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrConvexPolyEffect.cpp
Commit message (
Expand
)
Author
Age
*
remove proc key
joshualitt
2014-11-25
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
Move willUseInputColor check to computeInvariantOutput
egdaniel
2014-10-15
*
Push isEqual/onIsEqual down from GrProcessor to subclasses.
bsalomon
2014-10-15
*
Create helper functions to use in computeInvariantOutput calls
egdaniel
2014-10-13
*
FPs now use the correct builder types(just a rename)
joshualitt
2014-10-09
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-03
*
Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...
robertphillips
2014-10-02
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-02
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...
joshualitt
2014-09-16
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Rename GrGLUniformManager to GrGLProgramDataManager
kkinnunen
2014-07-30
*
Allow GrGLEffects to produce variable length keys.
bsalomon
2014-07-21
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
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
*
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
*
Specialize GrConvexPolyEffect for AA rects, use for AA clip rects.
commit-bot@chromium.org
2014-02-08
*
Add workaround for Xoom crashing after discard removed from shader.
commit-bot@chromium.org
2014-02-07
*
Make GMs aware of what tool they're being run in.
commit-bot@chromium.org
2014-02-07
*
Use GrConvexPolyEffect when clip is a single convex polygon
commit-bot@chromium.org
2014-02-04
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-31
*
Add convex polygon rendering effect and GM to test it.
commit-bot@chromium.org
2014-01-30