| Commit message (Expand) | Author | Age |
* | improve precision for blend | reed@android.com | 2010-03-12 |
* | update windows port | reed@android.com | 2009-12-18 |
* | fix repeat/mirror for new larger 16bit cache | reed@android.com | 2009-12-14 |
* | make the 16bit cache larger, to handle multiple colors in the gradient w/o | reed@android.com | 2009-12-14 |
* | flatten/unflatten custom fields for 2-point gradient | reed@android.com | 2009-11-10 |
* | update dox for SkAvoidXfermode (as best I could) | reed@android.com | 2009-11-09 |
* | rename gamma to table, since it is more general than just gamma | reed@android.com | 2009-10-29 |
* | add gamma maskfilter, especially nice when applied after a blur | reed@android.com | 2009-10-29 |
* | add BlitRow procs for 32->32, to allow for neon and other optimizations. | 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 |
* | Two-point radial gradient implementation. | senorblanco@chromium.org | 2009-09-22 |
* | fix sumbuffer to initialize its top and left colum/row with zeros. Without th... | reed@android.com | 2009-09-21 |
* | use rowbytes instead of bounds.width() | reed@android.com | 2009-09-18 |
* | expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader | reed@android.com | 2009-08-27 |
* | close out previous contour (so we don't miss the last segment) | reed@android.com | 2009-08-14 |
* | add -forceFilter to bench tool | reed@android.com | 2009-08-04 |
* | add FIXME to comment | reed@android.com | 2009-07-07 |
* | fix gradients with alpha to convert to premul *after* the intermediate color | reed@android.com | 2009-07-02 |
* | remove (ack) test code in lineargradient when pos array is null | reed@android.com | 2009-07-01 |
* | add unittest for matrix::flatten | reed@android.com | 2009-06-29 |
* | add shape flatten so they work properly in pictures | reed@android.com | 2009-06-29 |
* | remove remaining references to porterduff | reed@android.com | 2009-06-23 |
* | remove deprecated use of porterduff enum | reed@android.com | 2009-06-23 |
* | move xfermode modes from porterduff into xfermode itself | reed@android.com | 2009-06-22 |
* | add shader flag kConstInY_Flag | reed@android.com | 2009-06-12 |
* | make the same prerounding fix for the shadeSpan16 case | reed@android.com | 2009-06-12 |
* | preround our fx fractional coordiante, so we get rounded integers (0..255) when | reed@android.com | 2009-06-12 |
* | update for cache updates | reed@android.com | 2009-06-05 |
* | fix dumpcanvas to recurse on pictures and shapes | reed@android.com | 2009-06-05 |
* | initialize fFlags in gradients | reed@android.com | 2009-06-02 |
* | move shapes subclasses into effects | reed@android.com | 2009-05-27 |
* | add SkSize for dimensions | reed@android.com | 2009-05-13 |
* | add ADD xfermode | reed@android.com | 2009-04-24 |
* | import portability fixes from Chrome around floats | reed@android.com | 2009-04-03 |
* | extend gradients to handle (by clamping) the first and last color position if | reed@android.com | 2009-04-03 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | add -pict option to bench, which draws everything through a picture, and then | reed@android.com | 2009-03-31 |
* | promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect | reed@android.com | 2009-03-19 |
* | add sanity checks to handles extremely large coordinates or filter margins. | reed@android.com | 2009-03-16 |
* | add crude Makefile (someone please help!) | reed@android.com | 2009-01-16 |
* | fix warnings | reed@android.com | 2009-01-15 |
* | add optimization for width==1 bitmaps in shader procs | reed@android.com | 2009-01-13 |
* | grab from latest android | reed@android.com | 2008-12-17 |