index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrXfermodeFragmentProcessor.cpp
Commit message (
Expand
)
Author
Age
*
converted ConstColorProcessor to SkSL
Ethan Nicholas
2017-11-20
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
re-land of new SkSL precisions
Ethan Nicholas
2017-09-18
*
Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...
Ethan Nicholas
2017-09-18
*
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
Ethan Nicholas
2017-09-15
*
Revert "Switched highp float to highfloat and mediump float to half."
Brian Salomon
2017-08-17
*
Switched highp float to highfloat and mediump float to half.
Ethan Nicholas
2017-08-16
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Require clone() be implemented by GrFragmentProcessor subclasses
Brian Salomon
2017-07-31
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
Compose and YUV fragment processor clone implementations
Brian Salomon
2017-07-26
*
Revert "don't compose with (forced) opaque colors"
Ethan Nicholas
2017-07-10
*
don't compose with (forced) opaque colors
Mike Reed
2017-07-10
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Speculative "fix" for crash in analyzeProcessors
Robert Phillips
2017-06-30
*
replace 4f procs with pipeline (only called in 2 places by ganesh)
Mike Reed
2017-06-09
*
remove unused xfermode methods
Mike Reed
2017-06-08
*
move Coeff into blendmode
Mike Reed
2017-06-06
*
Re-land of "eliminated GrGLSLExpr".
Ethan Nicholas
2017-05-08
*
Revert "Revert "Revert "eliminated GrGLSLExpr"""
Ethan Nicholas
2017-05-04
*
Revert "Revert "eliminated GrGLSLExpr""
Ethan Nicholas
2017-05-03
*
Revert "eliminated GrGLSLExpr"
Brian Salomon
2017-05-02
*
eliminated GrGLSLExpr
Ethan Nicholas
2017-05-02
*
Remove all headers from include/gpu/effects
Robert Phillips
2017-04-21
*
Emit dumpInfo string when processor opt test fails
Brian Osman
2017-03-15
*
Make SkGr.h private and remove unused functions
Brian Osman
2017-03-08
*
Fix ComposeOneFragmentProcessor coverage as alpha optimization.
Brian Salomon
2017-02-21
*
Clarify when tweak alpha for coverage optimizaton can occur.
Brian Salomon
2017-02-15
*
Add preserves premul and modulate optimization to compose fragment processors.
Brian Salomon
2017-02-13
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Re-enable ProcessorOptimizationValidationTest on iOS.
Brian Salomon
2017-02-10
*
Re-enable processor optimization test with some fixes.
Brian Salomon
2017-02-09
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""
Brian Salomon
2017-01-27
*
Revert "Start of rewrite of GrFragmentProcessor optimizations."
Ethan Nicholas
2017-01-27
*
Start of rewrite of GrFragmentProcessor optimizations.
Brian Salomon
2017-01-27
*
Stop tracking whether GrFragmentProcessors read their input
Brian Salomon
2017-01-23
*
Simplify GrProcOptInfo initialization.
Brian Salomon
2017-01-17
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
remove xfermode from public api
Mike Reed
2016-10-28
*
GrConstColorProcessor uses 4f colors in the destination space
Brian Osman
2016-10-26
*
added basic dataflow analysis to skslc
ethannicholas
2016-10-13
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Clean up GrGLSLFragmentProcessor-derived classes
robertphillips
2016-02-03
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
Add more batch information printouts
robertphillips
2015-11-19
*
Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.
egdaniel
2015-11-18
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
[next]