index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Significant cleanup in api, and more importantly in sementics, of SkFontHost
reed@android.com
2009-03-04
*
API cleanup: rename typeface Create to CreateFromName, and remove default arg
reed@android.com
2009-03-04
*
Move SkTSort.h back to private, and instead allow in the makefile for tests to
reed@android.com
2009-03-04
*
Format more consistently with the rest of Skia.
turk@google.com
2009-03-04
*
remove unimplemented (and uncalled) SkTypeface::Hash()
reed@android.com
2009-03-03
*
change srcover (and dstover) to use the faster thought slightly less accurate
reed@android.com
2009-03-03
*
Unit test and bug fixes for cubic Bezier clipping.
turk@google.com
2009-03-03
*
Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson and...
turk@google.com
2009-03-02
*
explicitly call "our" version of clipPath in the case when clipRect needs to
reed@android.com
2009-03-02
*
add initial unittests for Path
reed@android.com
2009-03-02
*
add tests (unittests) to Makefile
reed@android.com
2009-02-28
*
more tests (need more meat in there)
reed@android.com
2009-02-27
*
add initial unittest framework (tests)
reed@android.com
2009-02-27
*
Handle kA8 bitmaps drawing through a matrix (was infinitely recursive)
reed@android.com
2009-02-24
*
add picture-record option to speedup complex clips
reed@android.com
2009-02-13
*
remove white-space
reed@android.com
2009-02-11
*
handle failure when creating a scalercontext
reed@android.com
2009-02-11
*
check for non-invertible matrices in getClipBounds()
reed@android.com
2009-02-06
*
Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking them
reed@android.com
2009-02-06
*
make these compile w/o SK_CAN_USE_FLOAT
reed@android.com
2009-01-16
*
add crude Makefile (someone please help!)
reed@android.com
2009-01-16
*
fix warnings
reed@android.com
2009-01-15
*
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
*
remove obsolete state
reed@android.com
2009-01-12
*
Initial automake and autoconf files to build core into libskia.a.
joe.gregorio
2009-01-06
*
remove defines for strcasecmp (issue #5)
reed@android.com
2009-01-06
*
move CreateTypefaceFromFile into fonthost porting layer, so we don't force a ...
reed@android.com
2008-12-22
*
first cut at event-based test app
reed@android.com
2008-12-19
*
make this header public (at least for now)
reed@android.com
2008-12-18
*
move core files into core (were in images, but are required for core library)
reed@android.com
2008-12-18
*
fix compile by using the right (new) name for SkComposeShader.h
reed@android.com
2008-12-18
*
merge in from android: fix unichar->utf8 conversion
reed@android.com
2008-12-17
*
grab from latest android
reed@android.com
2008-12-17