1. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  2. 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
  3. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  4. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  5. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  6. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  7. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  8. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  9. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  10. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  11. 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
  12. 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
  13. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago