1. ee69472 Remove compile warning by removing unnecessary output. by tomhudson@google.com · 13 years ago
  2. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  3. f65817c remove last vestiges of intentional break by epoger@google.com · 13 years ago
  4. 3325084 fix intentional break by epoger@google.com · 13 years ago
  5. 601d1ba another intentional break by epoger@google.com · 13 years ago
  6. 3721a7a fix intentional break by epoger@google.com · 13 years ago
  7. 2278a78 intentional error to exercise buildbot emails by epoger@google.com · 13 years ago
  8. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  9. 6f2b44d add (disabled) tests for common angles by reed@google.com · 13 years ago
  10. fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 13 years ago
  11. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  12. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  13. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  14. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  15. 1622c99 add by reed@google.com · 13 years ago
  16. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  17. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  18. 125002a update SkMatrix44 by reed@google.com · 13 years ago
  19. bf083a9 fix windows compile errors in "tests" by epoger@google.com · 13 years ago
  20. ddab227 Duplicates code from GrPathUtils to verify that an approximation for the number by tomhudson@google.com · 13 years ago
  21. 103c036 pass correct size to read(buffer, ...) tests by reed@google.com · 13 years ago
  22. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  23. bcc5683 tiny document-only change by epoger@google.com · 13 years ago
  24. 1f75399 fix PathTest for SKIA_SCALAR=fixed http://codereview.appspot.com/4528083/ by epoger@google.com · 13 years ago
  25. 6cc26da [PDF] Fix PDF primitives test for fixed scalars. by vandebo@chromium.org · 13 years ago
  26. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  27. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 13 years ago
  28. 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 13 years ago
  29. 7c42481 migrate more tests from GrPath.cpp by reed@google.com · 13 years ago
  30. 04863fa add Convexity enum to SkPath by reed@google.com · 13 years ago
  31. a8fd79d make tests return nonzero if failing by epoger@google.com · 13 years ago
  32. 6e7a7b3 Another tiny comment-only change to trigger buildbot by epoger@google.com · 13 years ago
  33. 4b8117d Tiny comment-only change to trigger buildbot by epoger@google.com · 13 years ago
  34. 189520d Fix intentional breakage in previous commit by epoger@google.com · 13 years ago
  35. 262d5f7 Intentional breakage to test notifications, will fix quickly by epoger@google.com · 13 years ago
  36. 540fb22 Tiny comment-only change to trigger update by epoger@google.com · 13 years ago
  37. 67d78b1 Fix my intentional break. by epoger@google.com · 13 years ago
  38. 76c5847 Intentionally break tests, will fix quickly. by epoger@google.com · 13 years ago
  39. f28b78b Another comment-only change to test notifications by epoger@google.com · 13 years ago
  40. 823c973 Tiny comment-only change to test notifications by epoger@google.com · 13 years ago
  41. 75595d9 update by reed@google.com · 13 years ago
  42. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 13 years ago
  43. 69731aa Another tiny comment-only change to trigger svn update by epoger@google.com · 13 years ago
  44. 9395a7e Tiny comment-only change to trigger SVN update in buildbot by epoger@google.com · 13 years ago
  45. 83acbe0 add test for premultiplycolor by reed@google.com · 13 years ago
  46. e05aec3 tiny test commit http://codereview.appspot.com/4432053 by epoger@google.com · 13 years ago
  47. 13659f1 handle overflow by reed@google.com · 13 years ago
  48. 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 13 years ago
  49. fb0b0ed [PDF] If the clip is empty, we shouldn't bother actually drawing anything. by vandebo@chromium.org · 13 years ago
  50. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 13 years ago
  51. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 13 years ago
  52. 772813a add code to test different premul techniques (disabled right now) by reed@google.com · 13 years ago
  53. e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 13 years ago
  54. 2ade086 abort drawing if srcRect is outside of the bitmap bounds by reed@google.com · 13 years ago
  55. ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 13 years ago
  56. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 13 years ago
  57. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 13 years ago
  58. fa06e52 use sprintf to generate float->string for SkString routines, removing the by reed@google.com · 13 years ago
  59. f4888c4 add simple test for SkBitmap::getColor() by reed@google.com · 13 years ago
  60. a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 13 years ago
  61. bdee9fc add tests for SkClipStack by reed@google.com · 13 years ago
  62. f9e7132 add tests for pushing on back as well as front by reed@google.com · 13 years ago
  63. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 13 years ago
  64. d413445 update to work correctly for scalar == fixed or float by reed@android.com · 13 years ago
  65. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 13 years ago
  66. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 13 years ago
  67. 62047cf clear the convex-hint in reset() and rewind(), to match its state in a newly by reed@google.com · 13 years ago
  68. 534240f hide divide-by-zero from the compiler, to avoid the warning by reed@google.com · 13 years ago
  69. ff1ec2f Add unit test for SkRect::hasValidCoordinates(). by wjmaclean@chromium.org · 13 years ago
  70. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  71. 3636ed5 embed a refdict inside SkDevice udate unittests to test refdict's destructor by reed@google.com · 14 years ago
  72. 0e190d0 add refdict class, for holding a dictionary of reference-counted objects by reed@google.com · 14 years ago
  73. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  74. 9ce6e75 init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0) by reed@google.com · 14 years ago
  75. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  76. ea8509c remove obsolete test by reed@google.com · 14 years ago
  77. ec7a30c Upstream mulDiv255Ceil() from WebKit to the skia repository. by senorblanco@chromium.org · 14 years ago
  78. 8cfdf01 Correctly handle SkPath::kInverseWinding_FillType by agl@chromium.org · 14 years ago
  79. ee34e35 Add flate compression test and fix bugs. by vandebo@chromium.org · 14 years ago
  80. 86bff1f Add safe size/copy functions to Skia. by wjmaclean@chromium.org · 14 years ago
  81. 9b49dc0 First pieces of SkPDFDevice. Supports: by vandebo@chromium.org · 14 years ago
  82. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  83. f66025d Address senorblanco's comments on r600. by vandebo@chromium.org · 14 years ago
  84. 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago
  85. 097a351 add SkRegion::setRects(), and its unit tests by reed@android.com · 14 years ago
  86. f597991 rename round, ceil, etc. to avoid some platform macros by reed@android.com · 14 years ago
  87. b00cd72 add SkRefPtr class (for testing at the moment) by reed@android.com · 14 years ago
  88. c846ede fix build for SK_SCALAR_IS_FIXED by reed@android.com · 14 years ago
  89. 9f8f48e update blitrow test to exercise different widths for blitrow by reed@android.com · 14 years ago
  90. 8e4c93b disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop by reed@android.com · 14 years ago
  91. 1db89dc update tests for blitrow by reed@android.com · 14 years ago
  92. 78cd105 add tests for blitting all opaque or all transparent (test opts) by reed@android.com · 14 years ago
  93. 60bc6d5 add Make to SkTSize by reed@android.com · 14 years ago
  94. f0ad086 add unittest for copysign by reed@android.com · 14 years ago
  95. d0a529d fix memory leak by reed@android.com · 15 years ago
  96. a3d9010 add unittest for IntersectLine, used by hairlines by reed@android.com · 15 years ago
  97. e72fee5 add onSendClickToChildren to views, so a view can capture all clicks. by reed@android.com · 15 years ago
  98. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  99. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  100. 4b7577b add unittest for matrix::flatten by reed@android.com · 15 years ago