1. ed2baba Reland "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  2. d288d8b Revert "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  3. be056f4 Add switch statement support to PipelineStage. by John Stiles · 3 years ago
  4. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 3 years ago
  5. 733fd74 Improve unit testing of for-loops. by John Stiles · 3 years ago
  6. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years ago
  7. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  8. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  9. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 1 month ago
  10. adb3eac Add tests for array assignment with narrowing conversions. by John Stiles · 3 years, 1 month ago
  11. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 1 month ago
  12. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  13. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago
  14. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 1 month ago
  15. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 1 month ago
  16. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 3 months ago
  17. 639e812 Remove usage of sqrt() as an optimization barrier in tests. by John Stiles · 3 years, 4 months ago
  18. 8c9ccc8 Optimize compound constructors containing constant vars. by John Stiles · 3 years, 4 months ago
  19. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 5 months ago
  20. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 5 months ago
  21. 962e614 Add `ivec` GLSL type aliases to runtime effects by Brian Osman · 3 years, 5 months ago
  22. 132cfdd Revert "Inline functions of the form 'return (expr)' only." by John Stiles · 3 years, 6 months ago
  23. 92748af Inline functions of the form 'return (expr)' only. by John Stiles · 3 years, 6 months ago
  24. fc4b991 Force global initializers to be constant expressions by Brian Osman · 3 years, 6 months ago
  25. 4f3f64c Preserve 'const' on globals and function parameters in runtime effects by Brian Osman · 3 years, 6 months ago
  26. ddcb4d9 In pipeline stage generator, never emit declarations for opaque types by Brian Osman · 3 years, 6 months ago
  27. 86e8553 Test that we propagate 'const' to the GPU backend of runtime effects by Brian Osman · 3 years, 6 months ago
  28. 511c500 Avoid generating unused variables in the Inliner. by John Stiles · 3 years, 7 months ago
  29. 5e603c3 Support global variables in pipeline stage generator by Brian Osman · 3 years, 7 months ago
  30. a5ab63a Tweak GlobalVariables.rte test, and adjust .stage output by Brian Osman · 3 years, 7 months ago
  31. c057669 Support initializers on global variables in SkSL to SkVM by Brian Osman · 3 years, 7 months ago
  32. b41a1f9 Add runtime effect test for global variables by Brian Osman · 3 years, 7 months ago
  33. ff4decc add fast_mul(F32,F32) by Mike Klein · 3 years, 7 months ago
  34. 62b039b Add .stage output to skslc for runtime effects by Brian Osman · 3 years, 7 months ago
  35. bfc9be0 Migrate SkSL test inputs to the resources/ directory. by John Stiles · 3 years, 8 months ago
  36. b8ebe23 Reland "Support indexing by loop variables in SkVMGenerator" by Brian Osman · 3 years, 8 months ago
  37. b7e836c Revert "Support indexing by loop variables in SkVMGenerator" by Mike Klein · 3 years, 8 months ago
  38. ebf5690 Support indexing by loop variables in SkVMGenerator by Brian Osman · 3 years, 8 months ago
  39. a738fb5 restore select() in bool->int by Mike Klein · 3 years, 8 months ago
  40. aebcf73 always init function fReturnValue by Mike Klein · 3 years, 8 months ago
  41. a517cfc slightly tweak bool->int by Mike Klein · 3 years, 8 months ago
  42. 3d81fdc Add unit tests for for-loop unrolling by Brian Osman · 3 years, 8 months ago
  43. 00e43df rename Arg to Ptr by Mike Klein · 3 years, 8 months ago
  44. 32d6853 Add SkVM support for conversion constructors to and from boolean. by John Stiles · 3 years, 8 months ago
  45. f471c82 Stop calling schedule() by Mike Klein · 3 years, 8 months ago
  46. 977feec Add .rte -> .skvm unit test framework by Brian Osman · 3 years, 9 months ago