[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 13 19:38:20 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108578
--- Comment #8 from bmilreu at gmail.com ---
@Samuel Pitoiset Still reports 1.1.70, this function wasn't updated.
line 292 of rad_extensions.py:
uint32_t
radv_physical_device_api_version(struct radv_physical_device *dev)
{
if (!ANDROID && dev->rad_info.has_syncobj_wait_for_submit)
return VK_MAKE_VERSION(1, 1, 70);
return VK_MAKE_VERSION(1, 0, 68);
}
""")
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181213/8a084361/attachment.html>
More information about the mesa-dev
mailing list