aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Significant cleanup in api, and more importantly in sementics, of SkFontHostGravatar reed@android.com2009-03-04
* API cleanup: rename typeface Create to CreateFromName, and remove default argGravatar reed@android.com2009-03-04
* Move SkTSort.h back to private, and instead allow in the makefile for tests toGravatar reed@android.com2009-03-04
* Format more consistently with the rest of Skia.Gravatar turk@google.com2009-03-04
* remove unimplemented (and uncalled) SkTypeface::Hash()Gravatar reed@android.com2009-03-03
* change srcover (and dstover) to use the faster thought slightly less accurateGravatar reed@android.com2009-03-03
* Unit test and bug fixes for cubic Bezier clipping.Gravatar turk@google.com2009-03-03
* Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson and...Gravatar turk@google.com2009-03-02
* explicitly call "our" version of clipPath in the case when clipRect needs toGravatar reed@android.com2009-03-02
* add initial unittests for PathGravatar reed@android.com2009-03-02
* add tests (unittests) to MakefileGravatar reed@android.com2009-02-28
* more tests (need more meat in there)Gravatar reed@android.com2009-02-27
* add initial unittest framework (tests)Gravatar reed@android.com2009-02-27
* Handle kA8 bitmaps drawing through a matrix (was infinitely recursive)Gravatar reed@android.com2009-02-24
* add picture-record option to speedup complex clipsGravatar reed@android.com2009-02-13
* remove white-spaceGravatar reed@android.com2009-02-11
* handle failure when creating a scalercontextGravatar reed@android.com2009-02-11
* check for non-invertible matrices in getClipBounds()Gravatar reed@android.com2009-02-06
* Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking themGravatar reed@android.com2009-02-06
* make these compile w/o SK_CAN_USE_FLOATGravatar reed@android.com2009-01-16
* add crude Makefile (someone please help!)Gravatar reed@android.com2009-01-16
* fix warningsGravatar reed@android.com2009-01-15
* fix multiple warnings (e.g. hidden virtuals, unused static functions)Gravatar reed@android.com2009-01-14
* add optimization for width==1 bitmaps in shader procsGravatar reed@android.com2009-01-13
* remove obsolete stateGravatar reed@android.com2009-01-12
* Initial automake and autoconf files to build core into libskia.a.Gravatar joe.gregorio2009-01-06
* remove defines for strcasecmp (issue #5)Gravatar reed@android.com2009-01-06
* move CreateTypefaceFromFile into fonthost porting layer, so we don't force a ...Gravatar reed@android.com2008-12-22
* first cut at event-based test appGravatar reed@android.com2008-12-19
* make this header public (at least for now)Gravatar reed@android.com2008-12-18
* move core files into core (were in images, but are required for core library)Gravatar reed@android.com2008-12-18
* fix compile by using the right (new) name for SkComposeShader.hGravatar reed@android.com2008-12-18
* merge in from android: fix unichar->utf8 conversionGravatar reed@android.com2008-12-17
* grab from latest androidGravatar reed@android.com2008-12-17