1. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  2. 14dd81d disable (using build-flag) change in 6937 until I can figure out how to rebaseline the self-test by mike@reedtribe.org · 12 years ago
  3. dec8125 fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to by mike@reedtribe.org · 12 years ago
  4. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  5. c19468e add default: to fix warning by reed@google.com · 12 years ago
  6. b2e138c fix typo: must use modified join in case the miterlimit forces us to use bevel by reed@google.com · 12 years ago
  7. 04fdaa1 use direction from isRect in strokeRect, and only stroke if it is closed by reed@google.com · 12 years ago
  8. 158c595 add SK_IGNORE_NEW_STROKERECT guard by reed@google.com · 12 years ago
  9. b9971cb fix regression from 6510 -- respect kStrokeAndFill setting for stroked rects by reed@google.com · 12 years ago
  10. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  11. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  12. 8d850be don't add circles on chopped cubics by reed@google.com · 12 years ago
  13. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  14. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  15. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  16. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  17. 2e0d727 pre allocate space for the result (guesstimation) so we don't spend extra time by reed@google.com · 12 years ago
  18. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  19. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  20. 1ae2090 stroking wants CW, so we reverse if the orig was CCW by reed@google.com · 13 years ago
  21. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  22. f6962e4 disable cheap check while its being debugged by reed@google.com · 13 years ago
  23. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  24. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  25. bb47232 preserve inverseness when stroking by reed@google.com · 13 years ago
  26. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  27. effe847 can't assume (ever :( ) that a 2-ptr src will convex by reed@google.com · 13 years ago
  28. 4d03c11 don't assume a 2-point path is convex, unless its also not closed by reed@google.com · 13 years ago
  29. 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
  30. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  31. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  32. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  33. 0ea42c1 fallback to drawing a line if the cubic is still too curvy, even if we've by reed@android.com · 15 years ago
  34. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  35. 8a1c16f grab from latest android by reed@android.com · 16 years ago