| Commit message (Expand) | Author | Age |
* | 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 |
* | Add Truetype and Type 1 font embedding support | vandebo@chromium.org | 2011-01-25 |
* | init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0) | reed@google.com | 2011-01-10 |
* | add template macro to "safely" perform casts w/o breaking strict-aliasing | reed@google.com | 2011-01-05 |
* | remove obsolete test | reed@google.com | 2010-12-22 |
* | Upstream mulDiv255Ceil() from WebKit to the skia repository. | senorblanco@chromium.org | 2010-12-07 |
* | Correctly handle SkPath::kInverseWinding_FillType | agl@chromium.org | 2010-12-06 |
* | Add flate compression test and fix bugs. | vandebo@chromium.org | 2010-12-02 |
* | Add safe size/copy functions to Skia. | wjmaclean@chromium.org | 2010-11-16 |
* | First pieces of SkPDFDevice. Supports: | vandebo@chromium.org | 2010-10-20 |
* | High level pdf classes and pdf specific interface. | vandebo@chromium.org | 2010-10-12 |
* | Address senorblanco's comments on r600. | vandebo@chromium.org | 2010-10-01 |
* | Initial PDF backend commit: directories, build rules, primitives | vandebo@chromium.org | 2010-09-24 |
* | add SkRegion::setRects(), and its unit tests | reed@android.com | 2010-07-13 |
* | rename round, ceil, etc. to avoid some platform macros | reed@android.com | 2010-06-15 |
* | add SkRefPtr class (for testing at the moment) | reed@android.com | 2010-04-16 |
* | fix build for SK_SCALAR_IS_FIXED | reed@android.com | 2010-04-13 |
* | update blitrow test to exercise different widths for blitrow | reed@android.com | 2010-03-15 |
* | disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop | reed@android.com | 2010-03-09 |