u_vbuf: Mark vbufs incompatible if more were requested than HW supports
authorPaul Cercueil <paul@crapouillou.net>
Tue, 19 Nov 2019 20:58:17 +0000 (21:58 +0100)
committerMarge Bot <eric+marge@anholt.net>
Sat, 21 Dec 2019 18:29:30 +0000 (18:29 +0000)
commit88d041a6b9958f893312bfd159372c4b4559652a
tree66293d24a6993b135460f9ca93317d57b4225e67
parent5f37e38b810af438159d30542c6174f99d5bf2c3
u_vbuf: Mark vbufs incompatible if more were requested than HW supports

More vertex buffers are used than the hardware supports.  In
principle, we only need to make sure that less vertex buffers are
used, and mark some of the latter vertex buffers as incompatible.
For now, mark all vertex buffers as incompatible.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2807>
src/gallium/auxiliary/util/u_vbuf.c