st/nine: Always use user constant buffers
authorKrzysztof Sobiecki <sobkas@gmail.com>
Thu, 20 Aug 2015 21:19:30 +0000 (23:19 +0200)
committerAxel Davy <axel.davy@ens.fr>
Fri, 21 Aug 2015 20:21:48 +0000 (22:21 +0200)
commit20746c2e7d8d065445bbb30f0d1383c30459a784
tree22fd669ec7047f26198d9ea91b3d2bedfaabcef2
parentf57e9c77e388e1c5373265f4bc15434e63477757
st/nine: Always use user constant buffers

We had several reports of users hitting bugs
with the other path to upload constants,
and switching to the user constant buffer
path solves the bugs.

User constant buffers are expected to be slower
for Nvidia cards, so ideally this patch should be
reverted when the path is fixed.

Reviewed-by: Axel Davy <axel.davy@ens.fr>
Signed-off-by: Krzysztof Sobiecki <sobkas@gmail.com>
src/gallium/state_trackers/nine/device9.c