]> git.tdb.fi Git - libs/gl.git/history - source/glsl/finalize.cpp
Use default member initializers for simple types
[libs/gl.git] / source / glsl / finalize.cpp
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-30 Mikko RasaMake backend idenfication more generic
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-05 Mikko RasaRefactor layout qualifier creation with constructors
2021-04-05 Mikko RasaRecognize matrix data order qualifiers and add one...
2021-04-04 Mikko RasaAdd visitors to calculate offsets of struct members
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-04-01 Mikko RasaFix layout processing for old GLSL versions
2021-04-01 Mikko RasaAdd missing NodeRemover invocation to LegacyConverter
2021-04-01 Mikko RasaRefactor layout legacy conversion code to be more exten...
2021-03-31 Mikko RasaUse type information in converting legacy texture sampl...
2021-03-31 Mikko RasaFill in the required version if empty
2021-03-31 Mikko RasaCombine the precision handling visitors and rewrite...
2021-03-31 Mikko RasaRename compatibility.* to finalize.*