projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d666487
)
anv/device: Give a version of 0.210.1 in apiVersion
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 3 Dec 2015 23:23:33 +0000
(15:23 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 3 Dec 2015 23:23:33 +0000
(15:23 -0800)
src/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_device.c
b/src/vulkan/anv_device.c
index 32f8dcf976febe1e4634f777d46d070e916893c0..c25ad34a6133e8b3bcd778c09d7121cb14323553 100644
(file)
--- a/
src/vulkan/anv_device.c
+++ b/
src/vulkan/anv_device.c
@@
-505,7
+505,7
@@
void anv_GetPhysicalDeviceProperties(
};
*pProperties = (VkPhysicalDeviceProperties) {
- .apiVersion = VK_MAKE_VERSION(0, 210,
0
),
+ .apiVersion = VK_MAKE_VERSION(0, 210,
1
),
.driverVersion = 1,
.vendorID = 0x8086,
.deviceID = pdevice->chipset_id,