1. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 5 years ago
  2. f79aacb Revert "use SkM44 internally" by Mike Reed · 5 years ago
  3. 295cdf8 use SkM44 internally by Mike Reed · 5 years ago
  4. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 5 years ago
  5. 2a099da SkSL description methods are now only present in debug mode by Ethan Nicholas · 5 years ago
  6. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 5 years ago
  7. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 5 years ago
  8. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  10. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 6 years ago
  11. ee1c8a7 Revert "Revert "SkSL now supports null child processors"" by Ethan Nicholas · 6 years ago
  12. bce7d86 Revert "SkSL now supports null child processors" by Robert Phillips · 6 years ago
  13. 0e8dc4c SkSL now supports null child processors by Ethan Nicholas · 6 years ago
  14. 27f8302 sksl: Use va_end() after va_copy() by Greg Kaiser · 6 years ago
  15. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  16. 72efd80 Fixes for primitive handling for uniforms by Michael Ludwig · 6 years ago
  17. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  18. 929a681 SkSL coordTransform argument is now optional by Ethan Nicholas · 6 years ago
  19. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  20. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  21. d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 7 years ago
  22. 3c6ae62 cache SkSL headers by Ethan Nicholas · 7 years ago
  23. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 7 years ago
  24. 1e8501e Get @constructor feature of SKSL working by Robert Phillips · 7 years ago
  25. a98183a Revert "Remove std::move from GrSimpleTextureEffect" by Robert Phillips · 7 years ago
  26. 0a4b13c Remove std::move from GrSimpleTextureEffect by Robert Phillips · 7 years ago
  27. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  28. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  29. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  30. 7a59f23 Update GrFragmentProcessor handling in Make methods in SkSL by Robert Phillips · 7 years ago
  31. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  32. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  33. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  34. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  35. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  36. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  37. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  38. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  39. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  40. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  41. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  42. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  43. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  44. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  45. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  46. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  47. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  48. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  49. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  50. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  51. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  52. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  53. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  54. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  55. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  56. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  57. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  58. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  59. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 8 years ago
  60. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  61. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 8 years ago
  62. ccf5991 sksl fragment processor support by Ethan Nicholas · 8 years ago