virgl: add support for ARB_multi_draw_indirect
authorDave Airlie <airlied@redhat.com>
Mon, 11 Feb 2019 00:51:01 +0000 (10:51 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 9 Apr 2019 04:15:24 +0000 (14:15 +1000)
commit05ff2dbf137c03b7c7e47f606b930e0afddaedee
tree816154464e54f606a79259d559da0a1337e99b3c
parent316b785c59446c9206343d5349091d797f677f2b
virgl: add support for ARB_multi_draw_indirect

This will pass the multi draw through to the host if it has
support for it instead of using the st to emulate it

Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
src/gallium/drivers/virgl/virgl_encode.c
src/gallium/drivers/virgl/virgl_hw.h
src/gallium/drivers/virgl/virgl_screen.c