]> git.tdb.fi Git - libs/gl.git/history - source/programparser.h
Better naming algorithm for objects in scene export
[libs/gl.git] / source / programparser.h
2019-05-25 Mikko RasaSupport while loops in GLSL
2018-07-03 Mikko RasaAdd support for GLSL interpolation qualifiers
2018-04-10 Mikko RasaUse a #pragma as shader stage delimiter
2018-04-10 Mikko RasaAdd file and line information to ProgramParser errors
2017-11-14 Mikko RasaSupport precision qualifiers in shaders
2016-12-01 Mikko RasaUpgrade NodePtr to RefPtr
2016-11-14 Mikko RasaImplement an import system
2016-11-11 Mikko RasaAssorted refactoring and fixes
2016-11-11 Mikko RasaRefactor module and stage management
2016-11-11 Mikko RasaRename ProgramSyntax::Context to Stage
2016-11-11 Mikko RasaStreamline interface declarations
2016-11-09 Mikko RasaRemove unused variable and struct declarations from...
2016-11-08 Mikko RasaImplement an actual expression parser
2016-11-08 Mikko RasaBegin implementing a new shader program generator system