<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - RADV reports wrong hardcoded Vulkan API Version"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108578#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - RADV reports wrong hardcoded Vulkan API Version"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108578">bug 108578</a>
from <span class="vcard"><a class="email" href="mailto:bmilreu@gmail.com" title="bmilreu@gmail.com">bmilreu@gmail.com</a>
</span></b>
<pre>@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);
}
""")</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>