1. 27dddae rebase by Cary Clark · 6 years ago
  2. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  3. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  4. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  5. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  6. 5191880 remove toString by Cary Clark · 6 years ago
  7. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  8. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  9. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  10. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  11. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  12. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 8 years ago
  13. dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  14. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  15. 6db0a7b Image filters: optimize crop rect application. by senorblanco · 8 years ago
  16. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  17. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  18. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  19. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  20. d63f60a change all factories to return their base-class by reed · 9 years ago
  21. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  22. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  23. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  24. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  25. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  26. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  27. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  28. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  29. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  30. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  31. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  32. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  33. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  34. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  35. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  36. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  37. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  38. 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
  39. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 10 years ago
  40. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  41. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  42. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  43. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  44. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  45. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  46. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  47. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  48. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  49. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  50. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  51. 4e16bb2 Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle. by senorblanco@chromium.org · 11 years ago
  52. 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
  53. 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
  54. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  55. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  56. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  57. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  58. 6806fe8 Export effects classes with SK_API. by tfarina@chromium.org · 12 years ago
  59. 3bc16c8 Implement GPU path for matrix convolution. Note that when not convolving alpha, by senorblanco@chromium.org · 12 years ago
  60. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  61. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago