index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
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
*
add registrar for gif movie
reed@android.com
2009-06-18
*
Fix MSVC builds by avoiding a uint to bool warning.
deanm@chromium.org
2009-06-18
*
fallback to drawing a line if the cubic is still too curvy, even if we've
reed@android.com
2009-06-17
*
add sample for mipmaps
reed@android.com
2009-06-16
*
ws fixes
reed@android.com
2009-06-15
*
create separate opaque version of rgb16 blitter
reed@android.com
2009-06-15
*
add optional Format* parameter to decoder helper functions.
reed@android.com
2009-06-15
*
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
*
add experimental state tracker for opengl
reed@android.com
2009-06-12
*
add equals()
reed@android.com
2009-06-12
*
Some Linux / 64-bit compile fixes.
deanm@chromium.org
2009-06-11
*
checkpoint for golden master suite (gm)
reed@android.com
2009-06-10
*
only call SkDevice::gainFocus() if we're actually drawing to a different device.
reed@android.com
2009-06-10
*
fix odd-pixel bug in mipmap downsamplers (thanks brett)
reed@android.com
2009-06-08
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05
*
update for cache updates
reed@android.com
2009-06-05
*
fix dumpcanvas to recurse on pictures and shapes
reed@android.com
2009-06-05
*
Replace nil -> NULL in the views code.
deanm@chromium.org
2009-06-04
*
add isConvex() hit to SkPath, to be used to speed up fills and opengl
reed@android.com
2009-06-03
*
initialize fFlags in gradients
reed@android.com
2009-06-02
*
fix break in setConfig() where we always reset the bitmap
reed@android.com
2009-06-02
*
Style only change to make SkBitmap to make it build with VC2005.
agl@chromium.org
2009-06-01
*
add unimpl macro to help track bugs
reed@android.com
2009-06-01
*
update includes for android for gl backend
reed@android.com
2009-06-01
*
fontconfig: allow fallback for certain magical font names.
agl@chromium.org
2009-06-01
[prev]
[next]