aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Delete no-longer compiled SkRectShape.cppGravatar epoger@google.com2013-01-02
* Fix break from eariler change to colorfilters. clang's warnings found that so...Gravatar mike@reedtribe.org2012-12-24
* fix warnings related to constness in overrides of SkColorFilterGravatar mike@reedtribe.org2012-12-24
* change SkMaskFilter methods to const, in preparation for making the class asGravatar reed@google.com2012-12-18
* remove experimental setAsABlur, as it forces the instance to be mutable, and wasGravatar reed@google.com2012-12-18
* change all interfaces for SkRasterizer to const, in preparation for marking itGravatar reed@google.com2012-12-18
* change all patheffect methods to const, in preparation for marking itsGravatar reed@google.com2012-12-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-18
* we do not correctly handle inner-style in blurmaskfilter w/ the 9patchGravatar reed@google.com2012-12-17
* Make all colorfilter methods const, in preparation for declaring themGravatar reed@google.com2012-12-17
* Mark all methods on SkXfermode as const, in preparation for declaring allGravatar reed@google.com2012-12-17
* 3on/3off dashing optimizationGravatar robertphillips@google.com2012-12-17
* Limit the maximum number of dash segments per pathGravatar fmalita@google.com2012-12-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-15
* Fix r6808 fix & some compiler warningsGravatar robertphillips@google.com2012-12-14
* reland 6798 w/ fix for bitmap-as-mask pixel-lockingGravatar reed@google.com2012-12-13
* revert 6798 (assert in GM)Gravatar reed@google.com2012-12-13
* Goal: ensure we always balance lock/unlock pixels calls.Gravatar reed@google.com2012-12-13
* Use double precision when iterating in SkDashPathEffect::filterPath()Gravatar fmalita@google.com2012-12-12
* Fix generation of random two point gradients for program unit test.Gravatar bsalomon@google.com2012-12-11
* Add drawPoints dash benchGravatar robertphillips@google.com2012-12-05
* Pull SkMergeImageFilter out into its own file.Gravatar senorblanco@chromium.org2012-12-04
* Fixed remaining clang compiler warningsGravatar robertphillips@google.com2012-12-03
* Clean up some Windows compiler warnings.Gravatar senorblanco@chromium.org2012-11-29
* Turn on the separable blur (release the hounds!). This will require rebaseli...Gravatar senorblanco@chromium.org2012-11-29
* Modify the blur bench to add tests for high-quality blurs, and large non-inte...Gravatar senorblanco@chromium.org2012-11-29
* Added dashing fast pathGravatar robertphillips@google.com2012-11-28
* Implement radius interpolation for separable blur. Unroll both separable imp...Gravatar senorblanco@chromium.org2012-11-27
* don't leak *every* src mask in the ninepatch case. doh.Gravatar reed@google.com2012-11-27
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26
* limit the rects width/height as well as its coords, when avoiding too-largeGravatar reed@google.com2012-11-21
* Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...Gravatar senorblanco@chromium.org2012-11-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* skip very large rects (for now) until we can pre-clip them to avoid floatingGravatar reed@google.com2012-11-19
* use SkPath::isNestedRects() to apply blurred nine-patchGravatar reed@google.com2012-11-19
* Revert r6469, "Turn on separable blur."Gravatar senorblanco@chromium.org2012-11-17
* Turn on separable blur.Gravatar senorblanco@chromium.org2012-11-16
* Separable blur: subpixel blurring. We approximate intermediate values of bl...Gravatar senorblanco@chromium.org2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* Reorder the separable blur passes into XXX/YYY, with an image transpose on th...Gravatar senorblanco@chromium.org2012-11-15
* Build fix. Unreviewed.Gravatar senorblanco@chromium.org2012-11-13
* A new implementation of mask blurs, using separable X/Y passes. Disabled for...Gravatar senorblanco@chromium.org2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-10
* add entry-point to SkMaskFilter to fast-path rectangles.Gravatar reed@google.com2012-11-09
* Fix for Chrome mac_gpu compiler failureGravatar robertphillips@google.com2012-11-08
* Add temporary interfaces in blur and clip toGravatar caryclark@google.com2012-11-07
* Break out SkOffsetImageFilter into its own file, and derive it fromGravatar senorblanco@chromium.org2012-11-06
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Attempt to patch Chrome compiler failuresGravatar robertphillips@google.com2012-11-05
* Make all remaining effects use GrGLEffectMatrixGravatar bsalomon@google.com2012-11-02