| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Upstream android changes. | djsollen@google.com | 2011-04-15 |
* | code style | reed@google.com | 2011-04-15 |
* | add reflection asColorMode to SkColorFilter (for gpu) | reed@google.com | 2011-04-14 |
* | add mask for paint-bits to layerdrawlooper | mike@reedtribe.org | 2011-04-14 |
* | 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 |
* | expand SkLayerDrawLooper to allow for an xfermode when transfering the paint'... | reed@google.com | 2011-04-12 |
* | fast return if no part of the paint gets replaced | mike@reedtribe.org | 2011-04-09 |
* | add optional bitflags to control which aspect of each layer's paint is applied | mike@reedtribe.org | 2011-04-08 |
* | fix infinite loop (doh) | mike@reedtribe.org | 2011-04-08 |
* | Simplify drawloopers and drawfilters. This allows the canvas to keep its | reed@google.com | 2011-04-07 |
* | Fix Two Pt Radial when circles are concentric. | bsalomon@google.com | 2011-04-06 |
* | Upstreaming changes from android. | djsollen@google.com | 2011-03-14 |
* | Fixes shadow colors with alpha value smaller that one. Results were too tran... | junov@google.com | 2011-03-11 |
* | make asABitmap() const | reed@google.com | 2011-03-07 |
* | Add asAGradient shader extraction API. | vandebo@chromium.org | 2011-02-24 |
* | rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre... | reed@google.com | 2011-02-22 |
* | [Committed on behalf of junov@chromium.org] | senorblanco@chromium.org | 2011-02-18 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | fix fEntryCount when we purge a cache entry (bug caught by our validate()) | reed@google.com | 2011-01-19 |
* | 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 |
* | update copyright | reed@google.com | 2010-12-23 |
* | merge in gpu changes to gradientshaders | reed@google.com | 2010-12-23 |
* | Fix perf regression in Color32. | senorblanco@chromium.org | 2010-12-16 |
* | Patch by Mike Lawther (mikelawther@chromium.org). | senorblanco@chromium.org | 2010-12-06 |
* | 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 |