1. 772813a add code to test different premul techniques (disabled right now) by reed@google.com · 14 years ago
  2. e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
  3. 2ade086 abort drawing if srcRect is outside of the bitmap bounds by reed@google.com · 14 years ago
  4. ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 14 years ago
  5. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 14 years ago
  6. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 14 years ago
  7. fa06e52 use sprintf to generate float->string for SkString routines, removing the by reed@google.com · 14 years ago
  8. f4888c4 add simple test for SkBitmap::getColor() by reed@google.com · 14 years ago
  9. a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 14 years ago
  10. bdee9fc add tests for SkClipStack by reed@google.com · 14 years ago
  11. f9e7132 add tests for pushing on back as well as front by reed@google.com · 14 years ago
  12. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 14 years ago
  13. d413445 update to work correctly for scalar == fixed or float by reed@android.com · 14 years ago
  14. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 14 years ago
  15. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 14 years ago
  16. 62047cf clear the convex-hint in reset() and rewind(), to match its state in a newly by reed@google.com · 14 years ago
  17. 534240f hide divide-by-zero from the compiler, to avoid the warning by reed@google.com · 14 years ago
  18. ff1ec2f Add unit test for SkRect::hasValidCoordinates(). by wjmaclean@chromium.org · 14 years ago
  19. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  20. 3636ed5 embed a refdict inside SkDevice udate unittests to test refdict's destructor by reed@google.com · 14 years ago
  21. 0e190d0 add refdict class, for holding a dictionary of reference-counted objects by reed@google.com · 14 years ago
  22. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  23. 9ce6e75 init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0) by reed@google.com · 14 years ago
  24. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  25. ea8509c remove obsolete test by reed@google.com · 14 years ago
  26. ec7a30c Upstream mulDiv255Ceil() from WebKit to the skia repository. by senorblanco@chromium.org · 14 years ago
  27. 8cfdf01 Correctly handle SkPath::kInverseWinding_FillType by agl@chromium.org · 14 years ago
  28. ee34e35 Add flate compression test and fix bugs. by vandebo@chromium.org · 14 years ago
  29. 86bff1f Add safe size/copy functions to Skia. by wjmaclean@chromium.org · 14 years ago
  30. 9b49dc0 First pieces of SkPDFDevice. Supports: by vandebo@chromium.org · 14 years ago
  31. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  32. f66025d Address senorblanco's comments on r600. by vandebo@chromium.org · 14 years ago
  33. 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago
  34. 097a351 add SkRegion::setRects(), and its unit tests by reed@android.com · 14 years ago
  35. f597991 rename round, ceil, etc. to avoid some platform macros by reed@android.com · 14 years ago
  36. b00cd72 add SkRefPtr class (for testing at the moment) by reed@android.com · 15 years ago
  37. c846ede fix build for SK_SCALAR_IS_FIXED by reed@android.com · 15 years ago
  38. 9f8f48e update blitrow test to exercise different widths for blitrow by reed@android.com · 15 years ago
  39. 8e4c93b disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop by reed@android.com · 15 years ago
  40. 1db89dc update tests for blitrow by reed@android.com · 15 years ago
  41. 78cd105 add tests for blitting all opaque or all transparent (test opts) by reed@android.com · 15 years ago
  42. 60bc6d5 add Make to SkTSize by reed@android.com · 15 years ago
  43. f0ad086 add unittest for copysign by reed@android.com · 15 years ago
  44. d0a529d fix memory leak by reed@android.com · 15 years ago
  45. a3d9010 add unittest for IntersectLine, used by hairlines by reed@android.com · 15 years ago
  46. e72fee5 add onSendClickToChildren to views, so a view can capture all clicks. by reed@android.com · 15 years ago
  47. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  48. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  49. 4b7577b add unittest for matrix::flatten by reed@android.com · 15 years ago
  50. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  51. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  52. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
  53. 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
  54. 6a5a266 add SkSize for dimensions by reed@android.com · 15 years ago
  55. fbaa88d add canCopyTo(), to preflight if copyTo can succeed. update unittests for it by reed@android.com · 15 years ago
  56. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 15 years ago
  57. f9ab99a Allow copying an Index8 bitmap when srcConfig and dstConfig are both Index8. by weita@google.com · 16 years ago
  58. 4226396 add BitmapCopyTest. Still need to consider the src==no_config case by reed@android.com · 16 years ago
  59. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 16 years ago
  60. eeb3b7f support -android mode when running tests, which spews out android specific by reed@android.com · 16 years ago
  61. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 16 years ago
  62. 57b799e rename tests/main to testmain.cpp by reed@android.com · 16 years ago
  63. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
  64. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 16 years ago
  65. eff416b fix heapsort by reed@android.com · 16 years ago
  66. 6f8491b Initial implementation of polygon trianagulation. It seems to be robust and passes the associated tests, by turk@google.com · 16 years ago
  67. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 16 years ago
  68. 0650c6c Move SkTSort.h back to private, and instead allow in the makefile for tests to by reed@android.com · 16 years ago
  69. 7d3a58a Format more consistently with the rest of Skia. by turk@google.com · 16 years ago
  70. d66efc2 add test for different srcover implementations by reed@android.com · 16 years ago
  71. 5755a2a Unit test and bug fixes for cubic Bezier clipping. by turk@google.com · 16 years ago
  72. 3abec1d add initial unittests for Path by reed@android.com · 16 years ago
  73. a396a16 add tests (unittests) to Makefile move SkTSort.h into public includes by reed@android.com · 16 years ago
  74. d8730ea more tests (need more meat in there) by reed@android.com · 16 years ago
  75. ed67331 add initial unittest framework (tests) by reed@android.com · 16 years ago