1. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  2. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  3. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  4. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  5. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  6. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  7. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  8. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  9. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  10. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  11. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  12. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  13. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  14. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  15. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  16. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  17. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  18. 134ff5c Remove SimpleOffsetFilter by robertphillips · 8 years ago
  19. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  20. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  21. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  22. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  23. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  24. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  25. 4ba94e2 Switch internal testing ImageFilters over to new onFilterImage interface by robertphillips · 8 years ago
  26. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  27. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  28. 43c2ad4 Update internal testing ImageFilters to sk_sp by robertphillips · 8 years ago
  29. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  30. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  31. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  32. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  33. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  34. 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
  35. 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
  36. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  37. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  38. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  39. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  40. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  41. eae84c2 Image filters: fix srcOffset handling in asFragmentProcessor() path. by senorblanco · 8 years ago
  42. 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
  43. 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
  44. d63f60a change all factories to return their base-class by reed · 9 years ago
  45. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  46. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  47. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  48. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  49. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  50. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  51. d2ce185 make imagefilters* imagemagnifier imageresizetiled portable by caryclark · 9 years ago
  52. 871ad7a Use a black background in imagefiltersgraph so 8888 and 565 look similar. by mtklein · 9 years ago
  53. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  54. 1c40292 remove unused GM flags by mtklein · 9 years ago
  55. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  56. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  57. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  58. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  59. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  60. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  61. 7daaaa4 use globals to register custom effects by reed · 10 years ago
  62. 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
  63. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  64. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  65. 60c8d24 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 10 years ago
  66. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  67. 2077427 Put SimpleOffsetFilter on heap. by commit-bot@chromium.org · 10 years ago
  68. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  69. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  70. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  71. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  72. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  73. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  74. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  75. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  76. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  77. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  78. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  79. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 10 years ago
  80. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  81. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  82. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  83. 6c4e71a Remove unnamed namespace usage from 'gm'. by commit-bot@chromium.org · 11 years ago
  84. 34a849d Fix drawBitmap() of scratch texture. by senorblanco@chromium.org · 11 years ago
  85. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  86. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  87. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  88. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  89. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  90. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  91. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  92. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  93. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  94. 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
  95. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 12 years ago
  96. 3961aac Reenable pipe for imagefiltersgraph GM on Android. by scroggo@google.com · 12 years ago
  97. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  98. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  99. facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
  100. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago