| Commit message (Expand) | Author | Age |
* | patch SkMath.h to build in ARMv4 | reed@android.com | 2009-03-05 |
* | 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 |
* | add test for different srcover implementations | 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 |
* | Oops, CreateTypeface takes over ownership of the stream, instead of just ref() | reed@android.com | 2009-02-20 |
* | Implement CreateTypefaceFromFile | reed@android.com | 2009-02-20 |
* | 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 |
* | draft of Text benchmark | reed@android.com | 2009-01-28 |
* | add png to bench files | reed@android.com | 2009-01-27 |
* | explicitly define the gHead for the codec llist | reed@android.com | 2009-01-27 |
* | update header path (from android) | reed@android.com | 2009-01-26 |
* | add BitmapBench | reed@android.com | 2009-01-26 |
* | don't add in png-codec for the mac build | reed@android.com | 2009-01-23 |
* | Move libpng file into app, rather than the libskia, so it doesn't get optimized | reed@android.com | 2009-01-23 |
* | need to include carbon.h so we know what OSStatus is | reed@android.com | 2009-01-23 |
* | Remove legacy pascal prefix | reed@android.com | 2009-01-23 |
* | remove duplicate SkTRegistry definition | reed@android.com | 2009-01-22 |
* | update makefile for newly moved Factories | reed@android.com | 2009-01-22 |
* | pull from android: use registry to build up list of image codecs | reed@android.com | 2009-01-22 |
* | oops, add images_files.mk | reed@android.com | 2009-01-21 |
* | make help - shows options in makefile | reed@android.com | 2009-01-21 |
* | add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBW | reed@android.com | 2009-01-19 |
* | Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h | reed@android.com | 2009-01-19 |
* | add -lpthread | reed@android.com | 2009-01-16 |
* | 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 formatting issues | reed@android.com | 2009-01-14 |
* | fix multiple warnings (e.g. hidden virtuals, unused static functions) | reed@android.com | 2009-01-14 |
* | update to build with the latest SkFontHost interface | reed@android.com | 2009-01-14 |
* | Add a basic README file. | maruel@google.com | 2009-01-13 |
* | add optimization for width==1 bitmaps in shader procs | reed@android.com | 2009-01-13 |
* | remove obsolete state | reed@android.com | 2009-01-12 |
* | first pass at clean up of the 3 config files | reed@android.com | 2009-01-08 |