]> git.tdb.fi Git - libs/gl.git/history - source/glsl/debug.cpp
Easier way of adding complex subtrees to GLSL debug dump
[libs/gl.git] / source / glsl / debug.cpp
2021-03-07 Mikko RasaEasier way of adding complex subtrees to GLSL debug...
2021-03-07 Mikko RasaProperly resolve arithmetic assignment operators
2021-03-05 Mikko RasaAssign a result type to all expressions
2021-03-04 Mikko RasaGive declaration nodes to all GLSL types.
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-28 Mikko RasaDebug output tweaks
2021-02-28 Mikko RasaStore functions definitions in Stage
2021-02-25 Mikko RasaStore types and interface blocks in Stage
2021-02-25 Mikko RasaImprove support for interface blocks
2021-02-25 Mikko RasaTweak debug output
2021-02-25 Mikko RasaRefactor interface management
2021-02-23 Mikko RasaRemove the using declarations from visitors
2021-02-22 Mikko RasaSome tweaks to GLSL debug output
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 RasaTweaks to the AST debug output
2021-02-20 Mikko RasaAdd a visitor to dump the AST for debugging purposes