Skip to content
Snippets Groups Projects
Commit c2fd0c62 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

pressure-vessel: Reuse the drivers basename


When creating the JSON manifests, we were simply naming them
sequentially, as an easy way to avoid conflicts.

However, since Vulkan Loader 1.3.234, it is possible to select which
driver to use by listing their names in the environment variable
`VK_LOADER_DRIVERS_SELECT`. This functionality would not work in
pressure-vessel, unless we keep the original JSON manifest name.

With this commit now we always reuse the JSON manifest basename.
In the rare events where this could cause a conflict, we create
unique sub directories to avoid issues.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 39594c6f
Branches
Tags
1 merge request!534runtime: Always use the driver basename
Pipeline #41288 canceled
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment