mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
loader: do not check the mesa DRI_Mesa version if it was not found
Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
Fixes: 1026d29344 ("dri: Introduce internal Mesa DRI driver loader extension.")
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21429>
This commit is contained in:
parent
6e666c6303
commit
f4ce19063c
1 changed files with 1 additions and 0 deletions
|
|
@ -637,6 +637,7 @@ loader_bind_extensions(void *data,
|
|||
match->name, match->version);
|
||||
if (!match->optional)
|
||||
ret = false;
|
||||
continue;
|
||||
}
|
||||
|
||||
/* The loaders rely on the loaded DRI drivers being from the same Mesa
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue