iris: Drop dead state_size hash table
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 24 Jan 2019 01:03:54 +0000 (17:03 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commite092ed9213c830656a77b8a87db6991819600d5b
treeeab62138af7bf2ae7d8a63a4640085df408fd378
parent6e41f1b45956c3edf202541dc2494dedc6066f7a
iris: Drop dead state_size hash table

I inherited this from i965.  It would be nice to track the state size
so INTEL_DEBUG=color,bat decoding can print the right number of e.g.
binding table entries or blend states, but...without a single point
of entry for state, it's a little tricky to get right.  Punt for now,
and drop the dead code in the meantime.
src/gallium/drivers/iris/iris_batch.c
src/gallium/drivers/iris/iris_batch.h