| Commit message (Expand) | Author | Age |
... | |
* | add skhello for simple hello-world sample code | 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 |
* | add | reed@android.com | 2010-04-08 |
* | add | reed@android.com | 2010-04-08 |
* | fix dither-to-4444 to keep the alpha value >= colors | reed@android.com | 2010-04-06 |
* | 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 |
* | update blitrow test to exercise different widths for blitrow | reed@android.com | 2010-03-15 |
* | 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 |
* | 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 |
* | 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 |
* | add kNONE_LCDOrder for screens with no recognizable rgb order | reed@android.com | 2010-03-02 |
* | update for new fonts | reed@android.com | 2010-03-02 |
* | convert matrix <--> matrix44 | reed@android.com | 2010-03-01 |
* | more vector4 methods | reed@android.com | 2010-03-01 |
* | don't abort drawing based on layer size | reed@android.com | 2010-02-26 |
* | add rotation | reed@android.com | 2010-02-26 |
* | add unittests for map() | reed@android.com | 2010-02-24 |
* | add localToGlobal and parents | reed@android.com | 2010-02-24 |
* | add tests for translate, concat, scale | reed@android.com | 2010-02-24 |
* | add DEBUG_LAYER_BOUNDS option to show layer bounds | reed@android.com | 2010-02-24 |
* | add static Make methods to return rects | reed@android.com | 2010-02-24 |
* | implement inverse, determinant | reed@android.com | 2010-02-23 |
* | update with better fps reporting | reed@android.com | 2010-02-22 |
* | add FPSBench | reed@android.com | 2010-02-22 |
* | 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 |
* | doh - fix build | reed@android.com | 2010-02-11 |
* | add Make to SkTSize | reed@android.com | 2010-02-11 |
* | add unittest for copysign | reed@android.com | 2010-02-09 |
* | 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 |