1. f83cacb Fix imagefiltersbase GM in ColorSpaceXformCanvas configs by Brian Osman · 6 years ago
  2. 27dddae rebase by Cary Clark · 6 years ago
  3. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  4. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  5. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  6. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  7. 5191880 remove toString by Cary Clark · 6 years ago
  8. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  9. 4fafedd Make unit test tickle msan bug. by Herb Derby · 7 years ago
  10. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  11. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  12. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  13. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  14. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  15. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  16. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  17. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  18. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  19. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  20. 4ba94e2 Switch internal testing ImageFilters over to new onFilterImage interface by robertphillips · 8 years ago
  21. 43c2ad4 Update internal testing ImageFilters to sk_sp by robertphillips · 8 years ago
  22. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  23. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  24. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  25. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  26. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  27. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  28. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  29. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  30. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  31. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  32. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  33. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  34. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  35. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  36. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  37. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  38. d2ce185 make imagefilters* imagemagnifier imageresizetiled portable by caryclark · 9 years ago
  39. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  40. 8dc0ccb disable LCD for layers w/ filters by reed · 9 years ago
  41. 1c40292 remove unused GM flags by mtklein · 9 years ago
  42. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  43. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  44. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  45. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  46. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  47. 7daaaa4 use globals to register custom effects by reed · 10 years ago
  48. 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
  49. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  50. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  51. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  52. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  53. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  54. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  55. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  56. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  57. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  58. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 10 years ago
  59. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  60. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  61. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  62. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 11 years ago
  63. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  64. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  65. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 11 years ago
  66. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  67. 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
  68. 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
  69. 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
  70. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  71. 4bca84d don't leak filters by reed@google.com · 12 years ago
  72. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  73. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago