vc4: Fix assertion about SFU versus texturing.
authorEric Anholt <eric@anholt.net>
Sun, 30 Nov 2014 21:25:16 +0000 (13:25 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 1 Dec 2014 19:00:23 +0000 (11:00 -0800)
commita7b1a93137f4441822760f1cfe261065474163ab
treef6da4ee8328064dc53f6da5e0daf22da5e242e0f
parent2d5784c8254b4a0e3e04dd0f1e46ab1eb85612dd
vc4: Fix assertion about SFU versus texturing.

We're supposed to be checking that nothing else writes r4, which is done
by the TMU result collection signal, not the coordinate setup.

Avoids a regression when QPU instruction scheduling is introduced.
src/gallium/drivers/vc4/vc4_qpu_validate.c