]> git.tdb.fi Git - libs/gl.git/history - source/programcompiler.cpp
Further reduce overhead of applying ProgramCompiler visitors
[libs/gl.git] / source / programcompiler.cpp
2016-11-14 Mikko RasaFurther reduce overhead of applying ProgramCompiler...
2016-11-14 Mikko RasaCheck if blocks need braces at formatting time
2016-11-13 Mikko RasaFix formatting issues with else ifs
2016-11-13 Mikko RasaOverhaul assignment tracking to work properly with...
2016-11-12 Mikko RasaGenerate a passthrough for gl_Position in geometry...
2016-11-12 Mikko RasaAdd a module for builtin interface variables
2016-11-12 Mikko RasaBetter handling of array flag for generated interfaces
2016-11-12 Mikko RasaMove unused aggregate detection to UnusedVariableDetector
2016-11-12 Mikko RasaFix unused variable decetion for self-referenging assig...
2016-11-12 Mikko RasaReturn back to first stage after some optimization...
2016-11-12 Mikko RasaProcess existing inputs in passthrough
2016-11-11 Mikko RasaRecognize superceded assignments even for out variables
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 RasaExtend unused variable analysis to assignments and...
2016-11-11 Mikko RasaStreamline interface declarations
2016-11-09 Mikko RasaRemove unused variable and struct declarations from...
2016-11-09 Mikko RasaInject the global context to the syntax tree
2016-11-08 Mikko RasaImplement an actual expression parser
2016-11-08 Mikko RasaBegin implementing a new shader program generator system