-
- Downloads
Access SrtGraphics via SrtSystemInfo.
Moved srt_check_graphics to _srt_check_graphics and made it internal. Call _srt_check_graphics from srt_system_info_check_graphics after checking if we have a cached result first. Changed graphics test to use srt_system_info to do the check_graphics tests. Pass helpers_path to _srt_check_graphics and prepend path if set. Add srt_sytem_info_check_all_graphics. In srt_system_info_check_all_graphics try each of the 4 combinations of window system and renderer and report back a GList of results. Also added to bin/steam-system-info.c using srt_system_info_check_all_graphics and outputting all found information in json format. Also added use of LD_PRELOAD environment variable. Also changed call to g_spawn_sync to search PATH so it can find -wflinfo binaries.
parent
a1a134dd
No related branches found
No related tags found
Showing
- bin/system-info.c 59 additions, 2 deletionsbin/system-info.c
- steam-runtime-tools/graphics-internal.h 44 additions, 1 deletionsteam-runtime-tools/graphics-internal.h
- steam-runtime-tools/graphics.c 55 additions, 7 deletionssteam-runtime-tools/graphics.c
- steam-runtime-tools/graphics.h 1 addition, 2 deletionssteam-runtime-tools/graphics.h
- steam-runtime-tools/system-info.c 171 additions, 0 deletionssteam-runtime-tools/system-info.c
- steam-runtime-tools/system-info.h 10 additions, 0 deletionssteam-runtime-tools/system-info.h
- tests/graphics.c 36 additions, 12 deletionstests/graphics.c
Loading
Please register or sign in to comment