aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Fix GPU-less build.Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-16
* Fix busted texture coords in GrGLBlendEffect.Gravatar bsalomon@google.com2013-01-15
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* Unreviewed mac build fix : Removing unused variableGravatar sugoi@google.com2013-01-15
* Added missing include in non GPU case.Gravatar sugoi@google.com2013-01-15
* Implementation of the displacement effect (both CPU and GPU)Gravatar sugoi@google.com2013-01-15
* dashing asPoints could draw excessively long first dashGravatar robertphillips@google.com2013-01-15
* fix all the false --> NULL issues in the gradient codeGravatar humper@google.com2013-01-14
* Fix a problem in the matrix convolution image filter exposed by https://code....Gravatar senorblanco@chromium.org2013-01-14
* Fix debug build after r7153 (removed param referenced in assertion)Gravatar bsalomon@google.com2013-01-14
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* Fix typo bug caught by mac warn-as-error (= should have been &=).Gravatar bsalomon@google.com2013-01-14
* Implement getConstantColorComponents() for matrix convolution.Gravatar bsalomon@google.com2013-01-11
* Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...Gravatar bsalomon@google.com2013-01-11
* Fix leaks in blurrect benchs and gm.Gravatar bsalomon@google.com2013-01-11
* Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...Gravatar bsalomon@google.com2013-01-11
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Cleaned up warnings in Windows build.Gravatar jvanverth@google.com2013-01-07
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-05
* Added a new function to directly generate a blurred rectangle analytically.Gravatar humper@google.com2013-01-04
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* 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