| Commit message (Expand) | Author | Age |
* | Break out SkOffsetImageFilter into its own file, and derive it from | senorblanco@chromium.org | 2012-11-06 |
* | Add a factory Create function for SkColorFilterImageFilter, and move the matr... | senorblanco@chromium.org | 2012-10-26 |
* | GrCustomStage Renaming Part 5 | bsalomon@google.com | 2012-10-25 |
* | GrCustomStage Renaming Part 4 | bsalomon@google.com | 2012-10-24 |
* | CustomStage Renaming Part 1 | bsalomon@google.com | 2012-10-24 |
* | Remove use of varargs in SkImageFilter. This is causing a crash in recent | senorblanco@chromium.org | 2012-10-22 |
* | Use GrCustomStage to implement color matrix. | bsalomon@google.com | 2012-10-17 |
* | When two or more color matrix image filters are connected together, and the n... | senorblanco@chromium.org | 2012-10-12 |
* | Export effects classes with SK_API. | tfarina@chromium.org | 2012-10-12 |
* | This patch implements generalized DAG connectivity for SkImageFilter. SkImag... | senorblanco@chromium.org | 2012-10-10 |
* | Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that... | senorblanco@chromium.org | 2012-10-05 |
* | Implement GPU path for matrix convolution. Note that when not convolving alpha, | senorblanco@chromium.org | 2012-10-04 |
* | Fix recursive GPU processing for SkImageFilter. Plumb through the | senorblanco@chromium.org | 2012-09-27 |
* | This patch adds support for optional processing of the alpha channel in | senorblanco@chromium.org | 2012-09-25 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-19 |
* | Implements a matrix convolution filter (raster path only). The filtering loop | senorblanco@chromium.org | 2012-09-18 |
* | Make texteffects gm work through serialization and pipe. | scroggo@google.com | 2012-09-12 |
* | 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 |