]> git.tdb.fi Git - libs/gl.git/history - source/glsl/spirv.cpp
Use default member initializers for simple types
[libs/gl.git] / source / glsl / spirv.cpp
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-28 Mikko RasaThe load cache still needs to be pruned after the loop too
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 RasaCosmetic fixes
2021-04-24 Mikko RasaAdd a cached load when initializing a variable
2021-04-24 Mikko RasaClear variable load cache before a loop in the SPIR...
2021-04-24 Mikko RasaHandle function forward declarations in the SPIR-V...
2021-04-22 Mikko RasaClear r_constant_result for a function call by default
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 RasaPut specialization constant instructions in the right...
2021-04-20 Mikko RasaMove some type information functions to glsl/reflect.cpp
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