aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Register Two_Point_Conical_Gradient for flattening.Gravatar scroggo@google.com2012-06-11
* fix typo: fA is dx^2 + dx^2 - dr^2, not dx^2 - dy^2 - dr^2Gravatar mike@reedtribe.org2012-06-09
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* optimize quad-root for conical gradientsGravatar reed@google.com2012-06-07
* Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours isGravatar reed@google.com2012-06-06
* fix warnings on Mac in src/effectsGravatar caryclark@google.com2012-06-06
* temporary avoid zero-divide (to avoid assert in fixedpoint build)Gravatar reed@google.com2012-06-05
* temporary:Gravatar reed@google.com2012-06-05
* Fixed flattening of SkStippleMaskFilterGravatar robertphillips@google.com2012-06-05
* remove mutable apis on SkColorMatrixFilter, must use constructor.Gravatar reed@google.com2012-06-04
* remove public function-ptr based colorfilterGravatar reed@google.com2012-06-04
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-05-31
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* special-case dashing a single line-segment. We can go much faster since weGravatar reed@google.com2012-05-29
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* fix SK_RESTRICT warnings related to overrides on windowsGravatar reed@google.com2012-05-11
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* Clean up DashPathEffect modulo math from r3761Gravatar epoger@google.com2012-04-27
* check for numerical imprecision on phaseGravatar reed@google.com2012-04-24
* Fix the Android build.Gravatar scroggo@google.com2012-04-20
* Fixes for drawing through an SkGPipe.Gravatar scroggo@google.com2012-04-20
* proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657Gravatar mike@reedtribe.org2012-04-14
* add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leaveGravatar reed@google.com2012-04-12
* always check the result of SkMatrix::invertGravatar reed@google.com2012-04-12
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode.Gravatar tomhudson@google.com2012-04-10
* Fix miscellaneous compiler warnings from Visual Studio 2010.Gravatar tomhudson@google.com2012-04-10
* Clamp dilate and erode radius to image width and height.Gravatar senorblanco@chromium.org2012-04-10
* Fixing the drawing of blurred shodows for hairline paths with software renderingGravatar junov@chromium.org2012-04-04
* Remove unused static functions from SampleApp and effectsGravatar djsollen@google.com2012-03-29
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Move SkColorMatrix to effects.Gravatar bungeman@google.com2012-03-28
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Fix android buildGravatar djsollen@google.com2012-03-23
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Move SkClampRange into src/effects, where it isn't being advertised asGravatar tomhudson@google.com2012-03-20
* Updating SkAvoidXferMode to use new 4byte interp function.Gravatar djsollen@google.com2012-03-12
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* fix SkFixed build (I hope)Gravatar reed@google.com2012-02-15
* Disable optimization of certain bit-shift operations on Visual Studio 2010 onlyGravatar epoger@google.com2012-02-02
* rearrange functions to group clamp, repeat, mirror helpers together.Gravatar reed@google.com2012-02-02
* Add dithering to 32b radial gradients. Behind the same #ifdef as ditheredGravatar tomhudson@google.com2012-02-02
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Temporarily allow linear interpolation of 2-color vertical gradients to beGravatar tomhudson@google.com2012-01-20