]> git.tdb.fi Git - libs/gl.git/history - source/glsl/spirv.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / spirv.h
2022-04-11 Mikko RasaAdd support for storage images in shaders
2021-11-27 Mikko RasaUnify handling of variables and interface blocks in...
2021-11-20 Mikko RasaUse extended alignment in SPIR-V struct layout when...
2021-11-17 Mikko RasaUse OriginUpperLeft execution mode on Vulkan as require...
2021-11-17 Mikko RasaAvoid emitting duplicate specialization constants in...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-08-28 Mikko RasaMiscellaneous cleanup
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 RasaHandle function forward declarations in the SPIR-V...
2021-04-20 Mikko RasaAdd support for uint types in GLSL
2021-04-20 Mikko RasaRecognize composite constants when generating SPIR-V
2021-04-20 Mikko RasaMove some type information functions to glsl/reflect.cpp
2021-04-09 Mikko RasaAdd a SPIR-V backend to the GLSL compiler