1. 5f379a8 Avoid 2PtConical gradient flipping by Florin Malita · 7 years ago
  2. 85f8536 Feed seed_shader() iota through a context pointer. by Mike Klein · 7 years ago
  3. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  4. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  5. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  6. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  7. 3954108 Delete the legacy linear gradient impl by Florin Malita · 7 years ago
  8. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  9. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  10. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  11. 2ab4b2b Remove symmetric three stop special case by Brian Osman · 7 years ago
  12. a8e5744 Add general three-stop analytic gradient shader by Brian Osman · 7 years ago
  13. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  14. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  15. aa0ce82 Use the 4f impl for legacy/8888 linear gradients by Florin Malita · 7 years ago
  16. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  17. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  18. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  19. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  20. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  21. 4d011be Remove unneeded GrGradientEffect Tegra3 workaround by Florin Malita · 7 years ago
  22. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  23. 34335c5 Streamline GrGradientEffect mirror tiling by Florin Malita · 7 years ago
  24. b81a8b9 Consolidate GrGradientEffect analytical impls by Florin Malita · 7 years ago
  25. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  26. 2045e3b Avoid int overflow in LinearGradientContext::shade4_dx_clamp by Florin Malita · 7 years ago
  27. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  28. eb66959 Revert "Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType" by Florin Malita · 7 years ago
  29. b86aaeb Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  30. 36f054a GrGradientEffect::onIsEqual() must also consider tiling by Florin Malita · 7 years ago
  31. 5b6c7c6 Delete legacy radial gradient impl by Florin Malita · 7 years ago
  32. 545630b Fix sweep gradient tiling w/ makeColorSpace by Florin Malita · 7 years ago
  33. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  34. 50b2084 Gradient stages cleanup by Florin Malita · 7 years ago
  35. 77c6866 Remove stale SkTwoPointConicalGradient assert by Florin Malita · 7 years ago
  36. 9c2212f Don't instantiate degenerate 2pt gradients by Florin Malita · 7 years ago
  37. 28a5869 Remove now-dead SK_SUPPORT_LEGACY_GRADIENT_MATRIX_MATH code by Florin Malita · 7 years ago
  38. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  39. f8480b9 Implement clone() for Gradient GrFragmentProcessors by Brian Salomon · 7 years ago
  40. 5127fcb Always postConcat() pipeline gradient matrices by Florin Malita · 7 years ago
  41. 15cac72 Revert "Revert "Always use raster pipeline for radial gradients"" by Florin Malita · 7 years ago
  42. 8b8b224 Revert "Always use raster pipeline for radial gradients" by Mike Klein · 7 years ago
  43. 5a5207a Always use raster pipeline for radial gradients by Florin Malita · 7 years ago
  44. 2371da0 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 7 years ago
  45. 6d66237 Revert "Use raster pipeline for repeat/mirror radial gradients" by Florin Malita · 7 years ago
  46. 2f924b4 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 7 years ago
  47. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  48. c2bd631 Remove (now-dead) SK_LEGACY_SWEEP_GRADIENT code by Florin Malita · 7 years ago
  49. 4d41b8f Remove dead gradient perspective code by Florin Malita · 7 years ago
  50. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  51. 5b8e2b8 Clarify adjustMatrixAndAppendStages semantics by Florin Malita · 7 years ago
  52. 327290f Devolve SkTwoPointConicalGradient to SkRadialGradient when possible by Florin Malita · 7 years ago
  53. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  54. 6b59bf4 consolidate logic for matrix stage by Mike Reed · 7 years ago
  55. 974aad4 Handle degenerate 2pt conical center values gracefully by Florin Malita · 7 years ago
  56. 981deec Delete non-raster-pipeline SkTwoPointConicalGradient impl by Florin Malita · 7 years ago
  57. 3d96f06 Always use raster pipeline for SkTwoPointConicalGradient by Florin Malita · 7 years ago
  58. 9026fe1 2pt conical stage for focal-point-outside case by Florin Malita · 7 years ago
  59. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 7 years ago
  60. a66ef2d 2ptconical stage by Florin Malita · 7 years ago
  61. 0bb0411 2pt conical stage for concentric case by Florin Malita · 7 years ago
  62. 74c3680 Remove unused GradientShaderBase4fContext::fDither by Florin Malita · 7 years ago
  63. 15200bd Remove SK_SUPPORT_LEGACY_GRADIENT_ALPHATRUNC dead code by Florin Malita · 7 years ago
  64. ae7bb04 Remove non-F32 specializations of Sk4fGradient by Florin Malita · 7 years ago
  65. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  66. 06e547c Fix GrGradientEffect::isValid() by Brian Salomon · 7 years ago
  67. 6af2701 Make gradient effect creation fail if texture LUT creation fails by Brian Salomon · 7 years ago
  68. 70bc94f Bump min picture to 7+ months ago by Mike Reed · 7 years ago
  69. d1aedde Remove SkLinearGradient::kForce4fContext_PrivateFlag by Florin Malita · 7 years ago
  70. a924dd3 Use burst mode for linear gradients w/ > 2 stops by Florin Malita · 7 years ago
  71. 47e55a5 Opt-in burst mechanism for pipeline shaders by Florin Malita · 7 years ago
  72. 0e36b3f Add color space support to 4f gradients by Florin Malita · 7 years ago
  73. 6867eee default impl of appendStages now calls shaderContext by Mike Reed · 7 years ago
  74. a836267 fix premultiplied color generation in linear gradients when using fApplyAlphaAfterInterp by Lee Salzman · 7 years ago
  75. 5df94d5 have shaders that need seed_shader call it themselves by Mike Klein · 7 years ago
  76. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago
  77. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago
  78. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago