summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr-multilib/lib32-mesa-vanilla/PKGBUILD2
-rw-r--r--pcr/mesa-vanilla/PKGBUILD20
2 files changed, 12 insertions, 10 deletions
diff --git a/pcr-multilib/lib32-mesa-vanilla/PKGBUILD b/pcr-multilib/lib32-mesa-vanilla/PKGBUILD
index eac65217e..72e1acc42 100644
--- a/pcr-multilib/lib32-mesa-vanilla/PKGBUILD
+++ b/pcr-multilib/lib32-mesa-vanilla/PKGBUILD
@@ -1,5 +1,7 @@
# Maintainer: Márcio Silva <coadde@parabola.nu>
+# Based on mesa package from Arch and Arch ARM
+
pkgbase=lib32-mesa-vanilla
pkgname=('lib32-opencl-mesa-vanilla' 'lib32-libva-mesa-driver-vanilla' 'lib32-mesa-vdpau-vanilla' 'lib32-mesa-vanilla'
'lib32-mesa-libgl-vanilla' 'lib32-vulkan-radeon-vanilla' 'lib32-vulkan-intel-vanilla')
diff --git a/pcr/mesa-vanilla/PKGBUILD b/pcr/mesa-vanilla/PKGBUILD
index c69f564ca..93f7ea940 100644
--- a/pcr/mesa-vanilla/PKGBUILD
+++ b/pcr/mesa-vanilla/PKGBUILD
@@ -57,23 +57,23 @@ build() {
elif [[ "${CARCH}" = 'armv7h' ]]; then
DRI=r200,radeon,nouveau,swrast
# Implement PCI and PCI-e drivers, due some ARM hardware does suport PCI and PCIe drivers, see:
- https://lwn.net/Articles/586802/
- https://www.linaro.org/blog/core-dump/kvm-pciemsi-passthrough-armarm64/
+ # https://lwn.net/Articles/586802/
+ # https://www.linaro.org/blog/core-dump/kvm-pciemsi-passthrough-armarm64/
# nVidia, are avaliable on Tegra hardware and AMD will support K12 hardware, see:
- https://en.wikipedia.org/wiki/Tegra
- https://en.wikipedia.org/wiki/AMD_K12
+ # https://en.wikipedia.org/wiki/Tegra
+ # https://en.wikipedia.org/wiki/AMD_K12
GALLIUM=freedreno,etnaviv,vc4,imx,r300,r600,radeonsi,nouveau,svga,swrast,virgl
VULKAN=radeon
fi
# Implement 'gallium-extra-hud' extra functionality
# Implement opencl/vaapi/vdpau/xa on ARM archictecture, does support it and easy to maintain the PKGBUILD
- ARM archictecture support PCI and PCIe drivers, see:
- https://lwn.net/Articles/586802/
- https://www.linaro.org/blog/core-dump/kvm-pciemsi-passthrough-armarm64/
- Some ARM video drivers like freedreno/nouveau does support OpenCL, see:
- Mali (Lima) : https://en.wikipedia.org/wiki/Mali_(GPU)#Variants
- Adreno (Freedreno, is not avaliable on mesa) : https://en.wikipedia.org/wiki/Adreno#Variants
+ # ARM archictecture support PCI and PCIe drivers, see:
+ # https://lwn.net/Articles/586802/
+ # https://www.linaro.org/blog/core-dump/kvm-pciemsi-passthrough-armarm64/
+ # Some ARM video drivers like freedreno/nouveau does support OpenCL, see:
+ # Mali (Lima) : https://en.wikipedia.org/wiki/Mali_(GPU)#Variants
+ # Adreno (Freedreno, is not avaliable on mesa) : https://en.wikipedia.org/wiki/Adreno#Variants
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \