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.h
Commit message (
Expand
)
Author
Age
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
rename GrDrawTargetCaps.h to GrCaps.h and move to include
bsalomon
2015-05-22
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove backend factories
joshualitt
2014-12-04
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
Push isEqual/onIsEqual down from GrProcessor to subclasses.
bsalomon
2014-10-15
*
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
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
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
*
Make GMs aware of what tool they're being run in.
commit-bot@chromium.org
2014-02-07
*
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