vk: Start Implementing vkGetFormatInfo()

We move the format table and vkGetFormatInfo to their own file in the
process.
This commit is contained in:
Kristian Høgsberg
2015-05-17 21:35:34 -07:00
parent 454345da1e
commit 60ebcbed54
5 changed files with 430 additions and 195 deletions

View File

@@ -1206,18 +1206,6 @@ VkResult anv_GetQueryPoolResults(
stub_return(VK_UNSUPPORTED);
}
// Format capabilities
VkResult anv_GetFormatInfo(
VkDevice device,
VkFormat format,
VkFormatInfoType infoType,
size_t* pDataSize,
void* pData)
{
stub_return(VK_UNSUPPORTED);
}
// Buffer functions
VkResult anv_CreateBuffer(