| Commit message (Expand) | Author | Age |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | warning fix (unreviewed). | senorblanco@chromium.org | 2012-08-23 |
* | Move the code for the GPU implementation of morphology effects from GrContext | senorblanco@chromium.org | 2012-08-22 |
* | Implements the non-Porter-Duff compositing modes required for SVG's feBlend | senorblanco@chromium.org | 2012-08-22 |
* | Move SkColorFilterImageFilter into its own file. | senorblanco@chromium.org | 2012-08-20 |
* | Refactor SkImageFilter into its own .cpp file. | senorblanco@chromium.org | 2012-08-20 |
* | Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity | senorblanco@chromium.org | 2012-08-20 |
* | Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr... | bsalomon@google.com | 2012-08-13 |
* | remove SkShape (unused) | reed@google.com | 2012-08-09 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and | senorblanco@chromium.org | 2012-08-01 |
* | This patch implements the diffuse and specular lighting filters in Ganesh. | senorblanco@chromium.org | 2012-07-11 |
* | Minor cleanup in lighting image filters: Made the light color a member of the | senorblanco@chromium.org | 2012-07-09 |
* | Added Inst counting to SkFlattenable-derived classes | robertphillips@google.com | 2012-06-27 |
* | Cleanup flattening code to properly serialize lighting image filters. | djsollen@google.com | 2012-06-26 |
* | Raster implementation of diffuse and specular lighting filters. Externally, | senorblanco@chromium.org | 2012-06-22 |
* | 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 |