| Commit message (Expand) | Author | Age |
* | 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 |
* | update tests for blitrow | reed@android.com | 2010-03-08 |
* | add tests for blitting all opaque or all transparent (test opts) | reed@android.com | 2010-03-08 |
* | add Make to SkTSize | reed@android.com | 2010-02-11 |
* | add unittest for copysign | reed@android.com | 2010-02-09 |
* | fix memory leak | reed@android.com | 2010-01-08 |
* | add unittest for IntersectLine, used by hairlines | reed@android.com | 2009-11-30 |
* | add onSendClickToChildren to views, so a view can capture all clicks. | reed@android.com | 2009-11-16 |
* | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | add unittest for matrix::flatten | reed@android.com | 2009-06-29 |
* | move xfermode modes from porterduff into xfermode itself | reed@android.com | 2009-06-22 |
* | almost there on gm (need to fix image writes/reads/compares) | reed@android.com | 2009-06-21 |
* | add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") | reed@android.com | 2009-06-05 |
* | add isConvex() hit to SkPath, to be used to speed up fills and opengl | reed@android.com | 2009-06-03 |
* | add SkSize for dimensions | reed@android.com | 2009-05-08 |
* | add canCopyTo(), to preflight if copyTo can succeed. update unittests for it | reed@android.com | 2009-05-06 |
* | fix copyTo to only copy the minimum pixels per row, and to lock the src before | reed@android.com | 2009-05-05 |
* | Allow copying an Index8 bitmap when srcConfig and dstConfig are both | weita@google.com | 2009-05-03 |
* | add BitmapCopyTest. Still need to consider the src==no_config case | reed@android.com | 2009-05-01 |
* | add SkSfntUtils to parse some known truetype tables | reed@android.com | 2009-04-14 |
* | support -android mode when running tests, which spews out android specific | reed@android.com | 2009-04-09 |
* | cleanup formating (e.g. no trailing spaces) | reed@android.com | 2009-04-02 |