1. 72a0c0c move all picture version crap into single header by Mike Reed · 5 years ago
  2. ef914f6 Remove onMakeBurstPipelineContext by Florin Malita · 5 years ago
  3. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. bb85b8b remove dead code from old factories, enum by Mike Reed · 5 years ago
  6. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  7. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  8. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  9. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 5 years ago
  10. 011d166 Move responsibility to onMakeContext for device colorspace decision by Mike Reed · 5 years ago
  11. 541cbd4 remove shadeSpan4f() by Mike Klein · 5 years ago
  12. ac262a0 remove Sk4x4f.h -- dead code by Mike Klein · 5 years ago
  13. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  14. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  15. d431c72 Update threshold for degenerate gradients by Michael Ludwig · 6 years ago
  16. 024072a Reland "Improve degenerate 2pt conical gradient cases" by Mike Klein · 6 years ago
  17. 95af472 Revert "Improve degenerate 2pt conical gradient cases" by Stan Iliev · 6 years ago
  18. 879dab8 Improve degenerate 2pt conical gradient cases by Michael Ludwig · 6 years ago
  19. 909e61c Fix LinearGradient4fContext::shadeSpanInternal fuzz by Florin Malita · 6 years ago
  20. a4c277b make float divide-by-zero fatal by Mike Klein · 6 years ago
  21. 2dfab27 Revert "Fix div-by-zero loophole in gradient factory func" by Brian Osman · 6 years ago
  22. c34dd6c Fix div-by-zero loophole in gradient factory func by Michael Ludwig · 6 years ago
  23. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  24. 9ba9d7d Use SkColor4f functionality, rather than SkPM4f.h inline functions by Brian Osman · 6 years ago
  25. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  26. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  27. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  28. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  29. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  30. f9f68ff tiny extra optimization for SkColor4fXformer by Mike Klein · 6 years ago
  31. 5dfcf13 Reland "transform gradient colors without skcms" by Brian Salomon · 6 years ago
  32. e66e6b6 Revert "transform gradient colors without skcms" by Brian Salomon · 6 years ago
  33. b27a9cf transform gradient colors without skcms by Mike Klein · 6 years ago
  34. 781e350 Remove SkPM4f by Brian Osman · 6 years ago
  35. 87311c6 Remove SkPM4fPriv.h includes, then IWYU by Brian Osman · 6 years ago
  36. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  37. 7780c4c remove pin in SkColor4f::premul() by Mike Klein · 6 years ago
  38. afebe16 Remove all old gpu gradient code by Michael Ludwig · 6 years ago
  39. 8f68508 Implement 2-pt conical gradient layout by Michael Ludwig · 6 years ago
  40. 24d438b Implement sweep gradient layout by Michael Ludwig · 6 years ago
  41. 4089df8 Implement radial gradient layout by Michael Ludwig · 6 years ago
  42. 4f94ef6 Reland "Base Gradient FP Refactor" by Michael Ludwig · 6 years ago
  43. 1ea5656 Revert "Base Gradient FP Refactor" by Cary Clark · 6 years ago
  44. 10f7a1e Base Gradient FP Refactor by Michael Ludwig · 6 years ago
  45. 24de648 fix lowp gradients by Mike Klein · 6 years ago
  46. cca8c6f SkColorSpace cleanup by Brian Osman · 6 years ago
  47. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  48. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  49. 057ad70 Update GrTextureStripAtlas for DDLs (take 2) by Robert Phillips · 6 years ago
  50. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 6 years ago
  51. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 6 years ago
  52. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  53. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  54. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  55. b456e2f Fix fuzzer bug in SkGradientShader::MakeSweep by Robert Phillips · 6 years ago
  56. ccd3995 Support older SKPs drawing to legacy destinations correctly by Brian Osman · 6 years ago
  57. 6667fb1 Switch gradients to as-encoded blending by Brian Osman · 6 years ago
  58. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  59. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  60. 27dddae rebase by Cary Clark · 6 years ago
  61. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  62. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  63. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  64. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  65. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  66. 5191880 remove toString by Cary Clark · 6 years ago
  67. daebae9 Return nullptr when ReadBuffer becomes invalid by Kevin Lubick · 6 years ago
  68. 45a6d71 Avoid dividing by zero in SkTwoPointConicalGradient::Create by Yuqian Li · 6 years ago
  69. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  70. c2ea327 Validate readByteArrayAsData size by Florin Malita · 6 years ago
  71. f77db11 Validate gradient DescriptorScope size during deserialization by Florin Malita · 6 years ago
  72. a2f14de check for focaldata failure by Mike Reed · 6 years ago
  73. 0b510fb allow div-by-zero by Mike Reed · 6 years ago
  74. baf9e05 allow div by zero by Mike Reed · 6 years ago
  75. abc8575 Remove stale gradient color space assert by Florin Malita · 6 years ago
  76. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  77. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  78. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  79. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  80. af2769d Banish SkShaderBase::isRasterPipelineOnly() by Florin Malita · 6 years ago
  81. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 6 years ago
  82. ec46871 Make consistent isRadiusIncreasing decision by Yuqian Li · 6 years ago
  83. 650dd90 Fix concentric 2pt conical gradient in GPU where r1 < r0 by Yuqian Li · 6 years ago
  84. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 6 years ago
  85. 40481bb Harden initial LinearGradient4f tiling by Florin Malita · 6 years ago
  86. e8de024 with no more offline codegen, seed_shader can be normal by Mike Klein · 6 years ago
  87. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 6 years ago
  88. 62ce2ca Simplify decal for gradients by Mike Reed · 6 years ago
  89. dfc0e91 add decal tilemode to shaders by Mike Reed · 6 years ago
  90. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 6 years ago
  91. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 6 years ago
  92. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  93. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  94. 33a8656 Reuse the CPU 2pt conical code in the GPU backend by Yuqian Li · 7 years ago
  95. d3b743a Remove legacy 2pt conical gradient by Yuqian Li · 7 years ago
  96. 98eb169 Remove DumpHelper as the bug is fixed by Yuqian Li · 7 years ago
  97. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  98. d208a88 Update 2pt conical gradient in raster pipeline by Yuqian Li · 7 years ago
  99. ad8b489 Changes to make 2pt gradient source code better aligned with our future doc by Yuqian Li · 7 years ago
  100. e2d4e8f Stronger fix for swapping r0, r1 in 2pt conical gradients by Yuqian Li · 7 years ago