]> git.tdb.fi Git - libs/gl.git/history - source/glsl/reflect.cpp
Use extended alignment in SPIR-V struct layout when necessary
[libs/gl.git] / source / glsl / reflect.cpp
2021-11-20 Mikko RasaUse extended alignment in SPIR-V struct layout when...
2021-11-11 Mikko RasaFix an incorrect check for existence of value
2021-11-11 Mikko RasaImprove layout qualifier handling with some more utilit...
2021-11-08 Mikko RasaRecognize increment/decrement operators as modifying...
2021-11-07 Mikko RasaPadding is required at the end of certain SPIR-V struct...
2021-11-07 Mikko RasaFix size calculation for GLSL arrays
2021-10-10 Mikko RasaOnly remove load IDs of variables actually assigned...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-08 Mikko RasaConsider expressions in array sizes when comparing...
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-24 Mikko RasaVisit function definitions while collection dependencies
2021-04-20 Mikko RasaAdd support for uint types in GLSL
2021-04-20 Mikko RasaMove some type information functions to glsl/reflect.cpp
2021-04-09 Mikko RasaVisit the entire call graph in DependencyCollector
2021-04-06 Mikko RasaCompare array sizes in TypeComparer
2021-04-06 Mikko RasaRewrite type comparisons as a visitor
2021-04-04 Mikko RasaAdd visitors to calculate offsets of struct members
2021-04-04 Mikko RasaMake function dependency collection its own visitor...
2021-04-03 Mikko RasaEven more validation for uniform mismatches