anv: Drop URB entry output read handling in 3DSTATE_XS.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 25 Oct 2017 16:35:49 +0000 (09:35 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 27 Oct 2017 10:01:13 +0000 (03:01 -0700)
commit49d3c004f17bcbff0a4822b49268fcde412b38e2
tree83d12a615d7305b6e53f52b5b34cc78a42764c90
parent2c873060d3578c7004c0c3731a6f7c783c4e237f
anv: Drop URB entry output read handling in 3DSTATE_XS.

Commit 566a0c43f0b9fbf5106161471dd5061c7275f761 started setting the
3DSTATE_SBE bit to override these values with the one calculated there.

So, they're dead.  Stop setting them.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_pipeline.c