vk: Teach vkCreateImage about layout of 3D surfaces
authorChad Versace <chad.versace@intel.com>
Mon, 14 Sep 2015 18:04:08 +0000 (11:04 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 14 Sep 2015 18:04:08 +0000 (11:04 -0700)
commiteed74e3a02e21867f47501ca9ce0be21e76f7510
tree8c3de2531401efd0a8d6be5d5b2af5db72f01a33
parente01d5a0471bdf7e679eb576da2706e5436695fe9
vk: Teach vkCreateImage about layout of 3D surfaces

Calling vkCreateImage() with VK_IMAGE_TYPE_3D now succeeds and computes
the surface layout correctly. However, 3D images do not yet work for
many other Vulkan entrypoints.
src/vulkan/anv_image.c