From: Mikko Rasa Date: Mon, 15 Mar 2021 09:05:12 +0000 (+0200) Subject: Implement constant folding in the GLSL compiler X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5e4204ecaf54f49b63587ef5cd669a1b3838e0e9;hp=5e4204ecaf54f49b63587ef5cd669a1b3838e0e9;p=libs%2Fgl.git Implement constant folding in the GLSL compiler This replaces the old expression evaluator with a more comprehensive solution. Folding constant expressions may open up further possibilities for inlining. ---