index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrProcessor.h
Commit message (
Expand
)
Author
Age
*
Increase the amount of debug information printed out by batches
robertphillips
2015-11-16
*
Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro
mdempsky
2015-08-27
*
This change is in preparation for updating how processor keys and meta keys a...
wangyix
2015-08-19
*
All child GrFragmentProcs' transforms and textures will be stored in the root...
wangyix
2015-08-12
*
remove SkInstCnt
mtklein
2015-06-26
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-11
*
Revert of Remove GP from drawstate, revision of invariant output for GP (patc...
joshualitt
2014-12-10
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-10
*
Remove backend factories
joshualitt
2014-12-04
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
Auto-compare GrProcessors' texture accesses in isEqual().
bsalomon
2014-10-16
*
Move willUseInputColor check to computeInvariantOutput
egdaniel
2014-10-15
*
More effect->processor cleanup
bsalomon
2014-10-15
*
Some cleanup in processor header files.
bsalomon
2014-10-15
*
Split GrFragmentProcessor into its own header
bsalomon
2014-10-15
*
Push isEqual/onIsEqual down from GrProcessor to subclasses.
bsalomon
2014-10-15
*
Track if all stages modulate inputColor in computeInvariantOutput
egdaniel
2014-10-14
*
Create helper functions to use in computeInvariantOutput calls
egdaniel
2014-10-13
*
Opt state takes a GP instead of a GeometryStage
joshualitt
2014-10-10
*
Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:15...
joshualitt
2014-10-10
*
Opt state takes a GP instead of a GeometryStage
joshualitt
2014-10-10
*
gl programs rewrite
joshualitt
2014-10-09
*
Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.c...
joshualitt
2014-10-07
*
gl programs rewrite
joshualitt
2014-10-07
*
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