added gallium zink, removed GLES v1 support (nothing seems to use it)

This commit is contained in:
LW-archlinux 2019-10-29 10:56:10 +01:00
parent d78d695cbd
commit cea9b7c61b
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 19.3.0_devel.116318.16233797f49
pkgver = 19.3.0_devel.117035.690d359b6f4
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@ -38,12 +38,12 @@ pkgbase = mesa-git
depends = glslang
depends = llvm-libs=9.0.0
optdepends = opengl-man-pages: for the OpenGL API man pages
provides = mesa=19.3.0_devel.116318.16233797f49-1
provides = vulkan-intel=19.3.0_devel.116318.16233797f49-1
provides = vulkan-radeon=19.3.0_devel.116318.16233797f49-1
provides = vulkan-mesa-layer=19.3.0_devel.116318.16233797f49-1
provides = libva-mesa-driver=19.3.0_devel.116318.16233797f49-1
provides = mesa-vdpau=19.3.0_devel.116318.16233797f49-1
provides = mesa=19.3.0_devel.117035.690d359b6f4-1
provides = vulkan-intel=19.3.0_devel.117035.690d359b6f4-1
provides = vulkan-radeon=19.3.0_devel.117035.690d359b6f4-1
provides = vulkan-mesa-layer=19.3.0_devel.117035.690d359b6f4-1
provides = libva-mesa-driver=19.3.0_devel.117035.690d359b6f4-1
provides = mesa-vdpau=19.3.0_devel.117035.690d359b6f4-1
provides = vulkan-driver
provides = opencl-
provides = opengl-driver

View File

@ -11,7 +11,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=19.3.0_devel.116318.16233797f49
pkgver=19.3.0_devel.117035.690d359b6f4
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@ -101,7 +101,7 @@ build () {
-D sysconfdir=/etc \
-D platforms=x11,wayland,drm,surfaceless \
-D dri-drivers=i915,i965,r200,r100,nouveau \
-D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris \
-D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink \
-D vulkan-drivers=amd,intel \
-D dri3=true \
-D egl=true \
@ -113,7 +113,7 @@ build () {
-D gallium-xa=true \
-D gallium-xvmc=false \
-D gbm=true \
-D gles1=true \
-D gles1=false \
-D gles2=true \
-D glvnd=true \
-D glx=dri \