commit | 76a343af4ea1f781a56fec006b5fe67a5615d5f8 | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Thu Jun 04 17:21:22 2015 -0400 |
committer | Alexis Hétu <sugoi@google.com> | Fri Jun 12 21:12:11 2015 +0000 |
tree | b5602d4ddd1b6a5feacf3f399ed72093551f0fbd | |
parent | a35d8232a5276bef4eae7230d0ed71ce89aa23e8 [diff] |
Adding switch case default keywords This adds switch/case keywords to glsl. This makes the shaders that include these keywords compile, but they don't run properly yet, partly because the "break" statement only handles loops currently. Change-Id: I1f52b445e1124ed3931843c46e27ecc1d9ce3d11 Reviewed-on: https://swiftshader-review.googlesource.com/3400 Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Alexis Hétu <sugoi@google.com>