From a8b7e3ff8e90f0ed1207ac969e79ec8abc30c58b Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 1 Apr 2017 05:23:50 -0300 Subject: *mesa-vanilla: fix comments --- pcr-multilib/lib32-mesa-vanilla/PKGBUILD | 2 ++ pcr/mesa-vanilla/PKGBUILD | 20 ++++++++++---------- 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 +# 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 \ -- cgit v1.2.3