]> git.tdb.fi Git - libs/gl.git/history - tests/glsl
Validate some aspects of type declarations
[libs/gl.git] / tests / glsl /
2021-03-05 Mikko RasaValidate some aspects of type declarations
2021-03-05 Mikko RasaCatch exceptions from parsing while testing the compiler
2021-03-04 Mikko RasaCheck that variable references refer do declared variables
2021-03-04 Mikko RasaImprove rules for interface blocks
2021-03-04 Mikko RasaCheck for missing lines in error output
2021-03-04 Mikko RasaAdd some test cases to test shader validation
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...