1. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 7 years ago
  2. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 7 years ago
  3. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 7 years ago
  4. 3b6afd5 Remove unused field fBitmapBytes by Yuqian Li · 7 years ago
  5. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 7 years ago
  6. 325ea32 Fix SkLocalMatrixShader nesting semantics by Florin Malita · 7 years ago
  7. af2769d Banish SkShaderBase::isRasterPipelineOnly() by Florin Malita · 7 years ago
  8. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 7 years ago
  9. ec46871 Make consistent isRadiusIncreasing decision by Yuqian Li · 7 years ago
  10. 650dd90 Fix concentric 2pt conical gradient in GPU where r1 < r0 by Yuqian Li · 7 years ago
  11. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 7 years ago
  12. 40481bb Harden initial LinearGradient4f tiling by Florin Malita · 7 years ago
  13. e8de024 with no more offline codegen, seed_shader can be normal by Mike Klein · 7 years ago
  14. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 7 years ago
  15. 1eb5ca4 tighten check when we might overflow legacy shader math by Mike Reed · 7 years ago
  16. 62ce2ca Simplify decal for gradients by Mike Reed · 7 years ago
  17. dfc0e91 add decal tilemode to shaders by Mike Reed · 7 years ago
  18. db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
  19. 5b6fa82 Respect FPArgs local matrix when picking a filtering mode in image shader by Brian Osman · 7 years ago
  20. 154771b clean up SK_LEGACY_HIGH_QUALITY_SCALING_CLAMP by Mike Klein · 7 years ago
  21. 1f31309 yet another approach to unpremul scale pixels by Mike Klein · 7 years ago
  22. 47cf048 Revert "alternate approach to unpremul scalePixels()" by Mike Klein · 7 years ago
  23. c461680 alternate approach to unpremul scalePixels() by Mike Klein · 7 years ago
  24. 7e1912a Move GrMakeCachedBitmapProxy work in lazy mode by Greg Daniel · 7 years ago
  25. 7558e4d Refactor explicit inverse calculation in SkImageShader::onAppendStages() by Florin Malita · 7 years ago
  26. 18f7e0a Fix picture shader handling of outer local matrix by Florin Malita · 7 years ago
  27. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  28. a12c419 check matrix for SkFixed32.32 compatibility by Mike Reed · 7 years ago
  29. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 7 years ago
  30. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  31. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  32. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  33. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  34. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  35. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  36. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 7 years ago
  37. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 7 years ago
  38. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  39. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  40. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  41. 33a8656 Reuse the CPU 2pt conical code in the GPU backend by Yuqian Li · 7 years ago
  42. d3b743a Remove legacy 2pt conical gradient by Yuqian Li · 7 years ago
  43. 98eb169 Remove DumpHelper as the bug is fixed by Yuqian Li · 7 years ago
  44. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  45. d208a88 Update 2pt conical gradient in raster pipeline by Yuqian Li · 7 years ago
  46. c5166a9 Revert "Revert "remove legacy support for old old picture versions"" by Mike Reed · 7 years ago
  47. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  48. ad8b489 Changes to make 2pt gradient source code better aligned with our future doc by Yuqian Li · 7 years ago
  49. e2d4e8f Stronger fix for swapping r0, r1 in 2pt conical gradients by Yuqian Li · 7 years ago
  50. 6f11511 Revert "remove legacy support for old old picture versions" by Mike Reed · 7 years ago
  51. f3504d4 remove legacy support for old old picture versions by Mike Reed · 7 years ago
  52. fa8bc34 Fix bug of a + (b - a) == 0 for small positive b and huge a (e.g., 1e18) by Yuqian Li · 7 years ago
  53. 7a4d067 Fix conical test where r1 = r2 = 0 by Yuqian Li · 7 years ago
  54. 1fa9c43 attempt 3: add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  55. 9df39b4 Debug random 2pt conical shaders by Yuqian Li · 7 years ago
  56. d63b6e4 Reland "remove bicubic clamp in SkImageShader" by Mike Klein · 7 years ago
  57. 6685555 Revert "remove bicubic clamp in SkImageShader" by Mike Klein · 7 years ago
  58. 915817b Guard the sqrt(temp) where temp < 0 in 2pt conical gradient by Yuqian Li · 7 years ago
  59. bc9f349 remove bicubic clamp in SkImageShader by Mike Klein · 7 years ago
  60. 245c4b2 Revert "attempt 2: add experimental bilerp_clamp_8888 stage" by Mike Klein · 7 years ago
  61. 8a64e52 attempt 2: add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  62. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  63. 19c026e Remove SkClampRange (unused) by Brian Osman · 7 years ago
  64. 2c4e56c Revert "Reimplement TwoPointConicalGradient_gpu" by Yuqian Li · 7 years ago
  65. 84f18c4 Reimplement TwoPointConicalGradient_gpu by Yuqian Li · 7 years ago
  66. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  67. 7741c75 Use first/second instead of min/max in 2pt conical gradient by Yuqian Li · 7 years ago
  68. 2bbcda3 Revert "add experimental bilerp_clamp_8888 stage" by Mike Klein · 7 years ago
  69. a7fa337 add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  70. 10ed243 Add cap on intel to avoid calling abs and floor on the same line in a shader. by Greg Daniel · 7 years ago
  71. 725d9db remove unused readBitmapAsImage from readbuffer by Mike Reed · 7 years ago
  72. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  73. 14a8dd7 Simplify analytical GPU gradient impls by Florin Malita · 7 years ago
  74. cb9e52a Remove SK_SUPPORT_LEGACY_UNIFORM_GRADIENTS by Florin Malita · 7 years ago
  75. 64bb78e Detect explicit uniform gradient positions by Florin Malita · 7 years ago
  76. a909049 Remove SK_SUPPORT_LEGACY_GRADIENT_COLOR_CONVERSION by Florin Malita · 7 years ago
  77. 3e20d02 Enforce gradient color stop monotonicity in ctor by Florin Malita · 7 years ago
  78. e657dc8 Remove gradient onGetGLSLProcessorKey() overrides by Florin Malita · 7 years ago
  79. 79363b6 Streamline legacy gradient color conversion by Florin Malita · 7 years ago
  80. 89ab240 Gradient cleanup pass by Florin Malita · 7 years ago
  81. 39d71de Don't store legacy colors in gradient shaders by Florin Malita · 7 years ago
  82. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  83. cad3b8c Remove gradient SkFixed position records by Florin Malita · 7 years ago
  84. ed6ae56 Re-land: Stop using fixed point recs for gradient positioning info by Florin Malita · 7 years ago
  85. 3fa6c29 Revert "Stop using fixed point recs for gradient positioning info" by Florin Malita · 7 years ago
  86. 9729350 Stop using fixed point recs for gradient positioning info by Florin Malita · 7 years ago
  87. 8f912d5 Tweak gradient shader code to avoid hangs on Tegra3 by Brian Osman · 7 years ago
  88. d4e9ec8 Delete GradientShaderCache by Florin Malita · 7 years ago
  89. 84d7cf9 Stop using GradientShaderCache for gradient textures by Florin Malita · 7 years ago
  90. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  91. e8d55d5 Remove unused (?) gradient context class by Brian Osman · 7 years ago
  92. 5911a7c Remove GrColorSpaceXform from GrGradientEffect by Brian Osman · 7 years ago
  93. cc58664 Remove GradientShaderCache dither and paint alpha support by Florin Malita · 7 years ago
  94. 6337653 Avoid double-dithering of legacy/gpu gradients by Florin Malita · 7 years ago
  95. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  96. e25d119 Remove dead SK_SUPPORT_LEGACY_PICTURESHADER_ROUNDING code by Florin Malita · 7 years ago
  97. fe3e858 Add clamped/unclamped xform to GrColorSpaceXform by Brian Osman · 7 years ago
  98. 9480d82 make skmatrix getmapproc private by Cary Clark · 7 years ago
  99. d43f7b6 Simplify GrGradientEffect color handling by Brian Osman · 7 years ago
  100. 5f379a8 Avoid 2PtConical gradient flipping by Florin Malita · 7 years ago