projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f301fe
)
anv: Advertise API version 1.0.39
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 26 Jan 2017 04:57:47 +0000
(20:57 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 27 Jan 2017 18:06:14 +0000
(10:06 -0800)
I'm pretty sure we've kept up with the bug fixes.
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_device.c
b/src/intel/vulkan/anv_device.c
index f40e9b25ce9fb32f14d26fe5926c6b18c7df63d5..27f06ac02c6795ae56b912806581015d61172e78 100644
(file)
--- a/
src/intel/vulkan/anv_device.c
+++ b/
src/intel/vulkan/anv_device.c
@@
-646,7
+646,7
@@
void anv_GetPhysicalDeviceProperties(
};
*pProperties = (VkPhysicalDeviceProperties) {
- .apiVersion = VK_MAKE_VERSION(1, 0,
5
),
+ .apiVersion = VK_MAKE_VERSION(1, 0,
39
),
.driverVersion = 1,
.vendorID = 0x8086,
.deviceID = pdevice->chipset_id,