1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  3. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  4. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  5. 0917fad move imagefilters into separate dir and flag for build.gn by Mike Reed · 6 years ago[Renamed from src/effects/SkTileImageFilter.cpp]
  6. 27dddae rebase by Cary Clark · 6 years ago
  7. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  8. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  9. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  10. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  11. 5191880 remove toString by Cary Clark · 6 years ago
  12. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  13. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  14. 10b9878 check for failed snapshot by Mike Reed · 7 years ago
  15. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  16. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  17. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  18. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  19. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  20. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  21. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  22. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  23. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  25. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  26. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  27. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  28. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  29. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  30. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  31. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  32. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  33. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  34. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  35. c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  36. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  37. f270029 Fix padding bug in SkTileImageFilter. by senorblanco · 8 years ago
  38. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  39. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  40. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  41. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  42. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  43. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  44. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  45. 8d30dae Remove #ifdef SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION. by senorblanco · 9 years ago
  46. 05dcb4c Optimize SkTileImageFilter in an offset filter when possible. by senorblanco · 9 years ago
  47. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  48. b50b97d Optimize SkTileImageFilter destination bitmap size. by senorblanco · 9 years ago
  49. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  50. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  51. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  52. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  53. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  54. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  55. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  56. d312dca Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/) by robertphillips · 9 years ago
  57. 8355100 Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/) by jvanverth · 9 years ago
  58. ebaf6a6 Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/) by bsalomon · 9 years ago
  59. 157bcd0 Fix SkTileImageFilter clipping/cropRect interaction issue by robertphillips · 9 years ago
  60. c3176aa Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  61. 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 9 years ago
  62. 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  63. 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  64. a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  65. 05be93b Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  66. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  67. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  68. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  69. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  70. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  71. b07a94f add roundOut that returns its result by reed · 10 years ago
  72. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  73. 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
  74. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  75. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  76. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  77. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  78. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  79. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 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. e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  82. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  83. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  84. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  85. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  86. 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago