| Commit message (Expand) | Author | Age |
* | Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. | tomhudson@google.com | 2012-04-10 |
* | Fix miscellaneous compiler warnings from Visual Studio 2010. | tomhudson@google.com | 2012-04-10 |
* | Clamp dilate and erode radius to image width and height. | senorblanco@chromium.org | 2012-04-10 |
* | Fixing the drawing of blurred shodows for hairline paths with software rendering | junov@chromium.org | 2012-04-04 |
* | Remove unused static functions from SampleApp and effects | djsollen@google.com | 2012-03-29 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Move SkColorMatrix to effects. | bungeman@google.com | 2012-03-28 |
* | 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 |
* | Fix android build | djsollen@google.com | 2012-03-23 |
* | Cleanup Macros arround static initializers for SkFlattenable. | djsollen@google.com | 2012-03-23 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |
* | Move SkClampRange into src/effects, where it isn't being advertised as | tomhudson@google.com | 2012-03-20 |
* | Updating SkAvoidXferMode to use new 4byte interp function. | djsollen@google.com | 2012-03-12 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |
* | fix SkFixed build (I hope) | reed@google.com | 2012-02-15 |
* | Disable optimization of certain bit-shift operations on Visual Studio 2010 only | epoger@google.com | 2012-02-02 |
* | rearrange functions to group clamp, repeat, mirror helpers together. | reed@google.com | 2012-02-02 |
* | Add dithering to 32b radial gradients. Behind the same #ifdef as dithered | tomhudson@google.com | 2012-02-02 |
* | extend fastbounds impls to include maskfilters and drawloopers. This allows | reed@google.com | 2012-01-30 |
* | posix: Avoid static initializers in static/global mutexes | digit@google.com | 2012-01-26 |
* | Temporarily allow linear interpolation of 2-color vertical gradients to be | tomhudson@google.com | 2012-01-20 |
* | Interpolate vertical linear gradients for improved quality. | tomhudson@google.com | 2012-01-18 |
* | Create floating-point square root path for 16b mirrored radial gradients | tomhudson@google.com | 2012-01-12 |
* | Convert 32b radial gradient procs to take SkScalar instead of | tomhudson@google.com | 2012-01-12 |
* | Remove obsolete SK_USE_FLOAT_SQRT | tomhudson@google.com | 2012-01-11 |
* | Fix the string we're checking for in the #if defined(), so that loops actuall... | tomhudson@google.com | 2012-01-11 |
* | detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radi... | reed@google.com | 2012-01-11 |
* | Code cleanup: move gradient inner loops into procs. | tomhudson@google.com | 2012-01-09 |
* | override asComponentTable() | mike@reedtribe.org | 2012-01-07 |
* | Towards enabling -Werror in skia on Linux | bsalomon@google.com | 2012-01-06 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable | senorblanco@chromium.org | 2012-01-04 |
* | implement dithering for vertical grads (was a todo:) | reed@google.com | 2012-01-04 |
* | Improve the quality of color matrix filters by using SkPremultiplyARGBInline. | senorblanco@chromium.org | 2012-01-03 |
* | Implement the color matrix filter in Ganesh. Also, fix and enable the color | senorblanco@chromium.org | 2012-01-03 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | mike@reedtribe.org | 2011-12-28 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | Unreviewed. Fixing the Windows build, due to a non definition of M_PI. | schenney@chromium.org | 2011-12-20 |
* | 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 |
* | Adding isOpaque method to skia shader classes | junov@chromium.org | 2011-12-09 |
* | revert 2826, restore option for non-dithered gradients (used by chrome) | reed@google.com | 2011-12-08 |
* | use dithered gradients by default | reed@google.com | 2011-12-08 |
* | fix win compile: sure wish SK_OVERRIDE was testable on mac build | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see | tomhudson@google.com | 2011-11-28 |