| Commit message (Expand) | Author | Age |
* | Remove extra SK_API | thakis@chromium.org | 2012-02-10 |
* | Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API. | thakis@chromium.org | 2012-02-09 |
* | Add SK_API to SkTableColorFilter | vandebo@chromium.org | 2012-02-08 |
* | need to include SkColorFilter.h since we reference some methods on it | reed@google.com | 2012-01-26 |
* | Export SkColorMatrixFilter via SK_API. | senorblanco@chromium.org | 2012-01-10 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | mike@reedtribe.org | 2011-12-28 |
* | add SK_OVERRIDE | mike@reedtribe.org | 2011-12-28 |
* | Implement SkColorFilter::asColorMatrix() virtual, and override in | senorblanco@chromium.org | 2011-12-20 |
* | A software implementation of the Gaussian blur filter, using 3 box blurs. Also | senorblanco@chromium.org | 2011-12-20 |
* | initial impl of SkImageFilters : virtual signature will change! | reed@google.com | 2011-12-20 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |
* | add SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDE | mike@reedtribe.org | 2011-11-23 |
* | ensure we never change the text_encoding of the master paint, since it is used | reed@google.com | 2011-11-21 |
* | This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. | senorblanco@chromium.org | 2011-11-16 |
* | Implement Gaussian blurs for images. The caller creates an an | senorblanco@chromium.org | 2011-11-09 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | add serialization to SkLayerRasterizer | reed@google.com | 2011-08-09 |
* | use common subclass SkPath2DPathEffect, which can be serialized | reed@google.com | 2011-08-09 |
* | register 1D and 2D patheffects, so they work when serialized (and piperized) | reed@google.com | 2011-08-09 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Add option in flattening to write factory names inline, as we are recording. | reed@google.com | 2011-06-21 |
* | Add missing flattenable registrations and CreateProc() functions; | tomhudson@google.com | 2011-04-27 |
* | code style | mike@reedtribe.org | 2011-04-20 |
* | Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) | bsalomon@google.com | 2011-04-15 |
* | add mask for paint-bits to layerdrawlooper | mike@reedtribe.org | 2011-04-14 |
* | expand SkLayerDrawLooper to allow for an xfermode when transfering the paint'... | reed@google.com | 2011-04-12 |
* | add optional bitflags to control which aspect of each layer's paint is applied | mike@reedtribe.org | 2011-04-08 |
* | Simplify drawloopers and drawfilters. This allows the canvas to keep its | reed@google.com | 2011-04-07 |
* | Add code needed to build skia as a windows dll within the chromium project. | ctguil@chromium.org | 2011-03-15 |
* | Upstreaming changes from android. | djsollen@google.com | 2011-03-14 |
* | [Committed on behalf of junov@chromium.org] | senorblanco@chromium.org | 2011-02-18 |
* | Patch by Mike Lawther (mikelawther@chromium.org). | senorblanco@chromium.org | 2010-12-06 |
* | update layers | reed@android.com | 2010-02-18 |
* | 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 |
* | Two-point radial gradient implementation. | senorblanco@chromium.org | 2009-09-22 |
* | add -forceFilter to bench tool | reed@android.com | 2009-08-04 |
* | 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 |
* | animate matrixref in sample shapes | reed@android.com | 2009-05-27 |
* | move shapes subclasses into effects | reed@android.com | 2009-05-27 |
* | add SkSize for dimensions | reed@android.com | 2009-05-13 |
* | add -pict option to bench, which draws everything through a picture, and then | reed@android.com | 2009-03-31 |
* | grab from latest android | reed@android.com | 2008-12-17 |