1. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years, 4 months ago
  2. 2d8b835 Add SkBlender class; thread into SkVMBlitter. by John Stiles · 3 years, 5 months ago
  3. af8047d Rename existing 'Blend' enums/names to 'BlendFilter'. by John Stiles · 3 years, 5 months ago
  4. 6823b50 Revert "Revert "Switched SkSL parser APIs from char* + length to string_view"" by Ethan Nicholas · 3 years, 5 months ago
  5. 85ed605 Revert "Switched SkSL parser APIs from char* + length to string_view" by Jorge Betancourt · 3 years, 5 months ago
  6. 2705cbf Switched SkSL parser APIs from char* + length to string_view by Ethan Nicholas · 3 years, 5 months ago
  7. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 5 months ago
  8. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 7 months ago
  9. d2702fa Update SkSL benchmark code to match actual Skia output. by John Stiles · 3 years, 8 months ago
  10. dbd4e6f Move ProgramKind and ProgramSettings types out of SkSL::Program. by John Stiles · 3 years, 9 months ago
  11. 9194675 SkSL: In the front-end, rename PipelineStage to RuntimeEffect by Brian Osman · 3 years, 11 months ago
  12. 5626998 SkSL: Reduce default heap usage, improve heap benchmarks by Brian Osman · 4 years ago
  13. 0006ad0 Stop cloning builtin functions by Brian Osman · 4 years ago
  14. ba9a04f Revert "Revert "Additional SkSL benches"" by Ethan Nicholas · 4 years ago
  15. 1277971 Revert "Additional SkSL benches" by Ethan Nicholas · 4 years ago
  16. a2d6b31 Additional SkSL benches by Ethan Nicholas · 4 years ago
  17. d7e7659 Move GrShaderCaps from Program::Settings to Compiler by Brian Osman · 4 years ago
  18. 312535b Create sksl_small nanobench test. by John Stiles · 4 years ago
  19. 7f88b72 Update nanobench SkSL tests. by John Stiles · 4 years, 1 month ago
  20. 24c5d24 Add a benchmark that measures SkSL::Compiler startup time by Brian Osman · 4 years, 1 month ago
  21. 34b19c5 SkSL optimization now happens in convertProgram rather than being a by Ethan Nicholas · 4 years, 2 months ago
  22. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  23. 24b8a8c Switch back to mallinfo in SkSL memory benchmark by Brian Osman · 4 years, 4 months ago
  24. 68870aa Add heap usage of SkSL::Compiler to nanobench output by Brian Osman · 4 years, 4 months ago
  25. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  26. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  27. 40679c3 added SkSL bench by Ethan Nicholas · 5 years ago