1. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  2. 90f10ef don't recurse forever by Mike Reed · 6 years ago
  3. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  4. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  5. 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
  6. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  7. 97d6d98 [PathKit] Add various path effects by Kevin Lubick · 6 years ago
  8. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 7 years ago
  9. 057ad70 Update GrTextureStripAtlas for DDLs (take 2) by Robert Phillips · 7 years ago
  10. 02f2acb Make ColorTableEffect no longer use the texture strip atlas by Robert Phillips · 7 years ago
  11. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 7 years ago
  12. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 7 years ago
  13. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  14. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 7 years ago
  15. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 7 years ago
  16. 70039d8 Remove SkFastMin32 by Nigel Tao · 7 years ago
  17. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 7 years ago
  18. df7bb17 Reland "update SkToSRGBColorFilter color management" by Mike Klein · 7 years ago
  19. 310f44d rename to Merge patheffect by Mike Reed · 7 years ago
  20. 0ef539a add new patheffects by Mike Reed · 7 years ago
  21. 2b0e6cd Reland "SkDEBUGF: use __VA_ARGS__" by Hal Canary · 7 years ago
  22. bc8133b Revert "update SkToSRGBColorFilter color management" by Robert Phillips · 7 years ago
  23. 8b50926 update SkToSRGBColorFilter color management by Mike Klein · 7 years ago
  24. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 7 years ago
  25. 4eebd9e collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst by Mike Klein · 7 years ago
  26. e923ccc Revert "SkDEBUGF: use __VA_ARGS__" by Robert Phillips · 7 years ago
  27. 2267a09 SkDEBUGF: use __VA_ARGS__ by Hal Canary · 7 years ago
  28. c100d48 Expand testing of SkMatrix::decomposeScale by Robert Phillips · 7 years ago
  29. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 7 years ago
  30. 34ec374 Replace isGammaCorrect with isLinearlyBlended by Brian Osman · 7 years ago
  31. 538e1a1 move blurimagefilter.cpp back into effects by Mike Reed · 7 years ago
  32. 721e637 Validate transformed SkPaintImageFilter rects by Adrienne Walker · 7 years ago
  33. 472ab81 abort really big path fuzzing by Cary Clark · 7 years ago
  34. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 7 years ago
  35. 0917fad move imagefilters into separate dir and flag for build.gn by Mike Reed · 7 years ago
  36. f08d1d0 Stop using SkTSwap. by Ben Wagner · 7 years ago
  37. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 7 years ago
  38. 29f2eaf Remove string.h from SkTypes.h by Ben Wagner · 7 years ago
  39. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 7 years ago
  40. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
  41. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
  42. 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
  43. efd99cc clean up SkPicture include by Cary Clark · 7 years ago
  44. 27dddae rebase by Cary Clark · 7 years ago
  45. ad445ce Remove GrPaint::setGammaCorrect by Brian Osman · 7 years ago
  46. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  47. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 7 years ago
  48. 92e37b6 Reland "remove toString" by Cary Clark · 7 years ago
  49. 588f879 warmup, remove clamping in append_gamut_transform() by Mike Klein · 7 years ago
  50. 4dc5a45 remove defines and add commas by Cary Clark · 7 years ago
  51. 32a4910 Revert "remove toString" by Cary Clark · 7 years ago
  52. 5191880 remove toString by Cary Clark · 7 years ago
  53. ab0795c Fix fuzzer bug i.e., compute the correct repeated dst domain by Robert Phillips · 7 years ago
  54. 160e93d Prevent SkMatrixConvolutionImageFilter from allocating large buffers it can't fill by Kevin Lubick · 7 years ago
  55. 8f8d481 Add SkIRect::adjust method by Robert Phillips · 7 years ago
  56. 4f3ad4e Fix bugs related to SkMatrixConvolutionImageFilter in repeat mode by Robert Phillips · 7 years ago
  57. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 7 years ago
  58. daebae9 Return nullptr when ReadBuffer becomes invalid by Kevin Lubick · 7 years ago
  59. 5140f9a Minor refactoring to image filters by Robert Phillips · 7 years ago
  60. b06a1eb detect overflow for morphology by Mike Reed · 7 years ago
  61. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  62. c2ea327 Validate readByteArrayAsData size by Florin Malita · 7 years ago
  63. 275df2e Just pass color glyph masks to filters. by Ben Wagner · 7 years ago
  64. 77e95f7 Fix SkDashImpl::CreateProc OOM on garbage input by Adrienne Walker · 7 years ago
  65. 6cdb7d3 prepare to remove obsolete macros by Cary Clark · 7 years ago
  66. ab4f5bd rm SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 7 years ago
  67. dcf1fb4 Fix alpha threshold image filter GPU implementation by Robert Phillips · 7 years ago
  68. 6209bfa detect if makeOffset failed by Mike Reed · 7 years ago
  69. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 7 years ago
  70. 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 7 years ago
  71. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 7 years ago
  72. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 7 years ago
  73. 19d311b Remove copy of TableColorFilter data when GPU rendering by Robert Phillips · 7 years ago
  74. cec40a9 limit discrete path effect iterations by Cary Clark · 7 years ago
  75. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 7 years ago
  76. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 7 years ago
  77. 18e7556 move blur impl into core by Mike Reed · 7 years ago
  78. 827af66 Extend SkTrimPathEffect semantics by Florin Malita · 7 years ago
  79. 8e03f69 remove unused ConvertRadiusToSigma from SkBlurMaskFilter by Mike Reed · 7 years ago
  80. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 7 years ago
  81. 4997e14 Use kLow_SkFilterQuality when generating shader masks by Florin Malita · 7 years ago
  82. c7c2baf Additional DDL playback cleanup by Robert Phillips · 7 years ago
  83. 4123223 add TrimPathEffect by Mike Reed · 7 years ago
  84. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  85. 28d4773 make compute helper for blurs private by Mike Reed · 7 years ago
  86. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  87. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  88. 2223465 limit crash small steps in 1dpatheffect by Mike Reed · 7 years ago
  89. 339650c use SkIRect makeOffset to avoid overflows by Mike Reed · 7 years ago
  90. fc015d2 make 1dpatheffect more robust on deserial by Mike Reed · 7 years ago
  91. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  92. 85fdbe2 detect bad radius in cornerpatheffect by Mike Reed · 7 years ago
  93. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
  94. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 7 years ago
  95. f221b49 abort blur if the sigma is too small by Mike Reed · 7 years ago
  96. cb25659 DDL-ify GrRectBlurEffect by Robert Phillips · 7 years ago
  97. 655bf8f saturate IPoint math, handle NaN in isEmpty by Mike Reed · 7 years ago
  98. 0c6ea6c doh -- reverse check for finite by Mike Reed · 7 years ago
  99. faffa86 begin to wrap all float divides by Mike Reed · 7 years ago
  100. 10b9878 check for failed snapshot by Mike Reed · 7 years ago