- 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
- d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 1fb9525 warning fix (unreviewed). by senorblanco@chromium.org · 12 years ago
- 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
- b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
- 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
- bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
- f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
- 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
- d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
- c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
- 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
- 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
- bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 12 years ago
- 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
- 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 12 years ago
- f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
- cb7be69 Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is by reed@google.com · 12 years ago
- 0090ec7 Fix for compiler error in r4154 by robertphillips@google.com · 12 years ago
- 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
- 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 12 years ago
- 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
- fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
- d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
- 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
- 20bf4ca Clean up DashPathEffect modulo math from r3761 by epoger@google.com · 13 years ago
- 90bf427 proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 by mike@reedtribe.org · 13 years ago
- 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
- a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 13 years ago
- ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
- a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
- 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
- 2857a78 Remove extra SK_API by thakis@chromium.org · 13 years ago
- 368b419 Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API. by thakis@chromium.org · 13 years ago
- f724c4d Add SK_API to SkTableColorFilter by vandebo@chromium.org · 13 years ago
- 8bb3ba1 need to include SkColorFilter.h since we reference some methods on it by reed@google.com · 13 years ago
- c79fd6e Export SkColorMatrixFilter via SK_API. by senorblanco@chromium.org · 13 years ago
- 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
- a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
- 7012162 add SK_OVERRIDE by mike@reedtribe.org · 13 years ago
- e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
- ae814c7 A software implementation of the Gaussian blur filter, using 3 box blurs. Also by senorblanco@chromium.org · 13 years ago
- 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
- d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
- e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
- 7716afb add SK_OVERRIDEs by reed@google.com · 13 years ago
- 259210c add SK_OVERRIDE by mike@reedtribe.org · 13 years ago
- 8426058 ensure we never change the text_encoding of the master paint, since it is used by reed@google.com · 13 years ago
- 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
- 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
- 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
- 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
- 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
- e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
- 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 14 years ago
- 6b919c3 code style by mike@reedtribe.org · 14 years ago
- 8c3ff17 Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) by bsalomon@google.com · 14 years ago
- a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 14 years ago
- 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 14 years ago
- 0e2810b add optional bitflags to control which aspect of each layer's paint is applied by mike@reedtribe.org · 14 years ago
- 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago
- 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
- cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
- 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 14 years ago
- 038aff6 Patch by Mike Lawther (mikelawther@chromium.org). by senorblanco@chromium.org · 14 years ago
- 81dc331 update layers by reed@android.com · 15 years ago
- 0db5a7f update dox for SkAvoidXfermode (as best I could) by reed@android.com · 15 years ago
- 3f2025f rename gamma to table, since it is more general than just gamma by reed@android.com · 15 years ago
- 3cfda41 add gamma maskfilter, especially nice when applied after a blur by reed@android.com · 15 years ago
- 7ef071f Two-point radial gradient implementation. by senorblanco@chromium.org · 15 years ago
- 29348cb add -forceFilter to bench tool move some utils out of effects/ by reed@android.com · 15 years ago
- 0ad336f add shape flatten so they work properly in pictures by reed@android.com · 15 years ago
- 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
- 88c2d8e animate matrixref in sample shapes by reed@android.com · 15 years ago
- aa5a7db move shapes subclasses into effects by reed@android.com · 15 years ago
- f76bacf add SkSize for dimensions by reed@android.com · 16 years ago
- 6c924ad add -pict option to bench, which draws everything through a picture, and then by reed@android.com · 16 years ago
- 8a1c16f grab from latest android by reed@android.com · 16 years ago