1. cec40a9 limit discrete path effect iterations by Cary Clark · 6 years ago
  2. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 6 years ago
  3. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  4. 18e7556 move blur impl into core by Mike Reed · 6 years ago
  5. 827af66 Extend SkTrimPathEffect semantics by Florin Malita · 7 years ago
  6. 8e03f69 remove unused ConvertRadiusToSigma from SkBlurMaskFilter by Mike Reed · 7 years ago
  7. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 7 years ago
  8. 4997e14 Use kLow_SkFilterQuality when generating shader masks by Florin Malita · 7 years ago
  9. c7c2baf Additional DDL playback cleanup by Robert Phillips · 7 years ago
  10. 4123223 add TrimPathEffect by Mike Reed · 7 years ago
  11. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  12. 28d4773 make compute helper for blurs private by Mike Reed · 7 years ago
  13. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  14. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  15. 2223465 limit crash small steps in 1dpatheffect by Mike Reed · 7 years ago
  16. 339650c use SkIRect makeOffset to avoid overflows by Mike Reed · 7 years ago
  17. fc015d2 make 1dpatheffect more robust on deserial by Mike Reed · 7 years ago
  18. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  19. 85fdbe2 detect bad radius in cornerpatheffect by Mike Reed · 7 years ago
  20. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
  21. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 7 years ago
  22. f221b49 abort blur if the sigma is too small by Mike Reed · 7 years ago
  23. cb25659 DDL-ify GrRectBlurEffect by Robert Phillips · 7 years ago
  24. 655bf8f saturate IPoint math, handle NaN in isEmpty by Mike Reed · 7 years ago
  25. 0c6ea6c doh -- reverse check for finite by Mike Reed · 7 years ago
  26. faffa86 begin to wrap all float divides by Mike Reed · 7 years ago
  27. 10b9878 check for failed snapshot by Mike Reed · 7 years ago
  28. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  29. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  30. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  31. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  32. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  33. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 7 years ago
  34. 1c5906f saturate some irect ops for fuzzers by Mike Reed · 7 years ago
  35. b50e385 handle conics in 1D patheffect by Mike Reed · 7 years ago
  36. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  37. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  38. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  39. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  40. 53d57ac Remove legacy mask blur code. by Herbert Derby · 7 years ago
  41. a83d013 Misc guarding of enums in ImageFilter CreateProcs by Robert Phillips · 7 years ago
  42. b0ae566 Check enum values in SkDisplacementMapEffect's CreateProc by Robert Phillips · 7 years ago
  43. dc3d7fc Add check for bad enum in SkMatrixConvolutionImageFilter's CreateProc by Robert Phillips · 7 years ago
  44. 757c154 Remove superfluous SkReadBuffer validity checks by Robert Phillips · 7 years ago
  45. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  46. 959ccc2 Fix skia image filter fuzz SkLightingImageFilter complaint by Robert Phillips · 7 years ago
  47. baafcdc move zero-init to sk_malloc for masks by Mike Reed · 7 years ago
  48. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  49. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  50. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  51. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  52. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  53. 6e87eee add shadermaskfilter by Mike Reed · 7 years ago
  54. 20df20c Fix FPs by Robert Phillips · 7 years ago
  55. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  56. fca3d0a check for bad buffers in Unpack8 by Mike Reed · 7 years ago
  57. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  58. 3431c6b Don't apply blur to zero-sized circles by Jim Van Verth · 7 years ago
  59. c5166a9 Revert "Revert "remove legacy support for old old picture versions"" by Mike Reed · 7 years ago
  60. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  61. 57c2b8b remove unused declarations by Mike Reed · 7 years ago
  62. 6f11511 Revert "remove legacy support for old old picture versions" by Mike Reed · 7 years ago
  63. f3504d4 remove legacy support for old old picture versions by Mike Reed · 7 years ago
  64. 5f9836e removed extraneous unused uniform handles for SkSL samplers by Ethan Nicholas · 7 years ago
  65. 297d6ef converted GrRRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  66. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  67. 37155d4 Rework out-of-gamut handling in SkRasterPipeline by Mike Klein · 7 years ago
  68. dbd4348 Don't pass a stack address as a pipeline context pointer. by Mike Klein · 7 years ago
  69. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  70. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  71. 364c4c8 Only look at gamut_transform if we wrote to it. by Mike Klein · 7 years ago
  72. c9bc814 Handle null colorspace in SkToSRGBColorFilter. by Mike Klein · 7 years ago
  73. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  74. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  75. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 7 years ago
  76. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  77. 3ae1a30 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Ben Wagner · 7 years ago
  78. 6b26deb Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  79. 4872315 remove legacy code for resolution by Mike Reed · 7 years ago
  80. 77e487d Revert "Revert "Remove MakeForLocalSpace since picture image is sufficient"" by Mike Reed · 7 years ago
  81. fc45998 Revert "Remove MakeForLocalSpace since picture image is sufficient" by Mike Reed · 7 years ago
  82. 0d8766c Remove MakeForLocalSpace since picture image is sufficient by Mike Reed · 7 years ago
  83. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  84. 43a0aa5 Fix highcontrastfilter on ANGLE D3D9 by Brian Osman · 7 years ago
  85. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  86. 8c68c65 For legacy GPU configs, run high contrast filter on linearized values by Brian Osman · 7 years ago
  87. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  88. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  89. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  90. b87f798 Consistently round fOffset in SkOffsetImageFilter by Fredrik Söderquist · 7 years ago
  91. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  92. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  93. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  94. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  95. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  96. a4aa133 Remove color space xform from alpha threshold FP by Brian Osman · 7 years ago
  97. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  98. bd2c653e Convert several effects to use color space xform FP by Brian Osman · 7 years ago
  99. d49e946 Remove unnecessary includes of GrColorSpaceXform.h by Brian Osman · 7 years ago
  100. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago