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. b0ae566 Check enum values in SkDisplacementMapEffect's CreateProc 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. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  13. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  14. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  15. e6277de Switch SkDisplacementImageFilter over to new onFilterImage interface by robertphillips · 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. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  19. 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
  20. 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
  21. d63f60a change all factories to return their base-class by reed · 9 years ago
  22. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  23. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  24. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  25. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  26. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  27. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  28. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  29. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  30. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  31. 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
  32. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  33. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  34. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  35. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  36. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  37. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 10 years ago
  38. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  39. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  40. 01bdf3c Add crop rect support for SkDisplacementMapEffect (raster and GPU paths). by senorblanco@chromium.org · 11 years ago
  41. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  42. 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
  43. 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
  44. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago