]> git.tdb.fi Git - libs/gl.git/history - source/glsl/compatibility.cpp
Transform interface block contents into structs
[libs/gl.git] / source / glsl / compatibility.cpp
2021-03-08 Mikko RasaTransform interface block contents into structs
2021-03-08 Mikko RasaComplain about named interface blocks if not supported
2021-03-07 Mikko RasaReport unsupported shader errors through the diagnostic...
2021-03-03 Mikko RasaRename members of visitors to indicate which are "retur...
2021-02-23 Mikko RasaRemove the using declarations from visitors
2021-02-21 Mikko RasaSlightly refactor layout qualifiers in the GLSL parser
2021-02-21 Mikko RasaCheck that requested shader stages are supported
2021-02-21 Mikko RasaThrow an exception if a feature required by a shader...
2021-02-21 Mikko RasaReduce coupling between the GLSL compiler and the graph...
2021-02-21 Mikko RasaHeader fixes in the GLSL compiler
2021-02-21 Mikko RasaRewrite syntax tree modifications
2021-02-20 Mikko RasaTweaks to visitor classes in the GLSL compiler
2021-02-15 Mikko RasaRemove unused constructors
2021-02-15 Mikko RasaAdjust member access of the various visitors in the...
2021-02-15 Mikko RasaRefactor the way of applying visitors to stages
2021-02-15 Mikko RasaRefactor handling of texture sampling functions in...
2021-02-15 Mikko RasaMove the StageType enum inside the Stage struct
2021-02-15 Mikko RasaSplit SL::Compiler into several files