radv: Increase api version to 1.0.42.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tue, 14 Mar 2017 21:37:03 +0000 (22:37 +0100)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tue, 14 Mar 2017 23:37:56 +0000 (00:37 +0100)
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 <basni@google.com>
Acked-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_device.c

index 17529c1f88ec01c058f82bafc58c0356b2c11eb5..09ae4c9faabdd235f2545c49abee3791aa839b33 100644 (file)
@@ -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,