anv: Unify gen7 and gen8 state
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 1 Mar 2016 19:38:11 +0000 (11:38 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 1 Mar 2016 20:17:23 +0000 (12:17 -0800)
commit8b091deb5e229dd67c7b9c72d511d3eaa7c9b7d9
tree15a7bde9029287b00f126dc1a2d331993598b113
parent6e20c1e058d7449c800506d05cd1c6431fa77a4b
anv: Unify gen7 and gen8 state

Now that we've pulled surface state setup into ISL, there's not much to do
here.
src/intel/vulkan/Makefile.am
src/intel/vulkan/gen7_state.c [deleted file]
src/intel/vulkan/gen8_state.c [deleted file]
src/intel/vulkan/genX_state.c [new file with mode: 0644]
src/intel/vulkan/genX_state_util.h [deleted file]