]> git.tdb.fi Git - libs/gl.git/history - source/glsl/generate.cpp
Improve support for interface blocks
[libs/gl.git] / source / glsl / generate.cpp
2021-02-25 Mikko RasaImprove support for interface blocks
2021-02-25 Mikko RasaOnly generate or link interfaces in the correct scope
2021-02-25 Mikko RasaRefactor interface management
2021-02-23 Mikko RasaIgnore function parameters in InterfaceGenerator
2021-02-23 Mikko RasaRefactor scope management
2021-02-23 Mikko RasaAvoid incorrectly matching interfaces in certain cases
2021-02-23 Mikko RasaRemove the using declarations from visitors
2021-02-21 Mikko RasaSlightly refactor layout qualifiers in the GLSL parser
2021-02-21 Mikko RasaFurther refactor block and scope management
2021-02-21 Mikko RasaFix scoping of GLSL loop variables and function parameters
2021-02-21 Mikko RasaRewrite syntax tree modifications
2021-02-20 Mikko RasaTweaks to visitor classes in the GLSL compiler
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