]> git.tdb.fi Git - libs/gl.git/history - tests/glsl/glslcompiler.cpp
Fix a compile error in the GLSL compiler test runner
[libs/gl.git] / tests / glsl / glslcompiler.cpp
2021-10-03 Mikko RasaFix a compile error in the GLSL compiler test runner
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-10 Mikko RasaTest the SPIR-V backend using libspirv
2021-04-07 Mikko RasaMake the GLSL compiler test runner able to verify non...
2021-04-03 Mikko RasaBetter way to request features for different GLSL versions
2021-03-16 Mikko RasaAdd idempotence test cases for GLSL compiler
2021-03-16 Mikko RasaRefactor the GLSL compiler test cases with a helper...
2021-03-10 Mikko RasaSupport compile modes and specialization constants...
2021-03-08 Mikko RasaCheck for extra error lines in compiler output
2021-03-05 Mikko RasaCheck that errors were generated as expected
2021-03-05 Mikko RasaCatch exceptions from parsing while testing the compiler
2021-03-04 Mikko RasaCheck for missing lines in error output
2021-03-04 Mikko RasaMake the GLSL compiler tester able to verify errors
2021-03-04 Mikko RasaFlip the parameters of Tokenizer::begin
2021-03-04 Mikko RasaAdd a unit test framework and some tests for the GLSL...