OSDN Git Service

vk: Fix vkGetPhysicalDeviceSparseImageFormatProperties()
authorChad Versace <chad.versace@intel.com>
Mon, 28 Sep 2015 17:16:03 +0000 (10:16 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 28 Sep 2015 17:17:48 +0000 (10:17 -0700)
commit97636345dafd100dc80a796e53e0a5439c36d421
tree892d76a15d03dde139003a2232f4910eba77b7b5
parent164f08c2553f7b88b7ead183cc24656d70316954
vk: Fix vkGetPhysicalDeviceSparseImageFormatProperties()

The driver does not yet support sparse images, so return zero properties for
all formats.
src/vulkan/anv_formats.c