diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-03-14 22:37:03 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-03-15 00:37:56 +0100 |
commit | ed28ae71f523fac3f1b18a17b4c1538502657a17 (patch) | |
tree | 723d794b61234764a03903bf8ddd4e6a64b4e00d /src | |
parent | 2e98db68e4f8a71f9c9723ed05cc7bfc096c3e0a (diff) |
radv: Increase api version to 1.0.42.
I've skimmed to changes from 1.0.5 to 1.0.42 and I think we have all
changes. We're still not conformant ofcourse, but this should not
regress stuff,
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 17529c1f88e..09ae4c9faab 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -597,7 +597,7 @@ void radv_GetPhysicalDeviceProperties( }; *pProperties = (VkPhysicalDeviceProperties) { - .apiVersion = VK_MAKE_VERSION(1, 0, 5), + .apiVersion = VK_MAKE_VERSION(1, 0, 42), .driverVersion = 1, .vendorID = 0x1002, .deviceID = pdevice->rad_info.pci_id, |