aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* Fix lighting filters on Windows, and re-enable the GPU path.Gravatar senorblanco@chromium.org2012-07-11
* Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* Mac GLSL fixes; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* More build fixes; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* Mac build fix; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* Minor cleanup in lighting image filters: Made the light color a member of theGravatar senorblanco@chromium.org2012-07-09
* Added GPU implementation of 2-point conical gradient.Gravatar rileya@google.com2012-07-03
* fix leak of Light object (in this private instance, the caller is transferringGravatar reed@google.com2012-06-27
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Cleanup flattening code to properly serialize lighting image filters.Gravatar djsollen@google.com2012-06-26
* Register some flattenable factories.Gravatar scroggo@google.com2012-06-25
* Raster implementation of diffuse and specular lighting filters. Externally,Gravatar senorblanco@chromium.org2012-06-22
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* 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