freedreno/a5xx: fix VPC_VAR[n].DISABLE bits
authorRob Clark <robdclark@gmail.com>
Thu, 1 Dec 2016 18:31:57 +0000 (13:31 -0500)
committerRob Clark <robdclark@gmail.com>
Tue, 6 Dec 2016 23:01:31 +0000 (18:01 -0500)
commit2b305725e224f5c958f456803af638aa57fc5cd1
treee08ec83a9b31759d2363a0fd39b8f501f95a5d69
parent72db1570b4d12e143df99e4774aa72f0dbea1509
freedreno/a5xx: fix VPC_VAR[n].DISABLE bits

We don't need varying interpolators enabled for pos/psize out of the VS
(despite the fact that they show up in VS_OUT map), so emit these before
we append pos/psize to the linkage.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a5xx/fd5_program.c