]> git.tdb.fi Git - libs/gl.git/history - source/glsl/tokenizer.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / tokenizer.cpp
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-20 Mikko RasaAdd support for uint types in GLSL
2021-04-20 Mikko RasaRecognize the 'f' suffix for float literals in GLSL
2021-03-04 Mikko RasaFlip the parameters of Tokenizer::begin
2021-03-01 Mikko RasaFix an issue with line numbers after #line being off...
2021-02-28 Mikko RasaMake the GLSL parser resilient against common errors
2021-02-20 Mikko RasaRecognize the #line directive in the GLSL parser
2021-02-14 Mikko RasaFollow the GLSL syntax rules more closely
2021-02-14 Mikko RasaSplit tokenizer and preprocessor out of the GLSL parser