1. 27dddae rebase by Cary Clark · 6 years ago
  2. 102c8cf Harden SkPerlinNoiseShader StitchData initialization by Florin Malita · 6 years ago
  3. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  4. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  5. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  6. 588f879 warmup, remove clamping in append_gamut_transform() by Mike Klein · 6 years ago
  7. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  8. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  9. 5191880 remove toString by Cary Clark · 6 years ago
  10. 832aa11 validate perlin inputs by Mike Reed · 6 years ago
  11. daebae9 Return nullptr when ReadBuffer becomes invalid by Kevin Lubick · 6 years ago
  12. 6ee268d Fix UBSAN warnings in SkPerlinNoiseShaderImpl by Kevin Lubick · 6 years ago
  13. 45a6d71 Avoid dividing by zero in SkTwoPointConicalGradient::Create by Yuqian Li · 6 years ago
  14. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  15. c2ea327 Validate readByteArrayAsData size by Florin Malita · 6 years ago
  16. f77db11 Validate gradient DescriptorScope size during deserialization by Florin Malita · 6 years ago
  17. a2f14de check for focaldata failure by Mike Reed · 6 years ago
  18. 0b510fb allow div-by-zero by Mike Reed · 6 years ago
  19. baf9e05 allow div by zero by Mike Reed · 6 years ago
  20. abc8575 Remove stale gradient color space assert by Florin Malita · 6 years ago
  21. 8f88d89 Fix use-of-uninitialized-value in SkPictureShader::onMakeContext by Florin Malita · 6 years ago
  22. 8e3426f Reland "low-hanging bilerp_clamp_8888 wins" by Mike Klein · 6 years ago
  23. b460320 Revert "low-hanging bilerp_clamp_8888 wins" by Mike Klein · 6 years ago
  24. f946b41 low-hanging bilerp_clamp_8888 wins by Mike Klein · 6 years ago
  25. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  26. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  27. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  28. 3b6afd5 Remove unused field fBitmapBytes by Yuqian Li · 6 years ago
  29. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  30. 325ea32 Fix SkLocalMatrixShader nesting semantics by Florin Malita · 6 years ago
  31. af2769d Banish SkShaderBase::isRasterPipelineOnly() by Florin Malita · 6 years ago
  32. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 6 years ago
  33. ec46871 Make consistent isRadiusIncreasing decision by Yuqian Li · 7 years ago
  34. 650dd90 Fix concentric 2pt conical gradient in GPU where r1 < r0 by Yuqian Li · 7 years ago
  35. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 7 years ago
  36. 40481bb Harden initial LinearGradient4f tiling by Florin Malita · 7 years ago
  37. e8de024 with no more offline codegen, seed_shader can be normal by Mike Klein · 7 years ago
  38. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 7 years ago
  39. 1eb5ca4 tighten check when we might overflow legacy shader math by Mike Reed · 7 years ago
  40. 62ce2ca Simplify decal for gradients by Mike Reed · 7 years ago
  41. dfc0e91 add decal tilemode to shaders by Mike Reed · 7 years ago
  42. db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
  43. 5b6fa82 Respect FPArgs local matrix when picking a filtering mode in image shader by Brian Osman · 7 years ago
  44. 154771b clean up SK_LEGACY_HIGH_QUALITY_SCALING_CLAMP by Mike Klein · 7 years ago
  45. 1f31309 yet another approach to unpremul scale pixels by Mike Klein · 7 years ago
  46. 47cf048 Revert "alternate approach to unpremul scalePixels()" by Mike Klein · 7 years ago
  47. c461680 alternate approach to unpremul scalePixels() by Mike Klein · 7 years ago
  48. 7e1912a Move GrMakeCachedBitmapProxy work in lazy mode by Greg Daniel · 7 years ago
  49. 7558e4d Refactor explicit inverse calculation in SkImageShader::onAppendStages() by Florin Malita · 7 years ago
  50. 18f7e0a Fix picture shader handling of outer local matrix by Florin Malita · 7 years ago
  51. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  52. a12c419 check matrix for SkFixed32.32 compatibility by Mike Reed · 7 years ago
  53. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 7 years ago
  54. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  55. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  56. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  57. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  58. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  59. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  60. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 7 years ago
  61. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 7 years ago
  62. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  63. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  64. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  65. 33a8656 Reuse the CPU 2pt conical code in the GPU backend by Yuqian Li · 7 years ago
  66. d3b743a Remove legacy 2pt conical gradient by Yuqian Li · 7 years ago
  67. 98eb169 Remove DumpHelper as the bug is fixed by Yuqian Li · 7 years ago
  68. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  69. d208a88 Update 2pt conical gradient in raster pipeline by Yuqian Li · 7 years ago
  70. c5166a9 Revert "Revert "remove legacy support for old old picture versions"" by Mike Reed · 7 years ago
  71. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  72. ad8b489 Changes to make 2pt gradient source code better aligned with our future doc by Yuqian Li · 7 years ago
  73. e2d4e8f Stronger fix for swapping r0, r1 in 2pt conical gradients by Yuqian Li · 7 years ago
  74. 6f11511 Revert "remove legacy support for old old picture versions" by Mike Reed · 7 years ago
  75. f3504d4 remove legacy support for old old picture versions by Mike Reed · 7 years ago
  76. fa8bc34 Fix bug of a + (b - a) == 0 for small positive b and huge a (e.g., 1e18) by Yuqian Li · 7 years ago
  77. 7a4d067 Fix conical test where r1 = r2 = 0 by Yuqian Li · 7 years ago
  78. 1fa9c43 attempt 3: add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  79. 9df39b4 Debug random 2pt conical shaders by Yuqian Li · 7 years ago
  80. d63b6e4 Reland "remove bicubic clamp in SkImageShader" by Mike Klein · 7 years ago
  81. 6685555 Revert "remove bicubic clamp in SkImageShader" by Mike Klein · 7 years ago
  82. 915817b Guard the sqrt(temp) where temp < 0 in 2pt conical gradient by Yuqian Li · 7 years ago
  83. bc9f349 remove bicubic clamp in SkImageShader by Mike Klein · 7 years ago
  84. 245c4b2 Revert "attempt 2: add experimental bilerp_clamp_8888 stage" by Mike Klein · 7 years ago
  85. 8a64e52 attempt 2: add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  86. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  87. 19c026e Remove SkClampRange (unused) by Brian Osman · 7 years ago
  88. 2c4e56c Revert "Reimplement TwoPointConicalGradient_gpu" by Yuqian Li · 7 years ago
  89. 84f18c4 Reimplement TwoPointConicalGradient_gpu by Yuqian Li · 7 years ago
  90. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  91. 7741c75 Use first/second instead of min/max in 2pt conical gradient by Yuqian Li · 7 years ago
  92. 2bbcda3 Revert "add experimental bilerp_clamp_8888 stage" by Mike Klein · 7 years ago
  93. a7fa337 add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  94. 10ed243 Add cap on intel to avoid calling abs and floor on the same line in a shader. by Greg Daniel · 7 years ago
  95. 725d9db remove unused readBitmapAsImage from readbuffer by Mike Reed · 7 years ago
  96. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  97. 14a8dd7 Simplify analytical GPU gradient impls by Florin Malita · 7 years ago
  98. cb9e52a Remove SK_SUPPORT_LEGACY_UNIFORM_GRADIENTS by Florin Malita · 7 years ago
  99. 64bb78e Detect explicit uniform gradient positions by Florin Malita · 7 years ago
  100. a909049 Remove SK_SUPPORT_LEGACY_GRADIENT_COLOR_CONVERSION by Florin Malita · 7 years ago