]> git.tdb.fi Git - libs/gl.git/history - tools/glslcompiler.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / tools / glslcompiler.cpp
2021-11-18 Mikko RasaColorize the debug output of the GLSL compiler
2021-11-10 Mikko RasaAdd basic Vulkan support to the shader compiler
2021-11-08 Mikko RasaMake the SL::Features factory functions more flexible
2021-10-20 Mikko RasaAdd an include path option to the command-line shader...
2021-10-11 Mikko RasaAdjust GLSL features factory function names
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-04-10 Mikko RasaAdd an option to compile SPIR-V in the command-line...
2021-04-09 Mikko RasaDisallow specializing when compiling a module
2021-04-09 Mikko RasaAdd an output file option to the command-line GLSL...
2021-04-03 Mikko RasaAdd a target version option to the command-line GLSL...
2021-04-03 Mikko RasaBetter way to request features for different GLSL versions
2021-03-31 Mikko RasaAdd a compile mode flag to the command-line GLSL compiler
2021-03-16 Mikko RasaAlways show shader compiler diagnostics in debug builds
2021-03-16 Mikko RasaForbid certain operations in SL::Compiler if compilatio...
2021-03-04 Mikko RasaAllow AST to be dumped even if compilation fails
2021-02-26 Mikko RasaSupport specialization constants in the GLSL compiler
2021-02-21 Mikko RasaAdd a standalone GLSL compiler frontend