iris: Actually create/destroy HW contexts
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Nov 2018 17:35:19 +0000 (09:35 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:09 +0000 (10:26 -0800)
commit9ec927497e6e9aa3ee12619baf035472b81c17e0
treee0e22b4bea0a4e69c94a28e5ba31b62b65cc8b96
parentcb5f47f585e4bb71c4e4aa0b746f6311287b5500
iris: Actually create/destroy HW contexts

The intention is that render and compute use their own contexts,
and each is PIPELINE_SELECT'd to the right pipeline.  But we hadn't
actually made them, so we got the fd-default context.

Thanks to Chris Wilson for catching this!
src/gallium/drivers/iris/iris_batch.c