projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204d937
)
anv/device: Advertise version 1.0.5
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 22 Mar 2016 23:21:21 +0000
(16:21 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 22 Mar 2016 23:21:23 +0000
(16:21 -0700)
Nothing substantial has changed since 1.0.2
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 622e6422c5a3d499e9411322f01be587436f9c78..54a1f1274ab417ee7ad92a8bce85a0cc2bec9ff2 100644
(file)
--- a/
src/intel/vulkan/anv_device.c
+++ b/
src/intel/vulkan/anv_device.c
@@
-532,7
+532,7
@@
void anv_GetPhysicalDeviceProperties(
};
*pProperties = (VkPhysicalDeviceProperties) {
- .apiVersion = VK_MAKE_VERSION(1, 0,
2
),
+ .apiVersion = VK_MAKE_VERSION(1, 0,
5
),
.driverVersion = 1,
.vendorID = 0x8086,
.deviceID = pdevice->chipset_id,