1. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  2. da69944 Serialize the new TileMode in SkBlurImageFilterImpl. by wutao · 7 years ago
  3. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  4. 70e3e9a Remove SkImageFilter::MakeBlur entry point by Robert Phillips · 7 years ago
  5. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  6. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  7. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  8. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  9. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  10. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  11. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  12. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  13. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago
  14. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  15. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  16. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  17. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  18. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  19. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  20. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  21. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  22. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  23. 467ddc0 SkBlurImageFilter returns input when sigma = 0 by xidachen · 9 years ago
  24. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  25. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  26. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  27. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  28. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  29. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  30. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  31. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  32. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  33. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  34. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  35. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  36. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  37. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  38. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  39. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  40. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  41. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  42. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 10 years ago
  43. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  44. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  45. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  46. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  47. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  48. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  49. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  50. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  51. 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 · 11 years ago
  52. 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
  53. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  54. 6806fe8 Export effects classes with SK_API. by tfarina@chromium.org · 12 years ago
  55. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
  56. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  57. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  58. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  59. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  60. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  61. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  62. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  63. ae814c7 A software implementation of the Gaussian blur filter, using 3 box blurs. Also by senorblanco@chromium.org · 13 years ago
  64. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  65. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  66. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago