Summary: | Intel ANV vulkan driver exposing version 1.1.0 which is incorrect | ||
---|---|---|---|
Product: | Mesa | Reporter: | mercuriete <mercuriete> |
Component: | Drivers/Vulkan/intel | Assignee: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | minor | ||
Priority: | low | CC: | jason |
Version: | 18.0 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
vulkan info
vulkan info patched |
Description
mercuriete
2018-06-17 12:10:13 UTC
Created attachment 140185 [details]
vulkan info
I've been meaning to fix things so that they use a single patch version for all major.minor versions. The code we have now was written before the decision to use one patch version was made and I never got around fixing it. Thanks for providing me with an excuse to do so. :-) I sent a patch to the mailing list which fixes the issue: https://patchwork.freedesktop.org/patch/229978/ ohh nice! :-) The patch from comment 2 has been: Tested-by: Abel Garcia Dorta <mercuriete@gmail.com> I applied the patch on top of maser a3d93eec7cbd3fb733c1ef3b16903265e8e61b23 https://gitlab.freedesktop.org/mesa/mesa/commit/a3d93eec7cbd3fb733c1ef3b16903265e8e61b23 I tested smoketest and it work fine. I will put the output of vulkaninfo in the next post. Created attachment 140206 [details]
vulkan info patched
A little bit of topic: every time I use a vulkan application I have this warning: INTEL-MESA: warning: Haswell Vulkan support is incomplete I tested this patch with dota 2 and It works perfect (around 30fps minimum settings). I dont believe haswell is incomplete. I think works perfect. maybe someone left that warning and never got deleted? As far as I remember, Haswell cannot pass all of Vulkan 1.0 conformance tests. oh ok! but I have an amd integrated graphic card and the message is less missleading: INTEL-MESA: warning: Haswell Vulkan support is incomplete WARNING: radv is not a conformant vulkan implementation, testing use only. anyways, thanks for fix the issue :-) This is fixed by the following commit now in master: commit 0146d7963651ca3226a8bf25eb683624ce3b0143 (public/master) Author: Jason Ekstrand <jason.ekstrand@intel.com> Date: Sun Jun 17 16:28:02 2018 -0700 anv: Use a single global API patch version The Vulkan API has only one patch version shared among all of the major.minor versions. We should also advertise the same patch version regardless of major.minor. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106941 Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.