nv50: disable dedicated ubo upload method
authorIlia Mirkin <imirkin@alum.mit.edu>
Tue, 1 Jul 2014 02:43:39 +0000 (22:43 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 4 Jul 2014 00:01:06 +0000 (20:01 -0400)
commitb2b7c651221037266abee7c3ede1ca7b3cb2da33
treea32dd76bfd83ad08c5168bd1f757c38dfd04bd0b
parent32b71246e7e9524c81d545e22bf4dc210cd56f2e
nv50: disable dedicated ubo upload method

The hardware allows multiple simultaneous renders with the same
memory-backed constbufs but with each invocation having different
values. However in order for that to work, the data has to be streamed
in via the right constbuf slot. We weren't doing that for UBOs.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "10.2 10.1" <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/nouveau/nv50/nv50_context.c