vk/image: Teach vkCreateImage about layout of 1D surfaces
authorChad Versace <chad.versace@intel.com>
Mon, 14 Sep 2015 21:37:09 +0000 (14:37 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 14 Sep 2015 22:15:12 +0000 (15:15 -0700)
commit622a317e4c6163190508fecec82111520a84015e
treeadb7665b914aa75f489246259e8f7a73b5653562
parent6221593ff81a19129eee53a1cbded0d009425a38
vk/image: Teach vkCreateImage about layout of 1D surfaces

Calling vkCreateImage() with VK_IMAGE_TYPE_1D now succeeds and computes
the surface layout correctly.
src/vulkan/anv_image.c