1. cb40008 Implement switch in SkVM. by John Stiles · 2 years, 11 months ago
  2. 39f6da4 Switched Context::errors() over to a field access by Ethan Nicholas · 3 years ago
  3. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years ago
  4. 8d11654 Hid SkSLContext error reporter behind an accessor by Ethan Nicholas · 3 years ago
  5. 628777c Fix cases of variable shadowing in SkSL. by John Stiles · 3 years, 1 month ago
  6. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 2 months ago
  7. bf16b6c Add Make factory function to Block. by John Stiles · 3 years, 5 months ago
  8. a0c04d6 Add Make factory functions to basic statements. by John Stiles · 3 years, 5 months ago
  9. b23a64b Replace vector<SwitchCase> in Switch with a StatementArray. by John Stiles · 3 years, 5 months ago
  10. f3a28db Eliminate control-flow analysis. by John Stiles · 3 years, 6 months ago
  11. c3ce43b Replace the vector<Statement> in SwitchCase with a Block. by John Stiles · 3 years, 6 months ago
  12. a085cd8 Flatten constant switches at IR generation time. by John Stiles · 3 years, 6 months ago
  13. 23521a8 Add Convert factory function to SkSL IRNodes. by John Stiles · 3 years, 6 months ago
  14. 642cde2 Optimize @switch statements in SwitchStatement::Make. by John Stiles · 3 years, 6 months ago
  15. e1d1b08 Migrate convertSwitch to SwitchStatement::Make. by John Stiles · 3 years, 6 months ago