iris: just malloc one iris_genx_state instead of a bunch of oddball pieces
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Jul 2018 05:13:07 +0000 (22:13 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:07 +0000 (10:26 -0800)
commit8a080223e61fec1c340391e1d1c4e4cc7d6b6a7a
treec73ae962a7d296b2c30072949a58fa8e77f9060b
parenta7e0edffb6baf346723446d386e1df93c8b4c5a7
iris: just malloc one iris_genx_state instead of a bunch of oddball pieces

Things that are gen-specific can go in iris_genx_state.  Things that are
gen-agnostic can go directly in ice->state.
src/gallium/drivers/iris/iris_context.h
src/gallium/drivers/iris/iris_state.c