]> git.tdb.fi Git - libs/gl.git/history - source/glsl/visitor.cpp
Use default member initializers for simple types
[libs/gl.git] / source / glsl / visitor.cpp
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-05 Mikko RasaChange the naming scheme for the interface block map
2021-03-18 Mikko RasaSupport layout qualifiers on GLSL interface blocks
2021-03-17 Mikko RasaRename InterfaceBlock::name to block_name for clarity
2021-03-14 Mikko RasaRemove the ParenthesizedExpression node type
2021-03-12 Mikko RasaImplement the ternary operator in GLSL
2021-03-09 Mikko RasaAdd support for function overloading
2021-03-09 Mikko RasaHandle expression replacement through TraversingVisitor
2021-03-09 Mikko RasaRecognize swizzles in GLSL
2021-03-08 Mikko RasaTransform interface block contents into structs
2021-03-06 Mikko RasaRemove fallback from Assignment to BinaryExpression...
2021-03-05 Mikko RasaFix a memory error with interface blocks
2021-03-04 Mikko RasaGive declaration nodes to all GLSL types.
2021-03-04 Mikko RasaVisit iteration statement components in semantically...
2021-03-04 Mikko RasaMinor, largely cosmetic tweaks
2021-03-01 Mikko RasaFix another case of future features leaking
2021-03-01 Mikko RasaRefactor FunctionInliner to do any necessary declaratio...
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 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