| Commit message (Expand) | Author | Age |
* | tiny document-only change | epoger@google.com | 2011-05-20 |
* | fix PathTest for SKIA_SCALAR=fixed | epoger@google.com | 2011-05-18 |
* | [PDF] Fix PDF primitives test for fixed scalars. | vandebo@chromium.org | 2011-05-18 |
* | get tests closer to passing for SKIA_SCALAR=fixed | epoger@google.com | 2011-05-17 |
* | Change getConvexity() to now compute it if the value is set to kUnkown. | reed@google.com | 2011-05-16 |
* | detect more than one loop in computeconvexity | reed@google.com | 2011-05-15 |
* | migrate more tests from GrPath.cpp | reed@google.com | 2011-05-15 |
* | add Convexity enum to SkPath | reed@google.com | 2011-05-15 |
* | make tests return nonzero if failing | epoger@google.com | 2011-05-13 |
* | Another tiny comment-only change to trigger buildbot | epoger@google.com | 2011-05-13 |
* | Tiny comment-only change to trigger buildbot | epoger@google.com | 2011-05-13 |
* | Fix intentional breakage in previous commit | epoger@google.com | 2011-05-12 |
* | Intentional breakage to test notifications, will fix quickly | epoger@google.com | 2011-05-12 |
* | Tiny comment-only change to trigger update | epoger@google.com | 2011-05-12 |
* | Fix my intentional break. | epoger@google.com | 2011-05-11 |
* | Intentionally break tests, will fix quickly. | epoger@google.com | 2011-05-11 |
* | Another comment-only change to test notifications | epoger@google.com | 2011-05-11 |
* | Tiny comment-only change to test notifications | epoger@google.com | 2011-05-11 |
* | update | reed@google.com | 2011-05-03 |
* | Add comparison and assignment to SkClipStack (and fix an optimization bug). | vandebo@chromium.org | 2011-05-03 |
* | Another tiny comment-only change to trigger svn update | epoger@google.com | 2011-04-26 |
* | Tiny comment-only change to trigger SVN update in buildbot | epoger@google.com | 2011-04-26 |
* | add test for premultiplycolor | reed@google.com | 2011-04-22 |
* | tiny test commit | epoger@google.com | 2011-04-20 |
* | handle overflow | reed@google.com | 2011-04-18 |
* | add fFx1 field, returning where to start the iterator for fCount1 range | reed@google.com | 2011-04-18 |
* | [PDF] If the clip is empty, we shouldn't bother actually drawing anything. | vandebo@chromium.org | 2011-04-15 |
* | add reflection asColorMode to SkColorFilter (for gpu) | reed@google.com | 2011-04-14 |
* | fix asMode() to always succeed if the xfermode was built from a Mode | reed@google.com | 2011-04-13 |
* | add code to test different premul techniques (disabled right now) | reed@google.com | 2011-03-30 |
* | add refcnt helper to metadata | reed@google.com | 2011-03-30 |
* | abort drawing if srcRect is outside of the bitmap bounds | reed@google.com | 2011-03-17 |
* | remove unused methods from SkRefPtr, as a check-point for better understanding | reed@google.com | 2011-03-08 |
* | [PDF] Restrict scalars to the range that PDF understands. | vandebo@chromium.org | 2011-03-04 |
* | bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that | reed@google.com | 2011-03-01 |
* | use sprintf to generate float->string for SkString routines, removing the | reed@google.com | 2011-02-28 |
* | add simple test for SkBitmap::getColor() | reed@google.com | 2011-02-25 |
* | http://codereview.appspot.com/4233041/ | reed@google.com | 2011-02-25 |
* | add tests for SkClipStack | reed@google.com | 2011-02-22 |
* | add tests for pushing on back as well as front | reed@google.com | 2011-02-22 |
* | rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre... | reed@google.com | 2011-02-22 |
* | update to work correctly for scalar == fixed or float | reed@android.com | 2011-02-09 |
* | add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali... | reed@google.com | 2011-02-08 |
* | [PDF] Add support for xfermodes / blend modes. | vandebo@chromium.org | 2011-02-08 |
* | clear the convex-hint in reset() and rewind(), to match its state in a newly | reed@google.com | 2011-02-07 |
* | hide divide-by-zero from the compiler, to avoid the warning | reed@google.com | 2011-02-07 |
* | Add unit test for SkRect::hasValidCoordinates(). | wjmaclean@chromium.org | 2011-02-07 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | embed a refdict inside SkDevice | reed@google.com | 2011-01-25 |
* | add refdict class, for holding a dictionary of reference-counted objects | reed@google.com | 2011-01-25 |