]> git.tdb.fi Git - libs/gl.git/history - source/glsl/builtin.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / builtin.cpp
2021-09-18 Mikko RasaRemove unnecessary std:: qualifiers
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-23 Mikko RasaRefactor creation of builtin GLSL types
2021-04-23 Mikko RasaRedesign loading of GLSL sources
2021-04-20 Mikko RasaAdd support for uint types in GLSL
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-03-08 Mikko RasaPopulate the builtin module's type maps directly
2021-03-05 Mikko RasaTweak the builtin type generation
2021-03-04 Mikko RasaGive declaration nodes to all GLSL types.
2021-03-04 Mikko RasaMake builtins const
2021-03-04 Mikko RasaLoad builtin GLSL declarations from a file
2021-03-04 Mikko RasaUse a different method of adding builtins to stages
2021-02-28 Mikko RasaInject builtins into the module
2021-02-15 Mikko RasaRefactor creation of the shader builtin module
2021-02-15 Mikko RasaRefactor the way of applying visitors to stages
2021-02-15 Mikko RasaMove the StageType enum inside the Stage struct
2021-02-15 Mikko RasaSplit SL::Compiler into several files