Skip to content
Snippets Groups Projects
Commit 4ee35d0b authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/smcv/mixed-up-issues' into 'master'

system-info: Don't confuse graphics issues with library issues

See merge request steam/steam-runtime-tools!128
parents c1f13a0e 08cdb12c
No related branches found
No related tags found
1 merge request!128system-info: Don't confuse graphics issues with library issues
Pipeline #3610 passed
...@@ -1804,42 +1804,42 @@ GList * srt_system_info_check_all_graphics (SrtSystemInfo *self, ...@@ -1804,42 +1804,42 @@ GList * srt_system_info_check_all_graphics (SrtSystemInfo *self,
// Try each rendering interface // Try each rendering interface
// Try each window system // Try each window system
abi->cached_combined_issues |= abi->cached_combined_graphics_issues |=
srt_system_info_check_graphics (self, srt_system_info_check_graphics (self,
multiarch_tuple, multiarch_tuple,
SRT_WINDOW_SYSTEM_GLX, SRT_WINDOW_SYSTEM_GLX,
SRT_RENDERING_INTERFACE_GL, SRT_RENDERING_INTERFACE_GL,
NULL); NULL);
abi->cached_combined_issues |= abi->cached_combined_graphics_issues |=
srt_system_info_check_graphics (self, srt_system_info_check_graphics (self,
multiarch_tuple, multiarch_tuple,
SRT_WINDOW_SYSTEM_EGL_X11, SRT_WINDOW_SYSTEM_EGL_X11,
SRT_RENDERING_INTERFACE_GL, SRT_RENDERING_INTERFACE_GL,
NULL); NULL);
abi->cached_combined_issues |= abi->cached_combined_graphics_issues |=
srt_system_info_check_graphics (self, srt_system_info_check_graphics (self,
multiarch_tuple, multiarch_tuple,
SRT_WINDOW_SYSTEM_EGL_X11, SRT_WINDOW_SYSTEM_EGL_X11,
SRT_RENDERING_INTERFACE_GLESV2, SRT_RENDERING_INTERFACE_GLESV2,
NULL); NULL);
abi->cached_combined_issues |= abi->cached_combined_graphics_issues |=
srt_system_info_check_graphics (self, srt_system_info_check_graphics (self,
multiarch_tuple, multiarch_tuple,
SRT_WINDOW_SYSTEM_X11, SRT_WINDOW_SYSTEM_X11,
SRT_RENDERING_INTERFACE_VULKAN, SRT_RENDERING_INTERFACE_VULKAN,
NULL); NULL);
abi->cached_combined_issues |= abi->cached_combined_graphics_issues |=
srt_system_info_check_graphics (self, srt_system_info_check_graphics (self,
multiarch_tuple, multiarch_tuple,
SRT_WINDOW_SYSTEM_X11, SRT_WINDOW_SYSTEM_X11,
SRT_RENDERING_INTERFACE_VDPAU, SRT_RENDERING_INTERFACE_VDPAU,
NULL); NULL);
abi->cached_combined_issues |= abi->cached_combined_graphics_issues |=
srt_system_info_check_graphics (self, srt_system_info_check_graphics (self,
multiarch_tuple, multiarch_tuple,
SRT_WINDOW_SYSTEM_X11, SRT_WINDOW_SYSTEM_X11,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment