i965: Delete redundant sampler state dumping code.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 27 Jul 2014 03:43:40 +0000 (20:43 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 2 Aug 2014 12:16:40 +0000 (05:16 -0700)
commit6b5b78b518c2b55bffec25f794de043a408976e0
treecbc069fd6f17c92f6637096b4ad5e32451aea0f9
parent3f3e0be666339b7b2377123db1d6f09463c64bbd
i965: Delete redundant sampler state dumping code.

Although the Gen4-6 and Gen7+ variants used different structure types,
they didn't use any of the fields - only the size, which is identical.
So both decoders did exactly the same thing.

Someday we should implement useful decoders for SAMPLER_STATE.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_state_dump.c