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 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
*
Check PremulType during GrGradientEffect::onIsEqual
csmartdalton
2016-06-27
*
update callers to not use SkColorProfileType
reed
2016-06-21
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
linear -> sRGB: use fast approximate sqrt()
mtklein
2016-06-07
*
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
*
Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...
reed
2016-05-04
*
SK_DECLARE_STATIC_MUTEX -> static SkMutex
mtklein
2016-05-04
*
Refactor how we store and use samplers in Ganesh
egdaniel
2016-04-20
*
Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:12...
egdaniel
2016-04-19
*
Refactor how we store and use samplers in Ganesh
egdaniel
2016-04-19
*
Modernize and trim down SkOnce.
mtklein
2016-04-18
*
Observe gTreatSkColorAsSRGB for 4f gradients.
fmalita
2016-04-15
*
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
[next]