]> git.tdb.fi Git - libs/gl.git/history - source/glsl/visitor.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / visitor.h
2021-11-27 Mikko RasaUnify handling of variables and interface blocks in...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-03-14 Mikko RasaRemove the ParenthesizedExpression node type
2021-03-12 Mikko RasaImplement the ternary operator in GLSL
2021-03-09 Mikko RasaHandle expression replacement through TraversingVisitor
2021-03-09 Mikko RasaRecognize swizzles in GLSL
2021-03-08 Mikko RasaRemove the NodeGatherer visitor
2021-03-04 Mikko RasaGive declaration nodes to all GLSL types.
2021-03-04 Mikko RasaMinor, largely cosmetic tweaks
2021-03-01 Mikko RasaRefactor FunctionInliner to do any necessary declaratio...
2021-02-28 Mikko RasaStore functions definitions in Stage
2021-02-27 Mikko RasaAdd some documentation to the GLSL compiler
2021-02-25 Mikko RasaImprove support for interface blocks
2021-02-25 Mikko RasaRefactor interface management
2021-02-24 Mikko RasaRefactor block management in NodeRemover
2021-02-23 Mikko RasaRefactor scope management
2021-02-23 Mikko RasaRemove the using declarations from visitors
2021-02-21 Mikko RasaFurther refactor block and scope management
2021-02-21 Mikko RasaRewrite syntax tree modifications
2021-02-20 Mikko RasaRearrange secondary operations in GLSL compiler
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 RasaSplit SL::Compiler into several files