]> git.tdb.fi Git - libs/gl.git/commitdiff
Implement constant folding in the GLSL compiler
authorMikko Rasa <tdb@tdb.fi>
Mon, 15 Mar 2021 09:05:12 +0000 (11:05 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 15 Mar 2021 09:15:21 +0000 (11:15 +0200)
This replaces the old expression evaluator with a more comprehensive
solution.  Folding constant expressions may open up further possibilities
for inlining.


No differences found