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
*
Move GrGLSL.h from include/private to src/gpu/glsl.
Brian Salomon
2018-06-19
*
converted ConstColorProcessor to SkSL
Ethan Nicholas
2017-11-20
*
converted GrAARectEffect to SkSL
Ethan Nicholas
2017-11-16
*
switched GrClipEdge to an enum class
Ethan Nicholas
2017-11-10
*
Fix precision in AARectEffect
Chris Dalton
2017-11-10
*
renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType
Ethan Nicholas
2017-11-09
*
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
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
Implement clone for 4 additional GrFragmentProcessors.
Brian Salomon
2017-07-26
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-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
*
Move the ability to access textures, buffers, and image storages out from GrP...
Brian Salomon
2017-04-04
*
Fully initialize array of previous edges in GrGLConvexPolyEffect to please MSAN
Brian Salomon
2017-03-27
*
Remove origin from GrClipStackClip and GrWindowRectsState.
Brian Salomon
2017-03-13
*
Check that coverage FPs are compatible with alpha as coverage
Brian Salomon
2017-02-15
*
Clarify when tweak alpha for coverage optimizaton can occur.
Brian Salomon
2017-02-15
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-02-13
*
Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"
Ethan Nicholas
2017-02-02
*
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
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-01-19
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Merge GrGLSLShaderVar and GrShaderVar
Brian Salomon
2016-11-21
*
GrConstColorProcessor uses 4f colors in the destination space
Brian Osman
2016-10-26
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Filter out degenerate contours in GrConvexPolyEffect
lsalzman
2016-05-31
*
Fix GrConvexPolyEffect to deal with line paths.
bsalomon
2016-03-28
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Add GrShaderFlags enum
cdalton
2016-02-11
*
Next round of GrGLSLFragmentProcessor-derived class cleanup
robertphillips
2016-02-04
*
Clean up GrGLSLFragmentProcessor-derived classes
robertphillips
2016-02-03
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
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
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Move all ShaderBuilder files to GLSL
egdaniel
2015-11-11
*
Make GrGLSLProgramBuilder base class for GrGLProgramBuilder.
egdaniel
2015-11-11
[next]