| Commit message (Expand) | Author | Age |
... | |
* | remove obsolete build flags: | reed@google.com | 2013-02-22 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads. | reed@google.com | 2013-01-03 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-25 |
* | disable (using build-flag) change in 6937 until I can figure out how to rebas... | mike@reedtribe.org | 2012-12-24 |
* | fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to | mike@reedtribe.org | 2012-12-24 |
* | remove legacy build-guards, now that webkit has rebaselined these. | reed@google.com | 2012-11-26 |
* | add default: to fix warning | reed@google.com | 2012-11-21 |
* | fix typo: must use modified join in case the miterlimit forces us to use bevel | reed@google.com | 2012-11-21 |
* | use direction from isRect in strokeRect, and only stroke if it is closed | reed@google.com | 2012-11-21 |
* | add SK_IGNORE_NEW_STROKERECT guard | reed@google.com | 2012-11-20 |
* | fix regression from 6510 -- respect kStrokeAndFill setting for stroked rects | reed@google.com | 2012-11-20 |
* | add specialty strokeRect() to SkStroke, which can return much cleaner results | reed@google.com | 2012-11-20 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | don't add circles on chopped cubics | reed@google.com | 2012-07-13 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | Iter::next takes a bool (defaults to true for now) if we want to consume dege... | reed@google.com | 2012-05-16 |
* | pre allocate space for the result (guesstimation) so we don't spend extra time | reed@google.com | 2012-05-15 |
* | recreate http://codereview.appspot.com/6131051/ in svn instead of git | epoger@google.com | 2012-05-03 |
* | move SKPaint's defaults (that might be configurable) into a header | reed@google.com | 2012-02-29 |
* | stroking wants CW, so we reverse if the orig was CCW | reed@google.com | 2012-01-10 |
* | restore (debugged) cheapComputeDirection | reed@google.com | 2012-01-10 |
* | disable cheap check while its being debugged | reed@google.com | 2012-01-10 |
* | add SkPath::cheapComputeDirection() plus unittests | reed@google.com | 2012-01-10 |
* | add SkPath::reverseAddPath() | reed@google.com | 2012-01-10 |
* | preserve inverseness when stroking | reed@google.com | 2011-12-21 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | can't assume (ever :( ) that a 2-ptr src will convex | reed@google.com | 2011-10-31 |
* | don't assume a 2-point path is convex, unless its also not closed | reed@google.com | 2011-10-31 |
* | add SkPoint::CanNormalize to unify decisions about when a vector is degenerate | reed@google.com | 2011-09-07 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | move xfermode modes from porterduff into xfermode itself | reed@android.com | 2009-06-22 |
* | fallback to drawing a line if the cubic is still too curvy, even if we've | reed@android.com | 2009-06-17 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | grab from latest android | reed@android.com | 2008-12-17 |