]> git.tdb.fi Git - libs/gl.git/history - source/glsl/output.cpp
Transform interface block contents into structs
[libs/gl.git] / source / glsl / output.cpp
2021-03-08 Mikko RasaTransform interface block contents into structs
2021-03-05 Mikko RasaCreate array type declarations as necessary
2021-03-05 Mikko RasaUse resolved type names for output
2021-03-04 Mikko RasaMinor, largely cosmetic tweaks
2021-03-03 Mikko RasaStore a pointer to operator info rather than the token...
2021-02-28 Mikko RasaInject builtins into the module
2021-02-25 Mikko RasaImprove support for interface blocks
2021-02-23 Mikko RasaRemove the using declarations from visitors
2021-02-22 Mikko RasaOutput the passthrough statement in both GLSL and debug...
2021-02-21 Mikko RasaSlightly refactor layout qualifiers in the GLSL parser
2021-02-21 Mikko RasaReduce coupling between the GLSL compiler and the graph...
2021-02-21 Mikko RasaRedesign the way shader programs are loaded
2021-02-21 Mikko RasaAllow using SL::Formatter on single nodes
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