device-select-layer: update for vulkan 1.2

The vulkan loader doesn't load layers for apps that require a newer
version of vulkan, so this layer didn't get loaded for vulkan 1.2 apps.

I would like to just stick 1.09 in there but it might be worth
validating it works at new version of vulkan I suppose and the major
doesn't revise that often

Fixes: 9bc5b2d169 ("vulkan: add initial device selection layer. (v6)")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8508>
This commit is contained in:
Dave Airlie 2021-01-15 09:19:03 +10:00 committed by Marge Bot
parent 766538f83c
commit ca834d0b2d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"name": "VK_LAYER_MESA_device_select",
"type": "GLOBAL",
"library_path": "libVkLayer_MESA_device_select.so",
"api_version": "1.1.73",
"api_version": "1.2.73",
"implementation_version": "1",
"description": "Linux device selection layer",
"functions": {