aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects
Commit message (Expand)AuthorAge
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* Remove extra SK_APIGravatar thakis@chromium.org2012-02-10
* Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API.Gravatar thakis@chromium.org2012-02-09
* Add SK_API to SkTableColorFilterGravatar vandebo@chromium.org2012-02-08
* need to include SkColorFilter.h since we reference some methods on itGravatar reed@google.com2012-01-26
* Export SkColorMatrixFilter via SK_API.Gravatar senorblanco@chromium.org2012-01-10
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* Add SkTableColorFilter, as a foundation for several SVG filtersGravatar mike@reedtribe.org2011-12-28
* add SK_OVERRIDEGravatar mike@reedtribe.org2011-12-28
* Implement SkColorFilter::asColorMatrix() virtual, and override inGravatar senorblanco@chromium.org2011-12-20
* A software implementation of the Gaussian blur filter, using 3 box blurs. AlsoGravatar senorblanco@chromium.org2011-12-20
* initial impl of SkImageFilters : virtual signature will change!Gravatar reed@google.com2011-12-20
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* add first cut at arithmetic modeGravatar mike@reedtribe.org2011-12-10
* add SK_OVERRIDEsGravatar reed@google.com2011-12-07
* add SK_OVERRIDEGravatar mike@reedtribe.org2011-11-23
* ensure we never change the text_encoding of the master paint, since it is usedGravatar reed@google.com2011-11-21
* This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.Gravatar senorblanco@chromium.org2011-11-16
* Implement Gaussian blurs for images. The caller creates an anGravatar senorblanco@chromium.org2011-11-09
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* add serialization to SkLayerRasterizerGravatar reed@google.com2011-08-09
* use common subclass SkPath2DPathEffect, which can be serializedGravatar reed@google.com2011-08-09
* register 1D and 2D patheffects, so they work when serialized (and piperized)Gravatar reed@google.com2011-08-09
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* Add missing flattenable registrations and CreateProc() functions;Gravatar tomhudson@google.com2011-04-27
* code styleGravatar mike@reedtribe.org2011-04-20
* Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia)Gravatar bsalomon@google.com2011-04-15
* add mask for paint-bits to layerdrawlooperGravatar mike@reedtribe.org2011-04-14
* expand SkLayerDrawLooper to allow for an xfermode when transfering the paint'...Gravatar reed@google.com2011-04-12
* add optional bitflags to control which aspect of each layer's paint is appliedGravatar mike@reedtribe.org2011-04-08
* Simplify drawloopers and drawfilters. This allows the canvas to keep itsGravatar reed@google.com2011-04-07
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* Patch by Mike Lawther (mikelawther@chromium.org).Gravatar senorblanco@chromium.org2010-12-06
* update layersGravatar reed@android.com2010-02-18
* update dox for SkAvoidXfermode (as best I could)Gravatar reed@android.com2009-11-09
* rename gamma to table, since it is more general than just gammaGravatar reed@android.com2009-10-29
* add gamma maskfilter, especially nice when applied after a blurGravatar reed@android.com2009-10-29
* Two-point radial gradient implementation.Gravatar senorblanco@chromium.org2009-09-22
* add -forceFilter to bench toolGravatar reed@android.com2009-08-04
* add shape flatten so they work properly in picturesGravatar reed@android.com2009-06-29
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* animate matrixref in sample shapesGravatar reed@android.com2009-05-27
* move shapes subclasses into effectsGravatar reed@android.com2009-05-27