index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrOvalEffect.cpp
Commit message (
Expand
)
Author
Age
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
converted EllipseEffect to sksl
Ethan Nicholas
2017-07-14
*
converted CircleEffect to SkSL
Ethan Nicholas
2017-07-14
*
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
*
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
*
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
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...
rmistry
2015-08-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
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
*
Fix elliptical rrect clip shaders for large radii on devices with mediump
bsalomon
2015-08-03
*
Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode()
wangyix
2015-07-22
*
Moved GrGLFragmentProcessor definition to its own file
wangyix
2015-07-22
*
fix up test create functions
joshualitt
2015-07-08
*
Move GLSL-specific routines/classes to separate glsl directory
jvanverth
2015-06-24
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
*
Make XPFragmentBuilder only Builder with access to DstCopy.
egdaniel
2015-04-29
*
Do circular clipping in normalized space
bsalomon
2015-04-28
[next]