1. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  2. 0efb21b Improved SkPathRef interface security by robertphillips@google.com · 11 years ago
  3. 6b8dbb6 Move segment mask from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  4. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  5. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. b06e88d Fix for SkPathRef::CreateTransformedCopy bug by robertphillips@google.com · 11 years ago
  7. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  8. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  9. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  10. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  11. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  12. 42feaaf use quads for mixed radius rrects by commit-bot@chromium.org · 11 years ago
  13. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  14. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  15. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  16. 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
  17. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  18. 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
  19. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  20. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  21. 1ab9f73 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  22. f32322b add disabled tests, in pref for experimental isRect behavior by reed@google.com · 11 years ago
  23. 4726291 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
  25. 77658b5 meant to DISABLE this test by reed@google.com · 11 years ago
  26. cc8be77 add test for https://code.google.com/p/skia/issues/detail?id=1706 by reed@google.com · 11 years ago
  27. b8d9d5b Refactor PathTest.cpp test_isNestedRects and test_isRect. by bungeman@google.com · 11 years ago
  28. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  29. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  30. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  31. cb8b0ee Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. by mtklein@google.com · 11 years ago
  32. 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
  33. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 11 years ago
  34. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  35. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 11 years ago
  36. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. 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 · 11 years ago
  38. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 11 years ago
  39. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  40. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  41. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  42. 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  44. 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 11 years ago
  45. 7abfa49 turn on pathops unit test by caryclark@google.com · 11 years ago
  46. 391ca66 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  47. 7a90daf fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respected by reed@google.com · 11 years ago
  48. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  49. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  50. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 11 years ago
  51. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  52. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
  54. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
  56. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  57. a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
  58. 1c9c0d3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
  60. bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
  61. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
  63. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  64. cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  66. fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  68. 20fb0c7 add tests for degenerate serifs to computeDirection by reed@google.com · 12 years ago
  69. 8b0e234 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
  71. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  72. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  74. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  75. 968c17d fixed compiler complaints by robertphillips@google.com · 12 years ago
  76. 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 8cae835 fix fragile cubic stepper, where we want to assert that each tesselated segment by reed@google.com · 12 years ago
  78. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  79. ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 12 years ago
  80. 2972bb5 Adding storage of SkPath::fIsOval by robertphillips@google.com · 12 years ago
  81. eef938c check that copied paths have the same segment-masks as their src by reed@google.com · 12 years ago
  82. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  83. 4eefe61 Handle convex paths with degeneracies in cheap direction computation by bsalomon@google.com · 12 years ago
  84. fedd09b Really fix the build. by schenney@chromium.org · 12 years ago
  85. aaf1688 Speculative build fix. Tests do not fail locally. by schenney@chromium.org · 12 years ago
  86. 7e96360 Fix the problem of rendering closePath not properly after a moveTo call in by schenney@chromium.org · 12 years ago
  87. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  88. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  89. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  90. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  91. 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 12 years ago
  92. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
  93. 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 12 years ago
  94. 6aa2965 Track oval in SkPath by bsalomon@google.com · 12 years ago
  95. f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 12 years ago
  96. c047d41 track oval in SkPath by bsalomon@google.com · 12 years ago
  97. 0e5104c misc fixes by bsalomon@google.com · 12 years ago
  98. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  99. 53aab78 Fix line endings. by bsalomon@google.com · 12 years ago
  100. 6843ac4 Turn off test in fixed pt build. by bsalomon@google.com · 12 years ago