summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2018-06-18 13:54:27 +0200
committerLW-archlinux2018-06-18 13:54:27 +0200
commit2fcbae1e92080ab88cdb1344a384d8392ec55087 (patch)
treeca1cc2ae4c5d8e818a588252071edc006bcb08b8
parent9511f88320eab12b8c833cb47e715ef70c90466c (diff)
downloadaur-2fcbae1e92080ab88cdb1344a384d8392ec55087.tar.gz
texture float is enabled by default now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56cb04221c5c..93f7aec078bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 18.2.0_devel.102627.7dfaf025c5
+ pkgver = 18.2.0_devel.102754.4d08c1e7d1
pkgrel = 1
url = http://mesa3d.sourceforge.net
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2da9e8bf2930..5b4d3f1654f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgbase=lib32-mesa-git
pkgname=('lib32-mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=18.2.0_devel.102627.7dfaf025c5
+pkgver=18.2.0_devel.102754.4d08c1e7d1
pkgrel=1
arch=('x86_64')
makedepends=('python2-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -59,7 +59,6 @@ build () {
--with-dri-drivers=i915,i965,r200,radeon,nouveau \
--with-platforms=x11,drm,wayland,surfaceless \
--with-vulkan-drivers=intel,radeon \
- --enable-texture-float \
--enable-gallium-osmesa \
--enable-xa \
--enable-nine \
@@ -83,8 +82,6 @@ build () {
# [default=auto]
# --with-vulkan-drivers[=DIRS...] comma delimited Vulkan drivers list, e.g. "intel"
# [default=no]
-# --enable-texture-float enable floating-point textures and renderbuffers
-# [default=disabled]
# --enable-osmesa enable OSMesa library
# [default=disabled]
# --enable-xa enable build of the XA X Acceleration API