Skip to content

glsl-1.10: remove tests that no longer do what was intended

Timothy Arceri requested to merge tarceri/piglit:vs-sign-sat-neg-abs 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.

An upcoming Mesa change will result in the uniform being eliminated so this change just removes the tests so that they do not fail.

Edited by Timothy Arceri

Merge request reports