| Commit message (Expand) | Author | Age |
* | update blitrow test to exercise different widths for blitrow | reed@android.com | 2010-03-15 |
* | disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop | reed@android.com | 2010-03-09 |
* | update tests for blitrow | reed@android.com | 2010-03-08 |
* | add tests for blitting all opaque or all transparent (test opts) | reed@android.com | 2010-03-08 |
* | add Make to SkTSize | reed@android.com | 2010-02-11 |
* | add unittest for copysign | reed@android.com | 2010-02-09 |
* | fix memory leak | reed@android.com | 2010-01-08 |
* | add unittest for IntersectLine, used by hairlines | reed@android.com | 2009-11-30 |
* | add onSendClickToChildren to views, so a view can capture all clicks. | reed@android.com | 2009-11-16 |
* | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | add unittest for matrix::flatten | reed@android.com | 2009-06-29 |
* | move xfermode modes from porterduff into xfermode itself | reed@android.com | 2009-06-22 |
* | almost there on gm (need to fix image writes/reads/compares) | reed@android.com | 2009-06-21 |
* | add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") | reed@android.com | 2009-06-05 |
* | add isConvex() hit to SkPath, to be used to speed up fills and opengl | reed@android.com | 2009-06-03 |
* | add SkSize for dimensions | reed@android.com | 2009-05-08 |
* | add canCopyTo(), to preflight if copyTo can succeed. update unittests for it | reed@android.com | 2009-05-06 |
* | fix copyTo to only copy the minimum pixels per row, and to lock the src before | reed@android.com | 2009-05-05 |
* | Allow copying an Index8 bitmap when srcConfig and dstConfig are both | weita@google.com | 2009-05-03 |
* | add BitmapCopyTest. Still need to consider the src==no_config case | reed@android.com | 2009-05-01 |
* | add SkSfntUtils to parse some known truetype tables | reed@android.com | 2009-04-14 |
* | support -android mode when running tests, which spews out android specific | reed@android.com | 2009-04-09 |
* | cleanup formating (e.g. no trailing spaces) | reed@android.com | 2009-04-02 |
* | rename tests/main to testmain.cpp | reed@android.com | 2009-04-01 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | build with -Wall | reed@android.com | 2009-03-20 |
* | fix heapsort | reed@android.com | 2009-03-18 |
* | Initial implementation of polygon trianagulation. It seems to be robust and p... | turk@google.com | 2009-03-13 |
* | migrate more legacy unittests into tests/ | reed@android.com | 2009-03-07 |
* | 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 |
* | 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 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 |