projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f884b50
)
vk: Actually advertise 0.138.1 at runtime
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 23 Jul 2015 17:44:27 +0000
(10:44 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 23 Jul 2015 17:44:27 +0000
(10:44 -0700)
src/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_device.c
b/src/vulkan/anv_device.c
index 886118d195467ff3fce560f3325306906c45602c..0bcf9b04b4582ae22164a182cdcb81881573b6e1 100644
(file)
--- a/
src/vulkan/anv_device.c
+++ b/
src/vulkan/anv_device.c
@@
-382,7
+382,7
@@
VkResult anv_GetPhysicalDeviceProperties(
ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
*pProperties = (VkPhysicalDeviceProperties) {
- .apiVersion =
1
,
+ .apiVersion =
VK_MAKE_VERSION(0, 138, 1)
,
.driverVersion = 1,
.vendorId = 0x8086,
.deviceId = pdevice->chipset_id,