Skip to content
Snippets Groups Projects
  1. Oct 30, 2019
    • Simon McVittie's avatar
      Use g++-4.8 if default g++ is older · 26d633b5
      Simon McVittie authored
      
      Steam Runtime 1 'scout' SDK containers have g++-4.8 as their default
      compiler, but the environment used to build packages still has g++-4.6
      (Ubuntu 12.04's default compiler), because we aren't completely confident
      that all the Ubuntu-derived packages in the runtime will build correctly
      with a newer compiler than the one they were tested with in Ubuntu.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      26d633b5
  2. Oct 29, 2019
    • Jeremy Whiting's avatar
      Add check-vulkan to draw a triangle using vulkan api. · fae5ff63
      Jeremy Whiting authored
      %multiarch%-check-vulkan uses vulkan to draw a simple triangle
      in a 200x200 window (next commit will not draw the window)
      and reports any issues found.
      Exit code is 0 on success.
      shader.frag and shader.vert are shader source files compiled
      into shaders/frag.spv and shaders/vert.spv respectively by using
      glslc such as:
      glslc shader.frag -o shaders/frag.spv
      glslc shader.vert -o shaders/vert.spv
      Binary shaders included in commit because glslc hasn't been
      packaged for scout runtime yet.
      Also add libvulkan-dev and libxcb1-dev to ci dependencies.
      fae5ff63
  3. Oct 24, 2019
  4. Sep 26, 2019
  5. Sep 25, 2019
  6. Sep 11, 2019
  7. Sep 09, 2019
  8. Aug 22, 2019
  9. Aug 21, 2019
  10. Aug 20, 2019
  11. Aug 16, 2019
  12. Aug 06, 2019
  13. Aug 02, 2019
  14. Aug 01, 2019
  15. Jul 29, 2019
  16. Jul 26, 2019
  17. Jul 24, 2019
  18. Jul 22, 2019
  19. Jul 17, 2019
  20. Jul 16, 2019
  21. Jul 01, 2019
Loading