index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
gradients
/
SkLinearGradient.cpp
Commit message (
Expand
)
Author
Age
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
LinearGradientContext::shade4_clamp: fix div by 0
James Zern
2016-11-16
*
Add helper to create random AsFPArgs for Ganesh unit tests
Brian Osman
2016-10-19
*
Include 4f variants of random gradients during testing
Brian Osman
2016-10-18
*
Convert gradient params test helper to a struct
Brian Osman
2016-10-10
*
Harden degenerate gradient context handling
fmalita
2016-10-05
*
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
*
Add storage and computation of SkColor4f version of gradient stops.
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
*
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
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
Silence ASAN int32 overflow warning
fmalita
2016-05-26
*
Fix int32 overflow in LinearGradientContext::shade4_dx_clamp
fmalita
2016-05-26
*
Harden linear gradients
fmalita
2016-05-11
*
Rename EmitArgs::fSamplers to fTexSamplers
cdalton
2016-04-11
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Generic 4f gradient T sampler fallback
fmalita
2016-03-10
*
Remove version checks for _MSC_VER < 1800 (msvs2013).
bungeman
2016-03-10
*
use Make instead of Create to return a shared shader
reed
2016-03-08
*
remove align16 calls in skhader context sizes. will handle this elsewhere as ...
reed
2016-03-04
*
Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code...
reed
2016-03-03
*
Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht...
halcanary
2016-03-03
*
enforce 16byte alignment in shader contexts
reed
2016-03-03
*
Update 4f linear gradient selection heuristic
fmalita
2016-02-23
*
Add ContextRec param to SkShader::contextSize()
fmalita
2016-02-22
*
Initial linear gradient 4f impl
fmalita
2016-02-22
*
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk...
benjaminwagner
2016-02-16
*
SkNx Load/store: take any pointer.
mtklein
2016-01-31
*
skip zero-length linear gradient intervals to make new code more consistent w...
lsalzman
2016-01-22
*
fix linear gradient assert, by explicitly clamping
reed
2016-01-05
*
remove 565 effects shaders
caryclark
2016-01-04
*
Unify some SkNx code
mtklein
2015-12-14
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
Don't use the Sk4f gradient impl without SIMD
fmalita
2015-12-03
*
Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f)
mtklein
2015-12-01
*
Take span len into account when determining whether gradient is vertical
fmalita
2015-11-23
*
use pinned value during lerp for vertical gradients
reed
2015-11-22
*
Fix nearly-vertical gradient assert
fmalita
2015-11-19
*
Move glsl onto EmitArgs struct for emitCode
egdaniel
2015-11-19
*
Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.
egdaniel
2015-11-18
*
Implement multi-color-stops in linear gradients using Sk4f
reed
2015-11-17
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
[next]