1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  3. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  4. d2ce185 make imagefilters* imagemagnifier imageresizetiled portable by caryclark · 9 years ago
  5. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  6. 8dc0ccb disable LCD for layers w/ filters by reed · 9 years ago
  7. 1c40292 remove unused GM flags by mtklein · 10 years ago
  8. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  9. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  10. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  11. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  12. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  13. 7daaaa4 use globals to register custom effects by reed · 10 years ago
  14. 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
  15. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  16. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  17. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  18. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  19. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  20. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  21. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  22. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  23. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  24. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  25. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  26. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  27. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  28. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 11 years ago
  29. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  30. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  32. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  33. cd9f559 Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. by senorblanco@chromium.org · 12 years ago
  34. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  35. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  36. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  37. 4bca84d don't leak filters by reed@google.com · 12 years ago
  38. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  39. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago