| Commit message (Expand) | Author | Age |
* | remove dead code | reed@google.com | 2011-07-07 |
* | ensure that our bitmap is built with opaque cachedalpha | reed@google.com | 2011-07-05 |
* | make inline version of premultiply, to speed up gradient creation. | reed@google.com | 2011-06-30 |
* | fix div-by-zero (triggers debugging assert when scalar=fixed) and add master | reed@google.com | 2011-06-27 |
* | detect when our quadratic is really linear for 2-point radial, and don't | reed@google.com | 2011-06-23 |
* | fix bug where we wrote uninitialized data to the flatten stream for shaders. | reed@google.com | 2011-05-10 |
* | Add flattenable registrar for Two_Point_Radial_Gradient. | tomhudson@google.com | 2011-04-27 |
* | Fix to (two-point radial) gradient playback error in SkPictures that swapped | tomhudson@google.com | 2011-04-25 |
* | handle overflow | reed@google.com | 2011-04-18 |
* | disable fast linear for now (really this time) | reed@google.com | 2011-04-18 |
* | disable fast linear until we handle the overflow cases | reed@google.com | 2011-04-18 |
* | add SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clients that like slowness | reed@google.com | 2011-04-15 |
* | use SkClampRange to speedup clamp iterators | reed@google.com | 2011-04-15 |
* | code style | reed@google.com | 2011-04-15 |
* | speed up 2-point-radial gradients by 9x, using float instead of fixed | reed@google.com | 2011-04-13 |
* | Fix SkFixed overflows in SkFixedSquare, SkGradientShader. | wjmaclean@chromium.org | 2011-04-13 |
* | Fix Two Pt Radial when circles are concentric. | bsalomon@google.com | 2011-04-06 |
* | make asABitmap() const | reed@google.com | 2011-03-07 |
* | Add asAGradient shader extraction API. | vandebo@chromium.org | 2011-02-24 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined, disables the newly added | reed@google.com | 2011-01-17 |
* | add dithering to 32bit linear gradients | reed@google.com | 2011-01-13 |
* | merge in gpu changes to gradientshaders | reed@google.com | 2010-12-23 |
* | 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 |
* | 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 |
* | expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader | reed@android.com | 2009-08-27 |
* | 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 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 |
* | extend gradients to handle (by clamping) the first and last color position if | reed@android.com | 2009-04-03 |
* | 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 |