]> git.tdb.fi Git - libs/gl.git/history - source/glsl/debug.h
Fix a name conflict in certain inlining scenarios
[libs/gl.git] / source / glsl / debug.h
2021-04-05 Mikko RasaMake DumpTree able to dump arbitrary nodes
2021-04-05 Mikko RasaDon't return references from apply functions
2021-03-18 Mikko RasaSome touch-up of the debug dump
2021-03-18 Mikko RasaShow node source locations in AST dump
2021-03-14 Mikko RasaRemove the ParenthesizedExpression node type
2021-03-12 Mikko RasaImplement the ternary operator in GLSL
2021-03-09 Mikko RasaRecognize swizzles in GLSL
2021-03-07 Mikko RasaEasier way of adding complex subtrees to GLSL debug...
2021-03-05 Mikko RasaAssign a result type to all expressions
2021-03-04 Mikko RasaGive declaration nodes to all GLSL types.
2021-02-27 Mikko RasaAdd some documentation to the GLSL compiler
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-20 Mikko RasaAdd a visitor to dump the AST for debugging purposes