vk/image: Add more info to VkImageViewType table
authorChad Versace <chad.versace@intel.com>
Mon, 6 Jul 2015 23:25:59 +0000 (16:25 -0700)
committerChad Versace <chad.versace@intel.com>
Tue, 7 Jul 2015 01:28:26 +0000 (18:28 -0700)
commit69e11adeccce1ef054f01dbb1f4c062e2b3eeea2
treea6f6946b9e22bd73ee0550dfd7273d96a053cd91
parentb844f542e00349c78305078bbace5c6a5fcd492a
vk/image: Add more info to VkImageViewType table

Convert the table from the direct mapping
  VkImageViewType -> SurfaceType

into a mapping to an info struct
  VkImageViewType -> struct anv_image_view_info
src/vulkan/image.c