- Jun 28, 2016
-
-
Lei Zhang authored
-
- Jun 06, 2016
-
-
John Kessenich authored
-
- May 30, 2016
-
-
John Kessenich authored
Also beefed up support for running compute shaders is #version 420, but this work is only partially done.
-
- May 16, 2016
-
-
Lei Zhang authored
-
- Mar 31, 2016
-
-
Lei Zhang authored
The existing test harness is a homemade shell script. All the tests and the expected results are written in plain text files. The harness just reads in a test, invoke the glslangValidator binary on it, and compare the result with the golden file. All tests are kinda integration tests. This patch add Google Test as an external project, which provides a new harness for reading shader source files, compile to SPIR-V, and then compare with the expected output.
-