aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/effects.gypi
Commit message (Expand)AuthorAge
* rename gradients private BitmapCache to GradientBitmapCacheGravatar reed2014-08-21
* remove SkStippleMaskFilter - no external clientsGravatar reed2014-08-12
* Remove SkBicubicImageFilter, and all related tests.Gravatar senorblanco2014-06-25
* remove reference to (deleted) SkKernel33MaskFilterGravatar commit-bot@chromium.org2014-05-14
* remove unused Kernel33MaskFilterGravatar commit-bot@chromium.org2014-05-12
* Remove SkResizeImageFilter.Gravatar commit-bot@chromium.org2014-04-07
* Pull Gpu shader out of SkTwoPointConicalGradient into own fileGravatar commit-bot@chromium.org2014-04-03
* Implement a generic matrix transform image filter.Gravatar senorblanco@chromium.org2014-03-25
* fix bad gyp file moveGravatar commit-bot@chromium.org2014-01-31
* patch from issue 119343003Gravatar commit-bot@chromium.org2014-01-30
* Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...Gravatar commit-bot@chromium.org2014-01-28
* Perform the same analytic blur calculation on the GPU that we do on the CPU. ...Gravatar commit-bot@chromium.org2014-01-27
* Implement a resize image filter. This is needed for the "filterRes" feature i...Gravatar senorblanco@chromium.org2014-01-15
* Revert "Implement a resize image filter."Gravatar senorblanco@chromium.org2014-01-14
* Implement a resize image filter. This is needed for the "filterRes" feature i...Gravatar senorblanco@chromium.org2014-01-14
* Add AlphaThreshold filter.Gravatar commit-bot@chromium.org2014-01-06
* Remove SkBitmapAlphaThresholdShaderGravatar commit-bot@chromium.org2013-12-18
* Implement an SkPicture image filter source. This is required for the external...Gravatar senorblanco@chromium.org2013-12-12
* Revert "Implement an SkPicture image filter source. This is required for the ...Gravatar senorblanco@chromium.org2013-12-12
* Implement an SkPicture image filter source. This is required for the external...Gravatar senorblanco@chromium.org2013-12-12
* Remove the comments settings for vim tab width and expansion variables.Gravatar commit-bot@chromium.org2013-12-02
* Remove SkLumaXfermode.Gravatar commit-bot@chromium.org2013-10-14
* Luminance-to-alpha color filter (SkLumaColorFilter).Gravatar commit-bot@chromium.org2013-10-07
* Moving 4 SkImageFilter derived classes from blink to skiaGravatar commit-bot@chromium.org2013-09-26
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-06
* Revert "alpha threshold bitmap shader"Gravatar bsalomon@google.com2013-09-05
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-05
* Add luminance mask transfer modes.Gravatar commit-bot@chromium.org2013-08-23
* Upstreaming DropShadowImageFilter into skia, from BlinkGravatar junov@chromium.org2013-08-07
* Move SkComposeImageFilter into its own {.h, .cpp} filesGravatar commit-bot@chromium.org2013-08-07
* Reverting r10583: Upstreaming DropShadowImageFilter into skia, from BlinkGravatar jvanverth@google.com2013-08-06
* Upstreaming DropShadowImageFilter into skia, from BlinkGravatar junov@chromium.org2013-08-06
* Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed...Gravatar senorblanco@chromium.org2013-08-01
* Move gaussianBlur functionality to src\effectsGravatar robertphillips@google.com2013-07-15
* Implement SkXfermode image filter. This required changing the signature of Sk...Gravatar senorblanco@chromium.org2013-05-31
* add SkLerpXfermodeGravatar reed@google.com2013-05-21
* Allow single-pass filters (which use asNewEffect()) to participate in the ima...Gravatar senorblanco@chromium.org2013-04-08
* New SVG turbulence in SkiaGravatar sugoi@google.com2013-04-05
* Reverting r8376, r8373 and r8371 due to Android shader compilation failuresGravatar robertphillips@google.com2013-03-25
* New SVG turbulence in SkiaGravatar sugoi@google.com2013-03-25
* Reverting 8313 (SVG turbulence) due to Ubuntu failuresGravatar robertphillips@google.com2013-03-21
* New SVG turbulence in SkiaGravatar sugoi@google.com2013-03-21
* New SkRectShaderImageFilter image filterGravatar sugoi@google.com2013-02-21
* Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...Gravatar senorblanco@chromium.org2013-02-04
* Add SkImageFilterUtils.h to effects.gypiGravatar robertphillips@google.com2013-01-31
* This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...Gravatar senorblanco@chromium.org2013-01-30
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Implementation of the displacement effect (both CPU and GPU)Gravatar sugoi@google.com2013-01-15