[Mesa-dev] [PATCH 1/2] radv: Increase api version to 1.0.42.

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Tue Mar 14 22:08:17 UTC 2017


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 at google.com>
---
 src/amd/vulkan/radv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.12.0



More information about the mesa-dev mailing list