aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix capitalization for system includesGravatar reed@android.com2009-03-18
* fix heapsortGravatar reed@android.com2009-03-18
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* disable cubic test for now (currently broken)Gravatar reed@android.com2009-03-16
* add sanity checks to handles extremely large coordinates or filter margins.Gravatar reed@android.com2009-03-16
* Add missing file.Gravatar turk@google.com2009-03-16
* see prev. checkin (missed these files). Change ownership rule for streams to theGravatar reed@android.com2009-03-16
* Change (correct) SkImageRef's ownership rule for streams to the skia standardGravatar reed@android.com2009-03-16
* Initial implementation of polygon trianagulation. It seems to be robust and p...Gravatar turk@google.com2009-03-13
* remember to specify the bloody font tag in the constructor!Gravatar reed@android.com2009-03-10
* mac fonts sort of work nowGravatar reed@android.com2009-03-09
* implement fontmetricsGravatar reed@android.com2009-03-09
* check-point (2) on mac fontsGravatar reed@android.com2009-03-09
* minor check-point for switching to glyphsGravatar reed@android.com2009-03-09
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* fix leak in DeserializeGravatar reed@android.com2009-03-06
* fix ref() in CreateTypefaceGravatar reed@android.com2009-03-05
* patch SkMath.h to build in ARMv4Gravatar reed@android.com2009-03-05
* 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
* add test for different srcover implementationsGravatar 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
* Oops, CreateTypeface takes over ownership of the stream, instead of just ref()Gravatar reed@android.com2009-02-20
* Implement CreateTypefaceFromFileGravatar reed@android.com2009-02-20
* 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
* draft of Text benchmarkGravatar reed@android.com2009-01-28
* add png to bench filesGravatar reed@android.com2009-01-27
* explicitly define the gHead for the codec llistGravatar reed@android.com2009-01-27
* update header path (from android)Gravatar reed@android.com2009-01-26
* add BitmapBenchGravatar reed@android.com2009-01-26
* don't add in png-codec for the mac buildGravatar reed@android.com2009-01-23
* Move libpng file into app, rather than the libskia, so it doesn't get optimizedGravatar reed@android.com2009-01-23
* need to include carbon.h so we know what OSStatus isGravatar reed@android.com2009-01-23
* Remove legacy pascal prefixGravatar reed@android.com2009-01-23
* remove duplicate SkTRegistry definitionGravatar reed@android.com2009-01-22