svga: move index buffer bind flag assertion
authorCharmaine Lee <charmainel@vmware.com>
Fri, 1 Sep 2017 19:34:01 +0000 (12:34 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 5 Sep 2017 16:31:18 +0000 (10:31 -0600)
commitc12ef63b6940d35584ca8a808c70ee926a02569d
tree585bc0b07b991201abfed5a50329b349e48de5f2
parent98badd7f6eaa0ac3ad3d5375f084b84172bb7582
svga: move index buffer bind flag assertion

The buffer bind flags can be promoted in svga_buffer_handle(), so
move the assertion after it. This has already been done for
vertex buffer in commit 6b4bf7e8be, but it misses the one for
index buffer.

Fixes assertion running WarThunder.

Reviewed-by: Neha Bhende <bhenden@vmware.com>
src/gallium/drivers/svga/svga_draw.c