| Commit message (Expand) | Author | Age |
* | fix paraens to avoid warnings | reed@android.com | 2010-04-13 |
* | add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API | reed@android.com | 2010-04-13 |
* | fix refcnt for streams | reed@android.com | 2010-04-12 |
* | Use hairline when line width <= 1.0, instead of < 1.0. | anatoly@google.com | 2010-04-12 |
* | ray fixes neon for dither and blend | reed@android.com | 2010-04-09 |
* | if we're strokeandfill+hairline, just draw fill (they way paths do) instead | reed@android.com | 2010-03-25 |
* | add inherit-from-root-transform flag (for fixed-positioning) | reed@android.com | 2010-03-23 |
* | use 64bit intermediate to accumulate 16.16 widths, to avoid overflow | reed@android.com | 2010-03-19 |
* | improve precision for blend | reed@android.com | 2010-03-12 |
* | Disable 32A->565+dither neon, since it gives different results between its | reed@android.com | 2010-03-12 |
* | only report hasspan16 if we're opaque, otherwise we get a different blend | reed@android.com | 2010-03-11 |
* | fix off-by-1 in alpha in colorshader setup | reed@android.com | 2010-03-11 |
* | disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop | reed@android.com | 2010-03-09 |
* | handle NaN in curve choppers and edgeclipper | reed@android.com | 2010-03-08 |
* | document the return value of append() | reed@android.com | 2010-03-05 |
* | update android specific RAM restrictions | reed@android.com | 2010-03-04 |
* | add optional pref-config table to codecs | reed@android.com | 2010-03-03 |
* | update for new fonts | reed@android.com | 2010-03-02 |
* | convert matrix <--> matrix44 | reed@android.com | 2010-03-01 |
* | don't abort drawing based on layer size | reed@android.com | 2010-02-26 |
* | add localToGlobal and parents | reed@android.com | 2010-02-24 |
* | add DEBUG_LAYER_BOUNDS option to show layer bounds | reed@android.com | 2010-02-24 |
* | explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps | reed@android.com | 2010-02-22 |
* | more layers extracted from webkit | reed@android.com | 2010-02-19 |
* | update layers | reed@android.com | 2010-02-18 |
* | add layers | reed@android.com | 2010-02-12 |
* | update save/restore comments to mention that the drawFilter is also saved | reed@android.com | 2010-02-11 |
* | experimental draft, please ignore | reed@android.com | 2010-02-11 |
* | add copysign for ints and floats | reed@android.com | 2010-02-09 |
* | add countPoints() and getPoint() | reed@android.com | 2010-02-09 |
* | check bounder before lockPixels on the bitmap | reed@android.com | 2010-02-09 |
* | add | reed@android.com | 2010-02-09 |
* | use statictextviews to display coordinates in unitmapper | reed@android.com | 2010-02-08 |
* | This patch allows the use of the native FreeType emboldening | senorblanco@chromium.org | 2010-02-05 |
* | respect edgetype in quickreject | reed@android.com | 2010-02-05 |
* | add SkXRay geometry routines | reed@android.com | 2010-02-05 |
* | add containsText() api | reed@android.com | 2010-02-05 |
* | check for null cmap in libgif | reed@android.com | 2010-02-05 |
* | add some utils to SkPoint | reed@android.com | 2010-01-28 |
* | disable debug printfs for gamma table | reed@android.com | 2010-01-26 |
* | call skip in a loop to handle the case where the backing stream may be network | reed@android.com | 2010-01-21 |
* | refactor helper functions out of libjpeg wrapper | reed@android.com | 2010-01-21 |
* | skia: Always use aliased text when antialiasing is disabled. | agl@chromium.org | 2010-01-21 |
* | ICE fixes for arm | reed@android.com | 2010-01-14 |
* | remove obsolete SK_BUILD_FOR_BREW conditional | reed@android.com | 2010-01-12 |
* | add glyph->unichar query (inverse of a cmap) | reed@android.com | 2010-01-08 |
* | Add parens in order to make conditional correct. | agl@chromium.org | 2010-01-05 |
* | Fix r466 which was causing Chromium valgrind failures. | agl@chromium.org | 2010-01-04 |
* | Added a virtual to SkBounder, called by text, that passes | reed@android.com | 2010-01-04 |
* | Add flag to enable bitmap strikes. | agl@chromium.org | 2010-01-04 |