index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkGradientShader.cpp
Commit message (
Expand
)
Author
Age
...
*
clear the kHasSpan16 bit for two-point-radial, since we don't implement that
reed@android.com
2009-09-22
*
Two-point radial gradient implementation.
senorblanco@chromium.org
2009-09-22
*
expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader
reed@android.com
2009-08-27
*
add FIXME to comment
reed@android.com
2009-07-07
*
fix gradients with alpha to convert to premul *after* the intermediate color
reed@android.com
2009-07-02
*
remove (ack) test code in lineargradient when pos array is null
reed@android.com
2009-07-01
*
add shader flag kConstInY_Flag
reed@android.com
2009-06-12
*
make the same prerounding fix for the shadeSpan16 case
reed@android.com
2009-06-12
*
preround our fx fractional coordiante, so we get rounded integers (0..255) when
reed@android.com
2009-06-12
*
update for cache updates
reed@android.com
2009-06-05
*
fix dumpcanvas to recurse on pictures and shapes
reed@android.com
2009-06-05
*
initialize fFlags in gradients
reed@android.com
2009-06-02
*
extend gradients to handle (by clamping) the first and last color position if
reed@android.com
2009-04-03
*
fix warnings
reed@android.com
2009-01-15
*
add optimization for width==1 bitmaps in shader procs
reed@android.com
2009-01-13
*
grab from latest android
reed@android.com
2008-12-17
[prev]