1. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 6 months ago
  2. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 6 months ago
  3. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 6 months ago
  4. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 6 months ago
  5. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 6 months ago
  6. bf5c0c0 Fixed sampling non-SkSL FPs with coordinates by Brian Salomon · 4 years, 9 months ago
  7. 095f5b4 .fp files now support user-defined functions by Ethan Nicholas · 5 years ago
  8. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  9. 33c59ed added error check for invalid 'in' variables by Ethan Nicholas · 5 years ago
  10. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  11. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  12. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  13. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  14. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  16. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  17. 858fecc Got RelaxedPrecision decorations working again in SPIR-V, and removed by Ethan Nicholas · 5 years ago
  18. 390f9bd Fix handling of SkSL nullable FPs by Florin Malita · 5 years ago
  19. ee1c8a7 Revert "Revert "SkSL now supports null child processors"" by Ethan Nicholas · 5 years ago
  20. bce7d86 Revert "SkSL now supports null child processors" by Robert Phillips · 5 years ago
  21. 0e8dc4c SkSL now supports null child processors by Ethan Nicholas · 5 years ago
  22. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  23. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  24. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 5 years ago
  25. 495993a Remove GrColor4f by Brian Osman · 6 years ago
  26. 9094f2c Add fields to fragmentProcessors in sksl code. by Michael Ludwig · 6 years ago
  27. 1fc5fbd Reland "Redo how extra emit code flushing operates" with type fix. by Michael Ludwig · 6 years ago
  28. d044019 Revert "Redo how extra emit code flushing operates" by Michael Ludwig · 6 years ago
  29. 9b8181b Redo how extra emit code flushing operates by Michael Ludwig · 6 years ago
  30. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  31. 92e4c7f Support input color argument to process() function in sksl .fp files by Michael Ludwig · 6 years ago
  32. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  33. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  34. 130fb3f updated .fp file headers by Ethan Nicholas · 6 years ago
  35. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  36. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  37. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  38. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  39. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  40. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  41. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  42. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  43. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  44. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  45. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  46. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  47. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  48. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  49. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  50. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  51. ee33873 fixed skslc vec4 uniforms by Ethan Nicholas · 7 years ago
  52. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  53. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  54. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  55. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  56. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  57. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  58. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  59. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  60. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  61. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  62. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  63. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  64. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago