Skip to content

Commit

Permalink
Merge pull request #2738 from mariux64/update-mesa-to-22.1.7-and-enab…
Browse files Browse the repository at this point in the history
…le-va-api-support

Update Mesa 3D to 22.1.7 and enable VA-API support
  • Loading branch information
pmenzel authored Sep 6, 2022
2 parents 710a7e5 + 1f4c901 commit 6922e5e
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 4 deletions.
35 changes: 35 additions & 0 deletions intel-gmmlib.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION intel-gmmlib-21.3.1-0

SRCURL[0]="https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
35 changes: 35 additions & 0 deletions intel-media.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION intel-media-21.3.5-0

SRCURL[0]="https://github.com/intel/media-driver/archive/refs/tags/intel-media-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
2 changes: 1 addition & 1 deletion libva-utils.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libva-utils-2.3.0-0
# BEE_VERSION libva-utils-2.15.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down
5 changes: 3 additions & 2 deletions libva.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libva-2.3.0-0
# BEE_VERSION libva-2.15.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,8 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://github.com/intel/libva/releases/download/${PKGVERSION}/libva-${PKGVERSION}.tar.bz2"
# SRCURL[0]="https://github.com/intel/libva/releases/download/${PKGVERSION}/libva-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9d13c18c4f84623be7cad1192de99ed8/libva-2.15.0.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
3 changes: 2 additions & 1 deletion mesalib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mesalib-22.1.3-0
# BEE_VERSION mesalib-22.1.7-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down 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 6922e5e

Please sign in to comment.