Skip to content
Snippets Groups Projects
  1. Nov 19, 2020
  2. Nov 17, 2020
  3. Apr 20, 2020
  4. Apr 10, 2020
  5. Apr 06, 2020
  6. Apr 03, 2020
  7. Mar 12, 2020
  8. Mar 10, 2020
  9. Mar 06, 2020
  10. Mar 05, 2020
  11. Feb 12, 2020
  12. Jan 09, 2020
  13. Jan 08, 2020
  14. Dec 05, 2019
  15. Nov 20, 2019
  16. Nov 08, 2019
  17. Nov 07, 2019
  18. Oct 31, 2019
  19. Oct 29, 2019
  20. Sep 26, 2019
  21. Sep 24, 2019
  22. Sep 10, 2019
  23. Sep 09, 2019
  24. Sep 06, 2019
  25. Sep 05, 2019
  26. Aug 22, 2019
  27. 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
Loading