projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54dd42e
)
anv: Bump advertised version to 1.0.42
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Mon, 27 Feb 2017 17:25:23 +0000
(09:25 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Mon, 27 Feb 2017 17:44:46 +0000
(09:44 -0800)
We've been following the spec changes.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
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 6f570d8f54141c1fe078abb6ac54c189d32a7067..0db96f223a6f0a75b9ecfb827c8e6de995cb29a3 100644
(file)
--- a/
src/intel/vulkan/anv_device.c
+++ b/
src/intel/vulkan/anv_device.c
@@
-636,7
+636,7
@@
void anv_GetPhysicalDeviceProperties(
};
*pProperties = (VkPhysicalDeviceProperties) {
- .apiVersion = VK_MAKE_VERSION(1, 0,
39
),
+ .apiVersion = VK_MAKE_VERSION(1, 0,
42
),
.driverVersion = 1,
.vendorID = 0x8086,
.deviceID = pdevice->chipset_id,