index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
remove conditional build flag for mipmaps
reed@android.com
2009-07-17
*
first cut at support for HW-specific blits/etc.
reed@android.com
2009-07-16
*
quick return if we just want the bounds
reed@android.com
2009-07-16
*
try our first special-case shaderproc
reed@android.com
2009-07-16
*
add shaderprocs for all-in-one special blits (matrix+sampler)
reed@android.com
2009-07-16
*
handle cap==round for drawPoints
reed@android.com
2009-07-10
*
tweaks to 16bit shaders
reed@android.com
2009-07-10
*
make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.
reed@android.com
2009-07-10
*
speedup 16bit shaders in the blitRect case
reed@android.com
2009-07-10
*
check for underflow in restore() during picture record, and ignore it
reed@android.com
2009-07-09
*
respect preferred config when png is index-based
reed@android.com
2009-07-08
*
fix (aaaargh) white-space
reed@android.com
2009-07-08
*
use scalarcomparetype in matrix tests, so we don't do anything tricky
reed@android.com
2009-07-08
*
add dox for scalarcomparetype
reed@android.com
2009-07-08
*
initial golden-master images for gm tool
reed@android.com
2009-07-08
*
use genericRGB space to ensure that we decode exactly the pixels we encode
reed@android.com
2009-07-08
*
check if the encoder factory returned null
reed@android.com
2009-07-07
*
add support for encoding Index8 bitmaps into png
reed@android.com
2009-07-07
*
add FIXME to comment
reed@android.com
2009-07-07
*
initialize fShapeCount in init()
reed@android.com
2009-07-07
*
fix white-space
reed@android.com
2009-07-07
*
Optimize some alpha blending modes.
deanm@chromium.org
2009-07-03
*
more checks for null shapes in pictures
reed@android.com
2009-07-03
*
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
*
Fix a precedence error in an assert in the fontconfig host.
deanm@chromium.org
2009-07-01
*
fix config check to include SkColorPriv.h so we don't get the warning w/o need
reed@android.com
2009-06-29
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
add unittest for matrix::flatten
reed@android.com
2009-06-29
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
add golden master code for shapes
reed@android.com
2009-06-26
*
add shape recording to pictuures (sans serialization)
reed@android.com
2009-06-26
*
detect nearly translate-only matrices when drawing bitmaps (for speed)
reed@android.com
2009-06-24
*
fix memory leak in new setXfermode()
reed@android.com
2009-06-24
*
add new make target "all", to build all known targets
reed@android.com
2009-06-23
*
remove remaining references to porterduff
reed@android.com
2009-06-23
*
remove deprecated use of porterduff enum
reed@android.com
2009-06-23
*
update to use new xfermodes
reed@android.com
2009-06-23
*
merge in change from chrome to detect when the byte order for 8888 requires
reed@android.com
2009-06-22
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
add gm for shader tilemodes
reed@android.com
2009-06-22
*
add gm for gradients
reed@android.com
2009-06-22
*
gm -w 'directory' now works for recording the master images
reed@android.com
2009-06-21
*
almost there on gm (need to fix image writes/reads/compares)
reed@android.com
2009-06-21
*
more progress on golden-master test suite (not finished yet)
reed@android.com
2009-06-20
*
add width()/height() getters
reed@android.com
2009-06-20
*
update to latest api (need a test for this port!)
reed@android.com
2009-06-19
*
Make sure we have a non-null FreeType face before dereferencing it.
deanm@chromium.org
2009-06-19
*
really fix gif movie registration
reed@android.com
2009-06-18
*
fix stupid tabs
reed@android.com
2009-06-18
[next]