1. 0917fad move imagefilters into separate dir and flag for build.gn by Mike Reed · 6 years ago
  2. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  3. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  4. 29f2eaf Remove string.h from SkTypes.h by Ben Wagner · 6 years ago
  5. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  6. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  7. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  8. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  9. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  10. 27dddae rebase by Cary Clark · 6 years ago
  11. ad445ce Remove GrPaint::setGammaCorrect by Brian Osman · 6 years ago
  12. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  13. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  14. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  15. 588f879 warmup, remove clamping in append_gamut_transform() by Mike Klein · 6 years ago
  16. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  17. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  18. 5191880 remove toString by Cary Clark · 6 years ago
  19. ab0795c Fix fuzzer bug i.e., compute the correct repeated dst domain by Robert Phillips · 6 years ago
  20. 160e93d Prevent SkMatrixConvolutionImageFilter from allocating large buffers it can't fill by Kevin Lubick · 6 years ago
  21. 8f8d481 Add SkIRect::adjust method by Robert Phillips · 6 years ago
  22. 4f3ad4e Fix bugs related to SkMatrixConvolutionImageFilter in repeat mode by Robert Phillips · 6 years ago
  23. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  24. daebae9 Return nullptr when ReadBuffer becomes invalid by Kevin Lubick · 6 years ago
  25. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  26. b06a1eb detect overflow for morphology by Mike Reed · 6 years ago
  27. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  28. c2ea327 Validate readByteArrayAsData size by Florin Malita · 6 years ago
  29. 275df2e Just pass color glyph masks to filters. by Ben Wagner · 6 years ago
  30. 77e95f7 Fix SkDashImpl::CreateProc OOM on garbage input by Adrienne Walker · 6 years ago
  31. 6cdb7d3 prepare to remove obsolete macros by Cary Clark · 6 years ago
  32. ab4f5bd rm SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 6 years ago
  33. dcf1fb4 Fix alpha threshold image filter GPU implementation by Robert Phillips · 6 years ago
  34. 6209bfa detect if makeOffset failed by Mike Reed · 6 years ago
  35. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  36. 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 6 years ago
  37. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  38. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 6 years ago
  39. 19d311b Remove copy of TableColorFilter data when GPU rendering by Robert Phillips · 6 years ago
  40. cec40a9 limit discrete path effect iterations by Cary Clark · 6 years ago
  41. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 6 years ago
  42. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  43. 18e7556 move blur impl into core by Mike Reed · 6 years ago
  44. 827af66 Extend SkTrimPathEffect semantics by Florin Malita · 6 years ago
  45. 8e03f69 remove unused ConvertRadiusToSigma from SkBlurMaskFilter by Mike Reed · 6 years ago
  46. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 6 years ago
  47. 4997e14 Use kLow_SkFilterQuality when generating shader masks by Florin Malita · 6 years ago
  48. c7c2baf Additional DDL playback cleanup by Robert Phillips · 6 years ago
  49. 4123223 add TrimPathEffect by Mike Reed · 6 years ago
  50. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  51. 28d4773 make compute helper for blurs private by Mike Reed · 6 years ago
  52. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  53. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  54. 2223465 limit crash small steps in 1dpatheffect by Mike Reed · 6 years ago
  55. 339650c use SkIRect makeOffset to avoid overflows by Mike Reed · 6 years ago
  56. fc015d2 make 1dpatheffect more robust on deserial by Mike Reed · 6 years ago
  57. 242135a move some RRect methods into priv by Mike Reed · 6 years ago
  58. 85fdbe2 detect bad radius in cornerpatheffect by Mike Reed · 6 years ago
  59. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 6 years ago
  60. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 6 years ago
  61. f221b49 abort blur if the sigma is too small by Mike Reed · 6 years ago
  62. cb25659 DDL-ify GrRectBlurEffect by Robert Phillips · 6 years ago
  63. 655bf8f saturate IPoint math, handle NaN in isEmpty by Mike Reed · 6 years ago
  64. 0c6ea6c doh -- reverse check for finite by Mike Reed · 6 years ago
  65. faffa86 begin to wrap all float divides by Mike Reed · 6 years ago
  66. 10b9878 check for failed snapshot by Mike Reed · 7 years ago
  67. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  68. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  69. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  70. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  71. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  72. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 7 years ago
  73. 1c5906f saturate some irect ops for fuzzers by Mike Reed · 7 years ago
  74. b50e385 handle conics in 1D patheffect by Mike Reed · 7 years ago
  75. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  76. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  77. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  78. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  79. 53d57ac Remove legacy mask blur code. by Herbert Derby · 7 years ago
  80. a83d013 Misc guarding of enums in ImageFilter CreateProcs by Robert Phillips · 7 years ago
  81. b0ae566 Check enum values in SkDisplacementMapEffect's CreateProc by Robert Phillips · 7 years ago
  82. dc3d7fc Add check for bad enum in SkMatrixConvolutionImageFilter's CreateProc by Robert Phillips · 7 years ago
  83. 757c154 Remove superfluous SkReadBuffer validity checks by Robert Phillips · 7 years ago
  84. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  85. 959ccc2 Fix skia image filter fuzz SkLightingImageFilter complaint by Robert Phillips · 7 years ago
  86. baafcdc move zero-init to sk_malloc for masks by Mike Reed · 7 years ago
  87. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  88. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  89. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  90. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  91. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  92. 6e87eee add shadermaskfilter by Mike Reed · 7 years ago
  93. 20df20c Fix FPs by Robert Phillips · 7 years ago
  94. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  95. fca3d0a check for bad buffers in Unpack8 by Mike Reed · 7 years ago
  96. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  97. 3431c6b Don't apply blur to zero-sized circles by Jim Van Verth · 7 years ago
  98. c5166a9 Revert "Revert "remove legacy support for old old picture versions"" by Mike Reed · 7 years ago
  99. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  100. 57c2b8b remove unused declarations by Mike Reed · 7 years ago