| Commit message (Expand) | Author | Age |
... | |
* | oops, make it actually compile with correct headers | reed@android.com | 2009-10-19 |
* | add -forceDither option to bench (it is tristate) | reed@android.com | 2009-10-19 |
* | add android-specific tweaks to vary the amount of tmp ram allocated | reed@android.com | 2009-10-19 |
* | clean up fix to drawBitmapRect | reed@android.com | 2009-10-16 |
* | fix drawBitmapRect to not clip the src rect when computing the matrix | reed@android.com | 2009-10-15 |
* | don't force bitmapIsOpaque to false if we're instrinsically 16bit | reed@android.com | 2009-10-14 |
* | change projects to just run with curren-os sdk, in prep for snow-lepard | reed@android.com | 2009-10-14 |
* | fix new warnings from gcc 4.2 | reed@android.com | 2009-10-14 |
* | require expat to use with animator | reed@android.com | 2009-10-13 |
* | add xcode project | reed@android.com | 2009-10-13 |
* | animator tests | reed@android.com | 2009-10-13 |
* | check-point for reviving animator | reed@android.com | 2009-10-13 |
* | add new cubic test for overflow | reed@android.com | 2009-10-13 |
* | add sample for text rasterizer | reed@android.com | 2009-10-12 |
* | capture drawings to png | reed@android.com | 2009-10-06 |
* | cache expanded rawcolor16 | reed@android.com | 2009-10-02 |
* | oops, restore previous fix to saveLayer calling through to save() | reed@android.com | 2009-10-02 |
* | move factory for 565 into its own file | reed@android.com | 2009-10-02 |
* | don't call through to the inherited saveLayer, but just call save during record | reed@android.com | 2009-10-01 |
* | disable perspective-no-filter until we can fix the out-of-range indices | reed@android.com | 2009-09-29 |
* | fix base linux build, adding freetype support | reed@android.com | 2009-09-28 |
* | add FilterRec() so it links again | reed@android.com | 2009-09-27 |
* | use real strtof and snprintf to parse and dump floats | reed@android.com | 2009-09-24 |
* | record dither setting so we can replay it when we (re)decode | reed@android.com | 2009-09-24 |
* | update for blitrow_d32 procs | reed@android.com | 2009-09-23 |
* | add BlitRow procs for 32->32, to allow for neon and other optimizations. | reed@android.com | 2009-09-23 |
* | don't put the class name in front of the method | reed@android.com | 2009-09-23 |
* | clear the kHasSpan16 bit for two-point-radial, since we don't implement that | reed@android.com | 2009-09-22 |
* | update sample to use new two-point-radial gradients from senorblanco!!! | reed@android.com | 2009-09-22 |
* | update golden-master images for tilemodes, after the blur code (used for the | reed@android.com | 2009-09-22 |
* | Two-point radial gradient implementation. | senorblanco@chromium.org | 2009-09-22 |
* | #if 0 test code for blur, since it references a private header | reed@android.com | 2009-09-21 |
* | add tests for blurmask | reed@android.com | 2009-09-21 |
* | fix sumbuffer to initialize its top and left colum/row with zeros. Without th... | reed@android.com | 2009-09-21 |
* | update with tests for blur | reed@android.com | 2009-09-18 |
* | use rowbytes instead of bounds.width() | reed@android.com | 2009-09-18 |
* | more float/double precision tweaks | reed@android.com | 2009-09-18 |
* | use doubles in matrix.invert() to keep more precision, needed for subtle | reed@android.com | 2009-09-16 |
* | add neon opts for matrix procs | reed@android.com | 2009-09-15 |
* | don't magically convert to hairline unless we're < 1.0 in both X and Y. The n... | reed@android.com | 2009-09-03 |
* | add decode bench | reed@android.com | 2009-09-02 |
* | update | reed@android.com | 2009-09-02 |
* | add | reed@android.com | 2009-09-02 |
* | more unittests (already found/fixed some bugs) | reed@android.com | 2009-09-02 |
* | rename std words to be UPPER CASE (ugh) | reed@android.com | 2009-09-01 |
* | add tests for extractAlpha | reed@android.com | 2009-08-31 |
* | add missing files | reed@android.com | 2009-08-31 |
* | add boolean tests and IF/ELSE/END | reed@android.com | 2009-08-30 |
* | experimental hack to write a forth engine to drive skia | reed@android.com | 2009-08-29 |
* | return noErr in clickhandler, so we can get mousemoved events | reed@android.com | 2009-08-29 |