| Commit message (Expand) | Author | Age |
* | Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is | reed@google.com | 2012-06-06 |
* | Fix for compiler error in r4154 | robertphillips@google.com | 2012-06-05 |
* | Fixed flattening of SkStippleMaskFilter | robertphillips@google.com | 2012-06-05 |
* | remove mutable apis on SkColorMatrixFilter, must use constructor. | reed@google.com | 2012-06-04 |
* | Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. | tomhudson@google.com | 2012-06-01 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | Clean up DashPathEffect modulo math from r3761 | epoger@google.com | 2012-04-27 |
* | proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 | mike@reedtribe.org | 2012-04-14 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Fix a bunch of Coverity defects - class members not initialized in the constr... | vandebo@chromium.org | 2012-03-28 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Cleanup Macros arround static initializers for SkFlattenable. | djsollen@google.com | 2012-03-23 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |
* | 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 |