| Commit message (Expand) | Author | Age |
... | |
* | Register some flattenable factories. | scroggo@google.com | 2012-06-25 |
* | Raster implementation of diffuse and specular lighting filters. Externally, | senorblanco@chromium.org | 2012-06-22 |
* | Move SkColorTable into its own header and reduce includes in SkFlattenable.h | djsollen@google.com | 2012-06-12 |
* | Register Two_Point_Conical_Gradient for flattening. | scroggo@google.com | 2012-06-11 |
* | fix typo: fA is dx^2 + dx^2 - dr^2, not dx^2 - dy^2 - dr^2 | mike@reedtribe.org | 2012-06-09 |
* | extend asAGradient for Conical type (to be implemented by PDF and XPS) | reed@google.com | 2012-06-07 |
* | optimize quad-root for conical gradients | reed@google.com | 2012-06-07 |
* | Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is | reed@google.com | 2012-06-06 |
* | fix warnings on Mac in src/effects | caryclark@google.com | 2012-06-06 |
* | temporary avoid zero-divide (to avoid assert in fixedpoint build) | reed@google.com | 2012-06-05 |
* | temporary: | reed@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 |
* | remove public function-ptr based colorfilter | reed@google.com | 2012-06-04 |
* | Windows compiler complaint cleanup | robertphillips@google.com | 2012-05-31 |
* | Refactor dictionaries for use by entities other than just SkPicture | djsollen@google.com | 2012-05-30 |
* | special-case dashing a single line-segment. We can go much faster since we | reed@google.com | 2012-05-29 |
* | 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 |
* | Iter::next takes a bool (defaults to true for now) if we want to consume dege... | reed@google.com | 2012-05-16 |
* | fix SK_RESTRICT warnings related to overrides on windows | reed@google.com | 2012-05-11 |
* | move SkStrokePathEffect into hiding for now, as its functionality is rethought. | reed@google.com | 2012-05-10 |
* | Clean up DashPathEffect modulo math from r3761 | epoger@google.com | 2012-04-27 |
* | check for numerical imprecision on phase | reed@google.com | 2012-04-24 |
* | Fix the Android build. | scroggo@google.com | 2012-04-20 |
* | Fixes for drawing through an SkGPipe. | scroggo@google.com | 2012-04-20 |
* | proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 | mike@reedtribe.org | 2012-04-14 |
* | add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave | reed@google.com | 2012-04-12 |
* | always check the result of SkMatrix::invert | reed@google.com | 2012-04-12 |
* | Decouple the SkFlattenable from SkReader32/SkWriter32. | djsollen@google.com | 2012-04-12 |
* | 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 |