]> git.tdb.fi Git - libs/gl.git/history - tests
Handle expression replacement through TraversingVisitor
[libs/gl.git] / tests /
2021-03-09 Mikko RasaFix some errors in test cases
2021-03-09 Mikko RasaRecognize swizzles in GLSL
2021-03-08 Mikko RasaResolve functions after inlining expressions
2021-03-08 Mikko RasaImprove reporting of function name conflicts
2021-03-08 Mikko RasaCheck for extra error lines in compiler output
2021-03-07 Mikko RasaAdd another variation of a partially unused interface...
2021-03-07 Mikko RasaAdditional rules for bit shift operators
2021-03-07 Mikko RasaProperly resolve arithmetic assignment operators
2021-03-06 Mikko RasaAdd some test cases for unused interface blocks
2021-03-05 Mikko RasaFix a type error in a test case
2021-03-05 Mikko RasaAssign a result type to all expressions
2021-03-05 Mikko RasaCheck that errors were generated as expected
2021-03-05 Mikko RasaFollow type aliases in TypeResolver
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...