index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
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 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
*
remove remaining references to porterduff
reed@android.com
2009-06-23
*
remove deprecated use of porterduff enum
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
*
almost there on gm (need to fix image writes/reads/compares)
reed@android.com
2009-06-21
*
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
*
fallback to drawing a line if the cubic is still too curvy, even if we've
reed@android.com
2009-06-17
*
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
*
Some Linux / 64-bit compile fixes.
deanm@chromium.org
2009-06-11
*
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
*
call notifyPixelsChanged() when the pages are flipped in pageflippixelref
reed@android.com
2009-05-30
*
fix trailing-ws
reed@android.com
2009-05-29
*
update SDL port to support OpenGL
reed@android.com
2009-05-29
*
move shapes subclasses into effects
reed@android.com
2009-05-27
*
create offscreen surface so we can set its RGB ordering to match our internals
reed@android.com
2009-05-26
*
add SDL support
reed@android.com
2009-05-22
*
add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our
reed@android.com
2009-05-22
*
init bounds to empty if we return false from getClipBounds()
reed@android.com
2009-05-18
*
shapes checkpoint: move matrix into groupshape and out of shape
reed@android.com
2009-05-18
*
fix parse error:
reed@android.com
2009-05-18
*
Fix reference count on openStream
reed@android.com
2009-05-18
[next]