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