Skip to content
Snippets Groups Projects
  1. Sep 07, 2020
  2. Aug 20, 2020
  3. Jul 29, 2020
  4. Jul 09, 2020
  5. Jun 10, 2020
  6. Apr 28, 2020
  7. Apr 24, 2020
  8. Apr 20, 2020
  9. Apr 14, 2020
  10. Apr 10, 2020
  11. Apr 08, 2020
  12. Apr 06, 2020
  13. Apr 03, 2020
  14. Apr 02, 2020
  15. Apr 01, 2020
  16. Mar 12, 2020
  17. Mar 10, 2020
  18. Mar 06, 2020
  19. Mar 05, 2020
  20. Feb 27, 2020
  21. Feb 12, 2020
  22. Feb 10, 2020
  23. Jan 09, 2020
    • Simon McVittie's avatar
      build: Consistently sort dependencies in stack order · 9a3cfb41
      Simon McVittie authored
      
      It's slightly preferable to list linker and compiler flags in stack
      order, with the lowest in the stack first. This allows use of a
      higher-level library from a non-standard prefix without also necessarily
      picking up lower-level libraries from the same non-standard-prefix.
      For example, if /path/to/json-glib also includes a copy of GLib, then
      
          -L/path/to/glib -lglib-2.0 -L/path/to/json-glib -ljson-glib-1.0
      
      will link the GLib from /path/to/glib, but
      
          -L/path/to/json-glib -ljson-glib-1.0 -L/path/to/glib -lglib-2.0
      
      will link both the GLib and the json-glib from /path/to/json-glib.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      9a3cfb41
    • Ludovico de Nittis's avatar
      Enumerate Mesa DRI and VA-API drivers · ae4b4d7a
      Ludovico de Nittis authored and Simon McVittie's avatar Simon McVittie committed
      
      Previously we were listing only ICDs (graphics drivers).
      With this commit we are now able to get a more complete vision of the
      running system listing also Mesa DRI and VA-API drivers.
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      ae4b4d7a
  24. Jan 08, 2020
Loading