Skip to content

Commit

Permalink
mesa: Enable gallium-va
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Jan 22, 2023
1 parent 3db0090 commit 0f343fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mingw-w64-mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=mesa
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=22.3.3
pkgrel=2
pkgrel=3
pkgdesc="Open-source implementation of the OpenGL, Vulkan and OpenCL specifications (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -20,6 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-clang"
"${MINGW_PACKAGE_PREFIX}-zlib"
"${MINGW_PACKAGE_PREFIX}-vulkan-loader"
"${MINGW_PACKAGE_PREFIX}-libsystre"
"${MINGW_PACKAGE_PREFIX}-libva"
"${MINGW_PACKAGE_PREFIX}-libwinpthread-git"
"${MINGW_PACKAGE_PREFIX}-zstd"
"${MINGW_PACKAGE_PREFIX}-spirv-llvm-translator"
Expand Down Expand Up @@ -131,6 +132,7 @@ build() {
-Dbuild-tests=false
-Dvulkan-drivers=swrast,amd,microsoft-experimental
-Dgallium-drivers=swrast,zink,d3d12
-Dgallium-va=enabled
-Dmicrosoft-clc=enabled
-Dstatic-libclc=all
-Dcpp_rtti=true
Expand Down

0 comments on commit 0f343fd

Please sign in to comment.