]> git.tdb.fi Git - libs/gl.git/history - source/glsl/reflect.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / reflect.h
2022-09-03 Mikko RasaCompare constructor calls in TypeComparer
2021-11-27 Mikko RasaUnify handling of variables and interface blocks in...
2021-11-08 Mikko RasaRecognize increment/decrement operators as modifying...
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-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
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 RasaComments and cosmetic cleanups
2021-04-03 Mikko RasaEven more validation for uniform mismatches