iris: Fix bug in bound vertex buffer tracking
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 7 Jan 2019 04:22:15 +0000 (20:22 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commit732c3a90a409aa5972c70f5ea333cbecec508c41
tree9def7d55262fc94a30aa48d39de4db0b7f0b7469
parent4bfd12bbf7767d92b8679ec964542667b873711d
iris: Fix bug in bound vertex buffer tracking

res might be NULL, at which point this is an unbind.
src/gallium/drivers/iris/iris_state.c