]> git.tdb.fi Git - libs/gl.git/history - source/glsl/spirvconstants.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / spirvconstants.h
2022-09-06 Mikko RasaDeclare capability for extended storage image formats...
2022-09-03 Mikko RasaImplement tessellation shaders in the shader compiler
2022-09-03 Mikko RasaHandle the flat and centroid qualifiers in SPIR-V output
2022-04-11 Mikko RasaSupport compute shaders in the shader compiler
2022-04-11 Mikko RasaAdd support for storage images in shaders
2022-04-10 Mikko RasaAdd multisampled texture types to the shader compiler
2021-12-11 Mikko RasaEmit a max invocations exec mode for geometry shaders
2021-11-17 Mikko RasaUse OriginUpperLeft execution mode on Vulkan as require...
2021-11-10 Mikko RasaAdd basic Vulkan support to the shader compiler
2021-04-28 Mikko RasaImplement other texture query functions for GLSL
2021-04-28 Mikko RasaImplement textureSize as a visitor function in the...
2021-04-28 Mikko RasaStore required capabilities for SPIR-V builtin functions
2021-04-24 Mikko RasaFix opcode for matrix inverse
2021-04-20 Mikko RasaAdd support for uint types in GLSL
2021-04-14 Mikko RasaAdd generator ID for the SPIR-V compiler
2021-04-09 Mikko RasaAdd a SPIR-V backend to the GLSL compiler