-
- Downloads
Detect graphics library vendor
With this change we are now able to check if the used driver is GLVND or
non-GLVND.
This information is useful for example when steam-runtime-system-info is
failing to find GLX ICDs. When this will happens we will be able to know
if this is due to the use of non-GLVND driver or if there is something
unexpected.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
be833fb6
No related branches found
No related tags found
Showing
- bin/system-info.c 30 additions, 0 deletionsbin/system-info.c
- steam-runtime-tools/graphics-internal.h 3 additions, 0 deletionssteam-runtime-tools/graphics-internal.h
- steam-runtime-tools/graphics.c 135 additions, 1 deletionsteam-runtime-tools/graphics.c
- steam-runtime-tools/graphics.h 20 additions, 0 deletionssteam-runtime-tools/graphics.h
- tests/graphics.c 18 additions, 0 deletionstests/graphics.c
Loading
Please register or sign in to comment