| commit | c0c562cf6e590764e7edb1b82f2604cf79d433a5 | [log] [tgz] |
|---|---|---|
| author | irql-notlessorequal <itistotalbotnet@gmail.com> | Thu Mar 27 11:48:36 2025 +0100 |
| committer | irql-notlessorequal <itistotalbotnet@gmail.com> | Thu Mar 27 12:48:10 2025 +0100 |
| tree | aee3fc8dac5795d1289ed0d25ade652b3559acf6 | |
| parent | 1e72fbcfd1e6ab5fad3d429f7c149daa17d979c2 [diff] |
hasvk: Fix non-functioning version override. https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27717 accidentally removed the instance check for the drirc option "hasvk_report_vk_1_3_version", rendering it useless. Re-add the check and expose Vulkan 1.3 if the user asks. Fixes: 2d575034f23 ("hasvk: switch to use runtime physical device properties infrastructure") Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34232>