radv: move KHR_get_physical_device_properties2 to instance props.
This is an instance property not a device one. Fixes: dEQP-VK.api.info.device.extensions Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -84,6 +84,10 @@ static const VkExtensionProperties instance_extensions[] = {
|
||||
.specVersion = 5,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
.extensionName = VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
};
|
||||
|
||||
static const VkExtensionProperties common_device_extensions[] = {
|
||||
@@ -103,10 +107,6 @@ static const VkExtensionProperties common_device_extensions[] = {
|
||||
.extensionName = VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
{
|
||||
.extensionName = VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
{
|
||||
.extensionName = VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
|
||||
Reference in New Issue
Block a user