vk/image: Simplify stencil case for anv_image_create()
authorChad Versace <chad.versace@intel.com>
Mon, 17 Aug 2015 20:50:43 +0000 (13:50 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 17 Aug 2015 21:08:55 +0000 (14:08 -0700)
commit5a6b2e6df0ac63e20856dfcd1fc9f0ff73ae67e2
treeaf32d47d23bc94b9bb192196d2228cd872f73709
parenta9c36daa83ce2305ea8e310306699dee4a3d5c19
vk/image: Simplify stencil case for anv_image_create()

Stop creating a temporary VkImageCreateInfo with overriden
format=VK_FORMAT_S8_UINT. Instead, just pass the format override
directly to anv_image_make_surface().
src/vulkan/anv_image.c