1. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  2. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  3. 4b7577b add unittest for matrix::flatten by reed@android.com · 15 years ago
  4. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  5. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  6. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
  7. 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
  8. 6a5a266 add SkSize for dimensions by reed@android.com · 15 years ago
  9. fbaa88d add canCopyTo(), to preflight if copyTo can succeed. update unittests for it by reed@android.com · 15 years ago
  10. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 15 years ago
  11. f9ab99a Allow copying an Index8 bitmap when srcConfig and dstConfig are both Index8. by weita@google.com · 15 years ago
  12. 4226396 add BitmapCopyTest. Still need to consider the src==no_config case by reed@android.com · 15 years ago
  13. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 15 years ago
  14. eeb3b7f support -android mode when running tests, which spews out android specific by reed@android.com · 15 years ago
  15. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 15 years ago
  16. 57b799e rename tests/main to testmain.cpp by reed@android.com · 15 years ago
  17. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  18. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 15 years ago
  19. eff416b fix heapsort by reed@android.com · 15 years ago
  20. 6f8491b Initial implementation of polygon trianagulation. It seems to be robust and passes the associated tests, by turk@google.com · 15 years ago
  21. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 15 years ago
  22. 0650c6c Move SkTSort.h back to private, and instead allow in the makefile for tests to by reed@android.com · 15 years ago
  23. 7d3a58a Format more consistently with the rest of Skia. by turk@google.com · 15 years ago
  24. d66efc2 add test for different srcover implementations by reed@android.com · 15 years ago
  25. 5755a2a Unit test and bug fixes for cubic Bezier clipping. by turk@google.com · 16 years ago
  26. 3abec1d add initial unittests for Path by reed@android.com · 16 years ago
  27. a396a16 add tests (unittests) to Makefile move SkTSort.h into public includes by reed@android.com · 16 years ago
  28. d8730ea more tests (need more meat in there) by reed@android.com · 16 years ago
  29. ed67331 add initial unittest framework (tests) by reed@android.com · 16 years ago