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
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Revert "Revert "make it illegal to include SkXfermode.h""
Mike Reed
2016-11-23
*
Revert "make it illegal to include SkXfermode.h"
Greg Daniel
2016-11-23
*
make it illegal to include SkXfermode.h
Mike Reed
2016-11-23
*
Fix include of GrGLSLCaps in SkGradientShader
Greg Daniel
2016-11-21
*
Merge GrGLSLShaderVar and GrShaderVar
Brian Salomon
2016-11-21
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
LinearGradientContext::shade4_clamp: fix div by 0
James Zern
2016-11-16
*
Fix Sk4fLinearGradient initial interval pinning
Florin Malita
2016-11-14
*
Include what you use with signbit.
Ben Wagner
2016-11-09
*
Fix fuzzer assert in GradientShaderBase4fContext::TSampler
fmalita
2016-11-09
*
remove use of xfermode* in procs
Mike Reed
2016-11-09
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
Fix GradientShaderBase4fContext::Interval fuzzer assert
fmalita
2016-11-02
*
Sk4fLinearGradient fuzzer fixes
fmalita
2016-11-01
*
Rename all color space factories from New* to Make*
Brian Osman
2016-10-24
*
[Sk4fGradient] Use infinity floats for clamp-mode extreme positions
fmalita
2016-10-21
*
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
[next]