Skip to content
Snippets Groups Projects
  1. Aug 22, 2019
  2. Aug 21, 2019
    • Jeremy Whiting's avatar
      Fix typo in graphics test object creation. · 8daf131f
      Jeremy Whiting authored
      Should use SRT_GRAPHICS_ISSUES_NONE, not SRT_LIBRARY_ISSUES_NONE.
      8daf131f
    • Jeremy Whiting's avatar
      Access SrtGraphics via SrtSystemInfo. · 85bfaca7
      Jeremy Whiting authored
      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.
      85bfaca7
    • Jeremy Whiting's avatar
      Add test for SrtGraphics object. · e0e21b87
      Jeremy Whiting authored
      Added missing _get_multiarch_tuple and _get_issues helpers.
      Added test for object, good, bad and software rendering.
      e0e21b87
    • Jeremy Whiting's avatar
      Added mock-graphics to give specified json output for testing. · eef37c44
      Jeremy Whiting authored
      In order to test SrtGraphics on CI systems that likely aren't running
      X we needed a mock-graphics to return most of what wflinfo gives in
      different settings.
      
      Use mock-bad-wflinfo, mock-good-wflinfo and mock-software-wflinfo
      in srt_check_graphics.
      
      Use mock-good-wflinfo for good output, mock-bad-wflinfo for
      error output and mock-software-wflinfo for software rendering
      test output.
      eef37c44
  3. Aug 20, 2019
  4. Aug 19, 2019
  5. Aug 15, 2019
  6. Aug 13, 2019
  7. Aug 12, 2019
  8. Aug 06, 2019
  9. Aug 02, 2019
  10. Jul 29, 2019
  11. Jul 26, 2019
  12. Jul 24, 2019
  13. Jul 18, 2019
  14. Jul 16, 2019
  15. Jul 01, 2019
  16. Jun 27, 2019
Loading