mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
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:
parent
93e62898cc
commit
021c87fa24
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue