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
*
Rename EmitArgs::fSamplers to fTexSamplers
cdalton
2016-04-11
*
Revert of For *ToFixed, in debug mode, assert that the value is in range. (pa...
fmalita
2016-04-07
*
[4fGradient] Veto blitters for non-opaque paints
fmalita
2016-04-07
*
For *ToFixed, in debug mode, assert that the value is in range.
benjaminwagner
2016-04-07
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Planar ramp() for S32 linear gradients
fmalita
2016-03-23
*
Refactor 4f gradients using trait templates
fmalita
2016-03-21
*
SkNx refresh
mtklein
2016-03-21
*
sRGB support in Ganesh. Several pieces:
brianosman
2016-03-21
*
allow more options for shader blitprocs
reed
2016-03-18
*
4f linear gradient shader blitters
fmalita
2016-03-18
*
Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...
brianosman
2016-03-17
*
sRGB support in Ganesh. Several pieces:
brianosman
2016-03-17
*
detach -> release
mtklein
2016-03-16
*
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
*
Fix 4f gradient swizzle post http://crrev.com/1774523002
fmalita
2016-03-08
*
Relocate the specialized linear gradient interval builder
fmalita
2016-03-04
*
remove align16 calls in skhader context sizes. will handle this elsewhere as ...
reed
2016-03-04
*
Fix SkRadialGradient center discontinuity
fmalita
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
*
[Reland] Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-03
*
4f gradient interval builder cleanup
fmalita
2016-03-02
*
Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:...
fmalita
2016-03-02
*
Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-01
*
Switch float arrays to vecs for conical gradients
jvanverth
2016-02-26
*
4f gradient negative-dx interval fixup for kMirror_TileMode
fmalita
2016-02-25
*
Cleanups related to SkFixed.
benjaminwagner
2016-02-25
*
Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https...
benjaminwagner
2016-02-24
*
Cleanups related to SkFixed.
benjaminwagner
2016-02-24
*
Retire SkShader::kSupports4f_Flag
fmalita
2016-02-23
*
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
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk...
benjaminwagner
2016-02-16
*
Add GrShaderFlags enum
cdalton
2016-02-11
*
Clean up GrGLSLFragmentProcessor-derived classes
robertphillips
2016-02-03
*
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
*
ubsan shift fixes
caryclark
2015-12-09
*
Pin result in SkATan2_255
robertphillips
2015-12-07
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
[next]