vk: Implement vkGetPhysicalDeviceImageFormatProperties()
authorChad Versace <chad.versace@intel.com>
Mon, 28 Sep 2015 18:46:38 +0000 (11:46 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 28 Sep 2015 18:53:39 +0000 (11:53 -0700)
commitddcedb979a143ca25a8c16b9ce39956311b3b324
tree1e3a520f8cf6f3192cd797258ad22a65026592ad
parent9f3122db0e8e8c6ec1569633d3f6c673ba82d2b4
vk: Implement vkGetPhysicalDeviceImageFormatProperties()

The implementation is incomplete because we lie about
VkImageFormatProperties::maxResourceSize, hardcoding it to UINT32_MAX
for all supported cases.
src/vulkan/anv_formats.c