index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
Commit message (
Expand
)
Author
Age
*
Fix precedence error.
agl@chromium.org
2010-07-28
*
fix paraens to avoid warnings
reed@android.com
2010-04-13
*
add inherit-from-root-transform flag (for fixed-positioning)
reed@android.com
2010-03-23
*
don't abort drawing based on layer size
reed@android.com
2010-02-26
*
add localToGlobal and parents
reed@android.com
2010-02-24
*
add DEBUG_LAYER_BOUNDS option to show layer bounds
reed@android.com
2010-02-24
*
more layers extracted from webkit
reed@android.com
2010-02-19
*
update layers
reed@android.com
2010-02-18
*
add layers
reed@android.com
2010-02-12
*
update windows port
reed@android.com
2009-12-18
*
add drawData() to canvas, to record data blobs
reed@android.com
2009-12-04
*
fix rotation around 2nd axis
reed@android.com
2009-11-10
*
add SkEvalCubicInterval
reed@android.com
2009-11-03
*
move boundarypatch into utils
reed@android.com
2009-10-28
*
update on boundary patches
reed@android.com
2009-10-28
*
remove check for filtering. Now if the src is opaque, the filtered result
reed@android.com
2009-10-26
*
fix new warnings from gcc 4.2
reed@android.com
2009-10-14
*
fix base linux build, adding freetype support
reed@android.com
2009-09-28
*
use real strtof and snprintf to parse and dump floats
reed@android.com
2009-09-24
*
return noErr in clickhandler, so we can get mousemoved events
reed@android.com
2009-08-29
*
update make for nwaycanvas
reed@android.com
2009-08-04
*
add -forceFilter to bench tool
reed@android.com
2009-08-04
*
make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.
reed@android.com
2009-07-10
*
fix (aaaargh) white-space
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
*
fix config check to include SkColorPriv.h so we don't get the warning w/o need
reed@android.com
2009-06-29
*
merge in change from chrome to detect when the byte order for 8888 requires
reed@android.com
2009-06-22
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05
*
fix dumpcanvas to recurse on pictures and shapes
reed@android.com
2009-06-05
*
fix break in setConfig() where we always reset the bitmap
reed@android.com
2009-06-02
*
update SDL port to support OpenGL
reed@android.com
2009-05-29
*
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
*
fix impl of drawPicture
reed@android.com
2009-05-13
*
add SkSize for dimensions
reed@android.com
2009-05-13
*
add SkSfntUtils to parse some known truetype tables
reed@android.com
2009-04-14
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
add BitmapBench
reed@android.com
2009-01-26
*
fix formatting issues
reed@android.com
2009-01-14
*
fix multiple warnings (e.g. hidden virtuals, unused static functions)
reed@android.com
2009-01-14
*
add optimization for width==1 bitmaps in shader procs
reed@android.com
2009-01-13
*
downgrade project files to 10.4 so more clients can use them
reed@android.com
2008-12-22
*
use native mac fonthost
reed@android.com
2008-12-19
*
first cut at event-based test app
reed@android.com
2008-12-19
*
move cg utils out of xcode and into src/include
reed@android.com
2008-12-18
*
grab from latest android
reed@android.com
2008-12-17