Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Dec 29, 2021
  3. Dec 15, 2021
  4. Dec 08, 2021
  5. Dec 07, 2021
    • Víctor Manuel Jáquez Leal's avatar
      meson: Update pkgconfig generation. · edf62869
      Víctor Manuel Jáquez Leal authored
      Now meson offers a pkgconfig module to automate the generation of *.pc
      files. These mechanism also automatically generates *-uninstalled.pc,
      which are useful for uninstalled setups (common in CI and development
      environments).
      
      This patch updates the generation of *.pc files using the meson module
      rather than manual generation.
      edf62869
    • Víctor Manuel Jáquez Leal's avatar
      meson: Copy public headers to build directory · 6f2b6d47
      Víctor Manuel Jáquez Leal authored
      In order to use libva in a subproject[1] or in an "uninstalled"
      environment, libva needs to fix its public headers layout in its
      source directory. A previous fix was proposed[2] which moved
      those headers as expected, but it was closed because it was too
      invasive.
      
      This new approach is less invasive and oriented to meson subprojects
      or uninstalled setups, which has a wider audience.
      
      The fix is two-fold:
      
      1. Bump the required version of meson in order to support this new
         feature. And update deprecated syntax.
      2. Copy each public header file into subproject's build directory.
      
      1. https://mesonbuild.com/Subprojects.html
      2. https://github.com/intel/libva/pull/433
      
      squashme
      6f2b6d47
  6. Nov 27, 2021
  7. Oct 27, 2021
  8. Oct 25, 2021
  9. Sep 03, 2021
  10. Jun 27, 2021
  11. Jun 24, 2021
  12. Jun 22, 2021
  13. Jun 17, 2021
  14. Jun 16, 2021
  15. Jun 08, 2021
  16. Jun 03, 2021
  17. Jun 02, 2021
  18. May 14, 2021
  19. Apr 12, 2021
  20. Apr 02, 2021
  21. Apr 01, 2021
  22. Mar 23, 2021
  23. Mar 18, 2021
    • Simon Ser's avatar
      Fix VASurfaceAttribPixelFormat docs · 2267778c
      Simon Ser authored
      The docs seem to refer to the legacy getSurfaceAttributes behavior.
      Update them for the new querySurfaceAttributes behavior which
      completely ignores what the user provides in the attributes array.
      While at it, also document its usage with createSurfaces.
  24. Mar 09, 2021
  25. Feb 04, 2021
    • Jan Beich's avatar
      ci: upgrade FreeBSD to 12.2 · 7a92a2b7
      Jan Beich authored
      freebsd-vm@v0.0.7 uses FreeBSD 12.1 which has reached EOL on 2021-01-31.
      FreeBSD Project doesn't keep old packages for /latest and /quarterly.
      Once 12.2 packages are built there would be none for 12.1 except for
      /release_1 which is more than 1 year old.
      7a92a2b7
  26. Jan 29, 2021
  27. Jan 26, 2021
  28. Jan 18, 2021
Loading