gallium: let state trackers tell u_vbuf whether user VBOs are possible
authorMarek Olšák <marek.olsak@amd.com>
Fri, 10 Feb 2017 00:09:27 +0000 (01:09 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 14 Feb 2017 20:47:51 +0000 (21:47 +0100)
commite0f95ddd3e1217e5710cdd12e733b6440592cc7d
tree28356a6fbc3fb384b9465e365a8d52f7dda59c13
parent0561b3c75af2e4bb216b686bf62ae9d89c584dc8
gallium: let state trackers tell u_vbuf whether user VBOs are possible

This can affect whether u_vbuf will be enabled or not.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/cso_cache/cso_context.h
src/gallium/auxiliary/util/u_tests.c
src/gallium/auxiliary/util/u_vbuf.c
src/gallium/auxiliary/util/u_vbuf.h
src/gallium/state_trackers/nine/device9.c
src/gallium/state_trackers/xa/xa_context.c
src/gallium/tests/trivial/quad-tex.c
src/gallium/tests/trivial/tri.c
src/mesa/state_tracker/st_context.c