From: Mikko Rasa Date: Sat, 9 Apr 2022 13:22:21 +0000 (+0300) Subject: Fix GLSL test cases so they pass the basic tests X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=97d26f5179e82cd2faf476a9605f8a4f4b33a926;p=libs%2Fgl.git Fix GLSL test cases so they pass the basic tests Some changes had changed the compiler output, particularly acd7bb6 adding an extra statement to the end of vertex shaders in OpenGL mode. Some idempotence tests still fail because of this. ---