nvc0: do not bind input params at compute state init on Fermi
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sat, 17 Oct 2015 15:33:14 +0000 (17:33 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 18 Oct 2015 12:25:05 +0000 (14:25 +0200)
commitfc5ae0c13f71f049065b1422c20491d2264ae164
tree85e92d46f2ee2c55c0b41faad18a1148e2e26b7b
parentca2b807ca32dcf531fbf96d9fa0026679abbf111
nvc0: do not bind input params at compute state init on Fermi

It looks like binding a constant buffer on compute overwrites the 3D
state. To avoid that, we already re-bind all the 3D constant buffers
after launching a compute grid but this is not enough.

Binding the constant buffer of input parameters for the compute state at
initialization corrupts the 3D constant buffers, and it's just useless
to bind it because this is not needed until we really launch a grid.

This fixes some piglit regressions related to interpolation tests
introduced in "nvc0: enable compute support by default on Fermi".

Fixes: 00d6186 (nvc0: enable compute support by default on Fermi)
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_compute.c