commit | 9f8ed5aa6783a3dabefa96fe68d0367703dec91c | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Thu Jul 25 23:27:56 2019 -0400 |
committer | Ilia Mirkin <imirkin@alum.mit.edu> | Sat Jul 27 18:24:11 2019 -0400 |
tree | fe573e494dceb1e627841c9c9e0e69a1b48559fe | |
parent | c52b057e003b18a5f3248b2cfe2aae4c8d57197e [diff] |
nvc0: allow a non-user buffer to be bound at position 0 Previously the code only handled it for positions 1 and up (as would be for UBO's in GL). It's not a lot of trouble to handle this, and vl or vdpau want this. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111213 Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Karol Herbst <kherbst@redhat.com> Cc: mesa-stable@lists.freedesktop.org