]> git.tdb.fi Git - libs/gl.git/history - source/glsl/resolve.cpp
Convert operands of shift operators to the same vector size
[libs/gl.git] / source / glsl / resolve.cpp
2021-04-09 Mikko RasaConvert operands of shift operators to the same vector...
2021-04-06 Mikko RasaLeave no-op constructors as they are
2021-04-06 Mikko RasaFix GLSL member access index calculation
2021-04-05 Mikko RasaRefactor add_to_chain as a common utility function
2021-04-05 Mikko RasaAlways use member access for interface blocks, even...
2021-04-05 Mikko RasaChange the naming scheme for the interface block map
2021-04-04 Mikko RasaStore the index of the member in MemberAccess
2021-04-01 Mikko RasaSplit glsl/generate.cpp in two