1. a408c8f Add SkGammaColorFilter by robertphillips · 8 years ago
  2. eb9a84a Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://codereview.chromium.org/2156463002/ ) by jcgregorio · 8 years ago
  3. 59779ae remove unused TableMaskFilter by reed · 8 years ago
  4. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  5. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 8 years ago
  6. 59dc542 remove avoid and pixelxor xfermodes by reed · 8 years ago
  7. 7e6fcf8 Generic 4f gradient T sampler fallback by fmalita · 8 years ago
  8. 7f4b1b2 move drawextrapatheffect header into animator by reed · 8 years ago
  9. ccb74b8 Move SkPackBits to src/effects. by bungeman · 8 years ago
  10. bc590c0 Initial linear gradient 4f impl by fmalita · 8 years ago
  11. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  12. 188d44c Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  13. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  14. 6b2c346 Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ ) by robertphillips · 9 years ago
  15. aa9cb62 Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  16. bbb6dc8 kill SkValue by mtklein · 9 years ago
  17. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  18. 27a6e86 SkValue: SkXfermode by halcanary · 9 years ago
  19. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  20. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  21. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  22. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  23. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  24. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  25. cd56f81 SkImageSource by fmalita · 9 years ago
  26. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  27. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  28. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  29. 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago
  30. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  31. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  32. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  33. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  34. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  35. 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 9 years ago
  36. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  37. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  38. e76de5a remove dead header by reed · 10 years ago
  39. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  40. 16a04b8 Move Gpu ArithmeticMode xfer effect to _gpu files. by egdaniel · 10 years ago
  41. 8b57524 add arcto patheffect by reed · 10 years ago
  42. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  43. a6cac4c rename gradients private BitmapCache to GradientBitmapCache by reed · 10 years ago
  44. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  45. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  46. ddb9331 remove reference to (deleted) SkKernel33MaskFilter by commit-bot@chromium.org · 10 years ago
  47. e003aec remove unused Kernel33MaskFilter by commit-bot@chromium.org · 10 years ago
  48. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 10 years ago
  49. aa64fbf Pull Gpu shader out of SkTwoPointConicalGradient into own file by commit-bot@chromium.org · 10 years ago
  50. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  51. 0a74106 fix bad gyp file move by commit-bot@chromium.org · 11 years ago
  52. cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 11 years ago
  53. dcfa9ff Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119343003/) by commit-bot@chromium.org · 11 years ago
  54. d182915 Perform the same analytic blur calculation on the GPU that we do on the CPU. Results in significant performance gains when using Ganesh to render drop shadows in Chrome. by commit-bot@chromium.org · 11 years ago
  55. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  56. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  57. 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  58. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
  59. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  60. 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  61. 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
  62. 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  63. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  64. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  65. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  66. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  67. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  68. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  69. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  70. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  71. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  72. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  73. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 11 years ago
  74. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  75. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  76. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago
  77. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  78. b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago
  79. d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 11 years ago
  80. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  81. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 11 years ago
  82. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  83. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 11 years ago
  84. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  85. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 11 years ago
  86. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 12 years ago
  87. 8857e7c Add SkImageFilterUtils.h to effects.gypi by robertphillips@google.com · 12 years ago
  88. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago
  89. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  90. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  91. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  92. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  93. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  94. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  95. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  96. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  97. 436411b Fix typo in r5202, preventing include files from showing up. by senorblanco@chromium.org · 12 years ago
  98. f6100c3 Extract list of source files from effects.gyp into effects.gypi, as was done for by senorblanco@chromium.org · 12 years ago