summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-04-01 05:23:50 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-04-01 05:23:50 -0300
commita8b7e3ff8e90f0ed1207ac969e79ec8abc30c58b (patch)
tree3713cec7f95b10203493a9ffad818ac9e917780e /pcr
parent6b39c05af7e6cca367dd15dce5b2c2237a1dd735 (diff)
downloadabslibre-a8b7e3ff8e90f0ed1207ac969e79ec8abc30c58b.tar.gz
abslibre-a8b7e3ff8e90f0ed1207ac969e79ec8abc30c58b.tar.bz2
abslibre-a8b7e3ff8e90f0ed1207ac969e79ec8abc30c58b.zip
*mesa-vanilla: fix comments
Diffstat (limited to 'pcr')
-rw-r--r--pcr/mesa-vanilla/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
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 \