index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrRRectEffect.cpp
Commit message (
Expand
)
Author
Age
*
move some RRect methods into priv
Mike Reed
2018-02-22
*
Don't canonicalize empty SkRRects. They stroke differently.
Brian Salomon
2017-12-19
*
Avoid GrEllipseEffect for small radii on devices without 32 bit float.
Brian Salomon
2017-12-05
*
Reland "Fix precision caps and rrect/ellipse effect precisions"
Chris Dalton
2017-11-16
*
Revert "Fix precision caps and rrect/ellipse effect precisions"
Brian Osman
2017-11-16
*
Fix precision caps and rrect/ellipse effect precisions
Chris Dalton
2017-11-16
*
switched GrClipEdge to an enum class
Ethan Nicholas
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
*
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
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
More GrFragmentProcessor::clone() implementations.
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
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
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
*
Rename vars and functions from 'glslcaps'->'shadercaps'
Brian Salomon
2016-11-29
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Merge GrGLSLShaderVar and GrShaderVar
Brian Salomon
2016-11-21
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
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
*
Do elliptical clips in normalized space on devices with a "real" mediump
bsalomon
2015-12-09
*
Prevent overflow in length() in GLCircularRRectEffect
bsalomon
2015-12-09
*
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
[next]