mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
mesa: enable floating point textures (#4281)
patent expired. see https://cgit.freedesktop.org/mesa/mesa/commit/?id=66673bef941af344314fe9c91cad8cd330b245eb
This commit is contained in:
@@ -6,7 +6,7 @@ providing 3D rendering to Haiku applications."
|
||||
HOMEPAGE="https://www.mesa3d.org/"
|
||||
COPYRIGHT="1999-2018 Brian Paul"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
|
||||
CHECKSUM_SHA256="cbc0d681cc4df47d8deb5a36f45b420978128522fd665b2cd4c7096316f11bdb"
|
||||
PATCHES="mesa-$portVersion.patchset"
|
||||
@@ -104,6 +104,7 @@ BUILD()
|
||||
--disable-gles2 \
|
||||
--disable-shared-glapi \
|
||||
--with-gallium-drivers=swrast \
|
||||
--enable-texture-float \
|
||||
--enable-osmesa \
|
||||
--with-platforms=haiku
|
||||
|
||||
|
||||
Reference in New Issue
Block a user