vk/image: Remove unneeded data from anv_buffer_view
authorChad Versace <chad.versace@intel.com>
Fri, 17 Jul 2015 21:48:23 +0000 (14:48 -0700)
committerChad Versace <chad.versace@intel.com>
Fri, 17 Jul 2015 21:48:23 +0000 (14:48 -0700)
commitf70d0798546aca1be89dc93c0fac20b82f9df834
treeda5bf3b692af3fc549611c57aa01612d9f80bb20
parent194b77d426cf7cc8ace24eba079fbe25102c4f44
vk/image: Remove unneeded data from anv_buffer_view

This completes the FINISHME to trim unneeded data from anv_buffer_view.

A VkExtent3D doesn't make sense for a VkBufferView.
So remove the member anv_surface_view::extent, and push it up to the two
objects that actually need it, anv_image_view and anv_attachment_view.
src/vulkan/image.c
src/vulkan/meta.c
src/vulkan/private.h