Skip to content

Commit

Permalink
mesalib: Enable VA-API support for some gallium drivers
Browse files Browse the repository at this point in the history
Probably due to an outdated libva library, VA-API support wasn’t
enabled. Explicitly enable the support, so the problem is noticed in the
future.

•   /usr/lib/dri/nouveau_drv_video.so
•   /usr/lib/dri/r600_drv_video.so
•   /usr/lib/dri/radeonsi_drv_video.so

Resolves: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7119#note_1521281
  • Loading branch information
pmenzel committed Sep 6, 2022
1 parent 5e841b2 commit 6fdb3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesalib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ mee_configure() {
-Dbuildtype=release \
-Dgallium-drivers="crocus,iris,i915,nouveau,r600,radeonsi,svga,swrast" \
-Dgallium-opencl="icd" \
-Dgallium-va=enabled \
-Dvulkan-drivers="amd,intel" \
-Dosmesa=true \
-Dvalgrind=false \
Expand Down

0 comments on commit 6fdb3ad

Please sign in to comment.