nvc0: do not force re-binding of compute constbufs on Fermi
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 11 Jan 2016 23:31:11 +0000 (00:31 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 11 Jan 2016 23:47:20 +0000 (00:47 +0100)
commite67f5cac796de5bce1081d723ade711a4f215f98
treebb4a7aaa330778419ca0f47669db269e4dffe5e1
parent5be700e5cc7c391ed197e46d2928856761409e8b
nvc0: do not force re-binding of compute constbufs on Fermi

Re-binding compute constant buffers after launching a grid have no effects
because they are not currently validated and because dirty_cp is not updated
accordingly. This might also prevent weird future behaviours when UBOs will
be bound for compute.

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