mesa-20.2.1
This commit is contained in:
@@ -21,9 +21,9 @@ def setup():
|
||||
-Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,swr,iris,swrast,virgl \
|
||||
-Dgallium-extra-hud=true \
|
||||
-Dgallium-vdpau=enabled \
|
||||
-Dgallium-xvmc=true \
|
||||
-Dgallium-xvmc=enabled \
|
||||
-Dgallium-va=enabled \
|
||||
-Dgallium-xa=true \
|
||||
-Dgallium-xa=enabled \
|
||||
-Dgallium-nine=true \
|
||||
-Dvulkan-drivers=amd,intel \
|
||||
-Dvulkan-device-select-layer=true \
|
||||
@@ -46,12 +46,12 @@ def setup():
|
||||
" % ((libdir, ) * 2)
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " -Dlmsensors=false --native-file crossfile.ini -Dllvm_libdir=/usr/lib32 -Dzstd=false"
|
||||
options += " -Dlmsensors=disabled --native-file crossfile.ini -Dllvm_libdir=/usr/lib32 -Dzstd=disabled"
|
||||
shelltools.export("CC", "gcc -m32")
|
||||
shelltools.export("CXX", "g++ -m32")
|
||||
shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")
|
||||
shelltools.export("LLVM_CONFIG","/usr/bin/llvm-config-32")
|
||||
else: options += " -Dgallium-omx=bellagio -Dlmsensors=true"
|
||||
else: options += " -Dgallium-omx=bellagio -Dlmsensors=enabled"
|
||||
|
||||
mesontools.configure(options)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Mesa graphics libraries and utilities</Summary>
|
||||
<Description>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</Description>
|
||||
<Archive sha1sum="683fe9487e1dc2ecd136b435f1b31a64fc05cbcc" type="tarxz">https://mesa.freedesktop.org/archive/mesa-20.2.0.tar.xz</Archive>
|
||||
<Archive sha1sum="41bbd7102d758cbace5bfbd5a46831f6bad6aa7f" type="tarxz">https://mesa.freedesktop.org/archive/mesa-20.2.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>valgrind</Dependency>
|
||||
@@ -214,6 +214,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="33">
|
||||
<Date>2020-10-17</Date>
|
||||
<Version>20.2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="32">
|
||||
<Date>2020-10-09</Date>
|
||||
<Version>20.2.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user