anv: Remove all support for BufferViews
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 6 Nov 2015 21:16:15 +0000 (13:16 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 6 Nov 2015 21:16:18 +0000 (13:16 -0800)
commitd7cc9929bb5c82ded45f3a6345c4141348514c85
treed369f6e1459940370ce95094dbff854b7225c016
parent0360c3608b880f65921a497c8d17a74165d2970d
anv: Remove all support for BufferViews

We never *actually* supported them, we just used them for binding UBOs.
Now that we have BufferInfo and we aren't supporting texture buffers yet,
we should get rid of them until we can do them properly.
src/vulkan/anv_cmd_buffer.c
src/vulkan/anv_device.c
src/vulkan/anv_private.h
src/vulkan/gen7_state.c
src/vulkan/gen8_state.c