1. b421650 add double precision convex test by caryclark · 10 years ago
  2. 5ccef57 treat backwards quads as not convex by caryclark · 10 years ago
  3. b8de1f4 Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op by robertphillips · 10 years ago
  4. 50da1d8 Fix broken build due to updated #define by djsollen · 10 years ago
  5. 523cda3 Remove android specific srcPath from SkPath by djsollen · 10 years ago
  6. 454fa71 check for nonfinites in rrects by reed · 10 years ago
  7. d5d27d9 use conics for arcTo by reed · 10 years ago
  8. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  9. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  10. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  11. fe7c427 Fix bound returned by SkPath::isRect when the path contains a trailing moveTo by robertphillips · 10 years ago
  12. 220f926 use conics by reed · 10 years ago
  13. 5bcbe91 Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. by reed · 10 years ago
  14. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  15. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  16. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  17. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  18. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  19. f52a063 Fix yet another convexicator issue by robertphillips · 10 years ago
  20. d489759 Don't pass null to memcmp. by mtklein · 10 years ago
  21. 08fa28c add float equivalent in dumpHex output as comment by caryclark · 10 years ago
  22. c506e30 Fix convexicator bug by robertphillips · 10 years ago
  23. e956259 add dumpHex() option to SkPath by caryclark · 10 years ago
  24. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  25. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  26. fac4e0e Fallback to moveTo when unable to find the first tangent in cubicTo by piotaixr · 10 years ago
  27. 66a5d8b add path dump test by caryclark · 11 years ago
  28. 8be07bb In convexity checker don't advance last vector when x-product isn't significant. by commit-bot@chromium.org · 11 years ago
  29. 4e332f8 add rounding-using-doubles methods on SkScalar and SkRect by commit-bot@chromium.org · 11 years ago
  30. 877c449 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 11 years ago
  32. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 11 years ago
  33. c2abd54 add alternative to isRect named asRect by commit-bot@chromium.org · 11 years ago
  34. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  35. 05ec223 change isRect to return true for 3-sided rectangular paths by commit-bot@chromium.org · 11 years ago
  36. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  37. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  38. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  39. 0efb21b Improved SkPathRef interface security by robertphillips@google.com · 11 years ago
  40. 6b8dbb6 Move segment mask from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  41. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  42. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. b06e88d Fix for SkPathRef::CreateTransformedCopy bug by robertphillips@google.com · 11 years ago
  44. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  45. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  46. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  47. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  48. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  49. 42feaaf use quads for mixed radius rrects by commit-bot@chromium.org · 11 years ago
  50. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  51. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  52. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  53. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  54. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  55. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  56. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  57. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  58. 1ab9f73 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  59. f32322b add disabled tests, in pref for experimental isRect behavior by reed@google.com · 11 years ago
  60. 4726291 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
  62. 77658b5 meant to DISABLE this test by reed@google.com · 11 years ago
  63. cc8be77 add test for https://code.google.com/p/skia/issues/detail?id=1706 by reed@google.com · 11 years ago
  64. b8d9d5b Refactor PathTest.cpp test_isNestedRects and test_isRect. by bungeman@google.com · 11 years ago
  65. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  66. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  67. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  68. cb8b0ee Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. by mtklein@google.com · 11 years ago
  69. 9d54aeb All rSomethingTo() immediately following a close() are relative to the point we closed from, not the point we close to. Fix that. by commit-bot@chromium.org · 11 years ago
  70. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 11 years ago
  71. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  72. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 12 years ago
  73. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  74. da2b21f add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo by reed@google.com · 12 years ago
  75. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 12 years ago
  76. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 12 years ago
  77. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 12 years ago
  78. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 12 years ago
  79. 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  80. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 12 years ago
  81. 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 12 years ago
  82. 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
  83. 391ca66 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. 7a90daf fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respected by reed@google.com · 12 years ago
  85. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 12 years ago
  86. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 12 years ago
  87. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 12 years ago
  88. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  89. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  90. 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
  91. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
  93. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  94. a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
  95. 1c9c0d3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  96. f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
  97. bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
  98. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
  100. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago