]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/visitor.cpp
Rearrange secondary operations in GLSL compiler
authorMikko Rasa <tdb@tdb.fi>
Sat, 20 Feb 2021 18:20:47 +0000 (20:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 20 Feb 2021 18:22:14 +0000 (20:22 +0200)
commitff8a0248f1a3c0c1f48f670867bc9106c898c55b
tree33dccad1860c1cf7f0e238e2e9e996313107d214
parent05597fbb3671dfed4776bc5223958c85e780345e
Rearrange secondary operations in GLSL compiler

These are now performed internally by the main operation visitor.
source/glsl/compiler.cpp
source/glsl/optimize.cpp
source/glsl/optimize.h
source/glsl/visitor.cpp
source/glsl/visitor.h