]> git.tdb.fi Git - libs/gl.git/history - source/glsl/finalize.h
Refactor a common part in LocationAllocator into a function
[libs/gl.git] / source / glsl / finalize.h
2021-11-10 Mikko RasaRefactor a common part in LocationAllocator into a...
2021-11-08 Mikko RasaSplit FeatureConverter into two parts
2021-11-08 Mikko RasaRename LegacyConverter to FeatureConverter
2021-11-08 Mikko RasaFix flattening of GLSL interface blocks
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-04-04 Mikko RasaAdd visitors to calculate offsets of struct members
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-04-03 Mikko RasaAssign bindings to all uniform blocks and sampler uniforms
2021-04-03 Mikko RasaAdd legacy conversion for binding layout qualifiers
2021-04-03 Mikko RasaAllocate locations to interface variables
2021-04-03 Mikko RasaImprove compatibility checks of location qualifiers...
2021-03-31 Mikko RasaUse type information in converting legacy texture sampl...
2021-03-31 Mikko RasaCombine the precision handling visitors and rewrite...
2021-03-31 Mikko RasaRename compatibility.* to finalize.*