1. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 2 months ago
  2. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 2 months ago
  3. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 2 months ago
  4. 9aaec36 Plumbing SkMatrixProvider into the raster backend by Brian Osman · 4 years, 3 months ago
  5. 4067a94 the return of bit_clear by Mike Klein · 4 years, 4 months ago
  6. aa68109 special-case overhaul by Mike Klein · 4 years, 4 months ago
  7. 81dd8ab More infix for skvm, add poly() helper for polynomial evaluations by Mike Reed · 4 years, 4 months ago
  8. b6e7ef1 Use skvm infix in gradients by Mike Reed · 4 years, 4 months ago
  9. 8b99b9e flatten skvm type nesting by Mike Klein · 4 years, 4 months ago
  10. d0b568b remove negate() by Mike Klein · 4 years, 4 months ago
  11. ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 4 months ago
  12. a434e0f pass paint color and full dst info to shaders by Mike Klein · 4 years, 4 months ago
  13. 276a785 rearrange to emphasize most salient params by Mike Klein · 4 years, 4 months ago
  14. 6352f00 change onProgram to return its color, or an invalid-color if failed by Mike Reed · 4 years, 4 months ago
  15. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  16. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 6 months ago
  17. ce9e060 finish up 2pt conicals by Mike Klein · 4 years, 6 months ago
  18. caf5ee4 start on 2pt conical gradients by Mike Klein · 4 years, 6 months ago
  19. bd1360f skvm sweep gradients by Mike Klein · 4 years, 6 months ago
  20. ba9da46 radial gradients in skvm by Mike Klein · 4 years, 6 months ago
  21. 85754d5 basic pass at gradients by Mike Klein · 4 years, 6 months ago
  22. 72a0c0c move all picture version crap into single header by Mike Reed · 5 years ago
  23. ef914f6 Remove onMakeBurstPipelineContext by Florin Malita · 5 years ago
  24. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. bb85b8b remove dead code from old factories, enum by Mike Reed · 5 years ago
  27. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  28. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  29. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  30. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 5 years ago
  31. 011d166 Move responsibility to onMakeContext for device colorspace decision by Mike Reed · 5 years ago
  32. 541cbd4 remove shadeSpan4f() by Mike Klein · 5 years ago
  33. ac262a0 remove Sk4x4f.h -- dead code by Mike Klein · 5 years ago
  34. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  35. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  36. d431c72 Update threshold for degenerate gradients by Michael Ludwig · 6 years ago
  37. 024072a Reland "Improve degenerate 2pt conical gradient cases" by Mike Klein · 6 years ago
  38. 95af472 Revert "Improve degenerate 2pt conical gradient cases" by Stan Iliev · 6 years ago
  39. 879dab8 Improve degenerate 2pt conical gradient cases by Michael Ludwig · 6 years ago
  40. 909e61c Fix LinearGradient4fContext::shadeSpanInternal fuzz by Florin Malita · 6 years ago
  41. a4c277b make float divide-by-zero fatal by Mike Klein · 6 years ago
  42. 2dfab27 Revert "Fix div-by-zero loophole in gradient factory func" by Brian Osman · 6 years ago
  43. c34dd6c Fix div-by-zero loophole in gradient factory func by Michael Ludwig · 6 years ago
  44. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  45. 9ba9d7d Use SkColor4f functionality, rather than SkPM4f.h inline functions by Brian Osman · 6 years ago
  46. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  47. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  48. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  49. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  50. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  51. f9f68ff tiny extra optimization for SkColor4fXformer by Mike Klein · 6 years ago
  52. 5dfcf13 Reland "transform gradient colors without skcms" by Brian Salomon · 6 years ago
  53. e66e6b6 Revert "transform gradient colors without skcms" by Brian Salomon · 6 years ago
  54. b27a9cf transform gradient colors without skcms by Mike Klein · 6 years ago
  55. 781e350 Remove SkPM4f by Brian Osman · 6 years ago
  56. 87311c6 Remove SkPM4fPriv.h includes, then IWYU by Brian Osman · 6 years ago
  57. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  58. 7780c4c remove pin in SkColor4f::premul() by Mike Klein · 6 years ago
  59. afebe16 Remove all old gpu gradient code by Michael Ludwig · 6 years ago
  60. 8f68508 Implement 2-pt conical gradient layout by Michael Ludwig · 6 years ago
  61. 24d438b Implement sweep gradient layout by Michael Ludwig · 6 years ago
  62. 4089df8 Implement radial gradient layout by Michael Ludwig · 6 years ago
  63. 4f94ef6 Reland "Base Gradient FP Refactor" by Michael Ludwig · 6 years ago
  64. 1ea5656 Revert "Base Gradient FP Refactor" by Cary Clark · 6 years ago
  65. 10f7a1e Base Gradient FP Refactor by Michael Ludwig · 6 years ago
  66. 24de648 fix lowp gradients by Mike Klein · 6 years ago
  67. cca8c6f SkColorSpace cleanup by Brian Osman · 6 years ago
  68. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  69. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  70. 057ad70 Update GrTextureStripAtlas for DDLs (take 2) by Robert Phillips · 6 years ago
  71. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 6 years ago
  72. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 6 years ago
  73. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  74. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  75. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  76. b456e2f Fix fuzzer bug in SkGradientShader::MakeSweep by Robert Phillips · 6 years ago
  77. ccd3995 Support older SKPs drawing to legacy destinations correctly by Brian Osman · 6 years ago
  78. 6667fb1 Switch gradients to as-encoded blending by Brian Osman · 6 years ago
  79. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  80. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  81. 27dddae rebase by Cary Clark · 6 years ago
  82. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  83. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  84. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  85. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  86. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  87. 5191880 remove toString by Cary Clark · 6 years ago
  88. daebae9 Return nullptr when ReadBuffer becomes invalid by Kevin Lubick · 6 years ago
  89. 45a6d71 Avoid dividing by zero in SkTwoPointConicalGradient::Create by Yuqian Li · 6 years ago
  90. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  91. c2ea327 Validate readByteArrayAsData size by Florin Malita · 6 years ago
  92. f77db11 Validate gradient DescriptorScope size during deserialization by Florin Malita · 6 years ago
  93. a2f14de check for focaldata failure by Mike Reed · 6 years ago
  94. 0b510fb allow div-by-zero by Mike Reed · 6 years ago
  95. baf9e05 allow div by zero by Mike Reed · 6 years ago
  96. abc8575 Remove stale gradient color space assert by Florin Malita · 6 years ago
  97. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  98. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  99. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  100. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago