Skip to content

glsl-1.10: remove test that no longer does what is intended

Timothy Arceri requested to merge tarceri/piglit:remove_test into master

Mesa's NIR is now smart enough to know the contents of the uniform will make no difference of the outcome of the chain of instructions. The code is optimised so much that the original purpose of the test is no longer achieved.

The removal of this test was missed in 3cee5d9a

Merge request reports