aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* add SkSize for dimensionsGravatar reed@android.com2009-05-08
* add canCopyTo(), to preflight if copyTo can succeed. update unittests for itGravatar reed@android.com2009-05-06
* fix copyTo to only copy the minimum pixels per row, and to lock the src beforeGravatar reed@android.com2009-05-05
* Allow copying an Index8 bitmap when srcConfig and dstConfig are bothGravatar weita@google.com2009-05-03
* add BitmapCopyTest. Still need to consider the src==no_config caseGravatar reed@android.com2009-05-01
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* support -android mode when running tests, which spews out android specificGravatar reed@android.com2009-04-09
* cleanup formating (e.g. no trailing spaces)Gravatar reed@android.com2009-04-02
* rename tests/main to testmain.cppGravatar reed@android.com2009-04-01
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* build with -WallGravatar reed@android.com2009-03-20
* fix heapsortGravatar reed@android.com2009-03-18
* Initial implementation of polygon trianagulation. It seems to be robust and p...Gravatar turk@google.com2009-03-13
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* 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
* 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 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