| Commit message (Expand) | Author | Age |
* | 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 |
* | rename tests/main to testmain.cpp | reed@android.com | 2009-04-01 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | build with -Wall | reed@android.com | 2009-03-20 |
* | fix heapsort | reed@android.com | 2009-03-18 |
* | Initial implementation of polygon trianagulation. It seems to be robust and p... | turk@google.com | 2009-03-13 |
* | migrate more legacy unittests into tests/ | reed@android.com | 2009-03-07 |
* | Move SkTSort.h back to private, and instead allow in the makefile for tests to | reed@android.com | 2009-03-04 |
* | Format more consistently with the rest of Skia. | turk@google.com | 2009-03-04 |
* | add test for different srcover implementations | reed@android.com | 2009-03-03 |
* | Unit test and bug fixes for cubic Bezier clipping. | turk@google.com | 2009-03-03 |
* | add initial unittests for Path | reed@android.com | 2009-03-02 |