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:
Sebastian Wick 2023-02-20 19:28:02 +01:00 committed by Marge Bot
parent 6e666c6303
commit f4ce19063c

View file

@ -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