diff options
author | Eric Anholt <[email protected]> | 2017-03-08 12:07:16 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-03-08 13:44:17 -0800 |
commit | 19f571ba6d2c216e419b75737574919be0120830 (patch) | |
tree | 44ef254b3812f30c2ed7c218521f82d25fe95326 /configure.ac | |
parent | 615f6653b02829187bb8ddb38b12c34cb2976ef3 (diff) |
vc4: Fix math with a condition flag set.
Math results land in r4, regardless of the condition. To implement them,
we just need to ensure that the results are moved out of r4 (as often
happens anyway, the values is live across another math instruction), so
that we can attach the condition to the MOV.
Fixes dEQP-GLES2.functional.shaders.random.all_features.fragment.93 and a
couple others, that were assertion failing that their conditions hadn't
been handled during the QIR->QPU stage.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions