index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
gradients
Commit message (
Expand
)
Author
Age
*
Add helper to create random AsFPArgs for Ganesh unit tests
Brian Osman
2016-10-19
*
Refactored SkColorSpace and added in a Lab PCS GM
raftias
2016-10-18
*
Include 4f variants of random gradients during testing
Brian Osman
2016-10-18
*
Faster 4f gradient premul path
fmalita
2016-10-14
*
added SkSL support for mustForceNegatedAtanParamToFloat cap
ethannicholas
2016-10-14
*
Slightly generalize GPU hard stop gradient implementation.
Brian Salomon
2016-10-13
*
Update comment, move constant inside helper struct
Brian Osman
2016-10-10
*
Convert gradient params test helper to a struct
Brian Osman
2016-10-10
*
Harden degenerate gradient context handling
fmalita
2016-10-05
*
Remove option to make GrCoordTransforms apply to device positions.
Brian Salomon
2016-10-03
*
Supply random dst color space to asFP in unit tests
Brian Osman
2016-10-03
*
Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace
brianosman
2016-09-28
*
Added kSRGBLinear_Named color space, along with tests
brianosman
2016-09-27
*
Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.
bsalomon
2016-09-26
*
It is possible to try and draw to an unsupported format. Let this go.
brianosman
2016-09-22
*
Support for color-spaces with multi-stop (texture) gradients
brianosman
2016-09-22
*
Harden LinearGradient4fContext
fmalita
2016-09-20
*
Improve ColorStopOptimizer safety
tomhudson
2016-09-16
*
Add storage and computation of SkColor4f version of gradient stops.
brianosman
2016-09-15
*
Remove the unused 16-bit gradient cache
brianosman
2016-09-15
*
Bundle common arguments to GrGradientEffect creation
brianosman
2016-09-15
*
Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 i...
djsollen
2016-09-14
*
Bundle common arguments to GrGradientEffect creation
brianosman
2016-09-14
*
Remove unneeded GrGLSLTransformedCoordsArray type
bsalomon
2016-09-12
*
Make GrTextureStripAtlas flush pending IO on newly acquired texture
ajuma
2016-08-24
*
Flush denorm half floats to zero.
mtklein
2016-08-22
*
Simplify the gradient color stop optimizer
fmalita
2016-08-22
*
Implement gradient simplification for 0,0,1 and 0,1,1 gradients
fmenozzi
2016-08-19
*
Return color shader instead of 2-color gradient when color count is 1
fmenozzi
2016-08-19
*
Revert of Return color shader instead of 2-color gradient when color count is...
reed
2016-08-18
*
Return color shader instead of 2-color gradient when color count is 1
fmenozzi
2016-08-18
*
Reducing number of calls to GLSL mix() from two to one reduces frame render t...
fmenozzi
2016-08-16
*
Add specialized code for hard stop gradients on GPU
fmenozzi
2016-08-15
*
Revert of Exact Ganesh Gradients for Special Cases (patchset #9 id:160001 of ...
halcanary
2016-08-12
*
Remove generalized gradient code
fmenozzi
2016-08-12
*
Revert of Exact Ganesh Gradients for Special Cases (patchset #8 id:140001 of ...
halcanary
2016-08-11
*
Remove generalized gradient code
fmenozzi
2016-08-11
*
Revert "Remove generalized gradient code"
fmenozzi
2016-08-10
*
SkGradientShader.cpp: fix build when SK_SUPPORT_GPU=0
halcanary
2016-08-10
*
Remove generalized gradient code
fmenozzi
2016-08-10
*
Prevent degenerate linear gradient instantiation
fmalita
2016-08-10
*
Refactor various gradient effect classes
fmenozzi
2016-08-09
*
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
brianosman
2016-07-25
*
Bundle SkShader::asFragmentProcessor arguments in a struct
brianosman
2016-07-22
*
Correct sRGB <-> linear everywhere.
mtklein
2016-07-20
*
Clarify GrGradientEffect key enum
fmenozzi
2016-07-19
*
Improve naive SkColorXform to half floats
msarett
2016-07-19
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-15
*
Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset...
mtklein
2016-07-14
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-14
[next]