mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] mesalib: version bump 19.3.3 -> 20.0.0
@ 2020-02-20 14:24 Philipp Zabel
  0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2020-02-20 14:24 UTC (permalink / raw)
  To: ptxdist

- The only change in the license file is an addition of a hyperlink for
  the OpenGL trademark.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
Changes since v1:
 - Add new configuration options to host-mesalib
---
 rules/host-mesalib.make |  5 ++++-
 rules/mesalib.make      | 11 +++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index 65734991679e..699782233600 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -56,10 +56,12 @@ HOST_MESALIB_CONF_OPT	:= \
 	-Dplatform-sdk-version=25 \
 	-Dplatforms= \
 	-Dpower8=false \
+	-Dprefer-iris=true \
 	-Dselinux=false \
 	-Dshader-cache=false \
 	-Dshared-glapi=true \
 	-Dshared-llvm=false \
+	-Dshared-swr=true \
 	-Dswr-arches=[] \
 	-Dtools=glsl \
 	-Dva-libs-path=/usr/lib/dri \
@@ -69,7 +71,8 @@ HOST_MESALIB_CONF_OPT	:= \
 	-Dvulkan-icd-dir=/etc/vulkan/icd.d \
 	-Dvulkan-overlay-layer=false \
 	-Dxlib-lease=false \
-	-Dxvmc-libs-path=/usr/lib
+	-Dxvmc-libs-path=/usr/lib \
+	-Dzstd=false
 
 HOST_MESALIB_MAKE_OPT	:= \
 	src/compiler/glsl/glsl_compiler
diff --git a/rules/mesalib.make b/rules/mesalib.make
index cdec8ecd98df..fdc65c91da31 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
 #
 # Paths and names
 #
-MESALIB_VERSION	:= 19.3.3
-MESALIB_MD5	:= 00010e0bb8f6641276ff6cb3e9386114
+MESALIB_VERSION	:= 20.0.0
+MESALIB_MD5	:= 681229d992bbd6250a5be4f308708795
 MESALIB		:= mesa-$(MESALIB_VERSION)
 MESALIB_SUFFIX	:= tar.xz
 MESALIB_URL	:= \
@@ -24,7 +24,7 @@ MESALIB_SOURCE	:= $(SRCDIR)/$(MESALIB).$(MESALIB_SUFFIX)
 MESALIB_DIR	:= $(BUILDDIR)/Mesa-$(MESALIB_VERSION)
 MESALIB_LICENSE	:= MIT
 MESALIB_LICENSE_FILES := \
-	file://docs/license.html;md5=3a4999caf82cc503ac8b9e37c235782e
+	file://docs/license.html;md5=c1843d93c460bbf778d6037ce324f9f7
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -126,10 +126,12 @@ MESALIB_CONF_OPT	:= \
 	-Dplatform-sdk-version=25 \
 	-Dplatforms=$(subst $(space),$(comma),$(MESALIBS_EGL_PLATFORMS-y)) \
 	-Dpower8=false \
+	-Dprefer-iris=true \
 	-Dselinux=false \
 	-Dshader-cache=$(call ptx/truefalse, PTXCONF_MESALIB_VULKAN_AMD) \
 	-Dshared-glapi=true \
 	-Dshared-llvm=false \
+	-Dshared-swr=true \
 	-Dswr-arches=[] \
 	-Dtools=[] \
 	-Dva-libs-path=/usr/lib/dri \
@@ -139,7 +141,8 @@ MESALIB_CONF_OPT	:= \
 	-Dvulkan-icd-dir=/etc/vulkan/icd.d \
 	-Dvulkan-overlay-layer=false \
 	-Dxlib-lease=false \
-	-Dxvmc-libs-path=/usr/lib
+	-Dxvmc-libs-path=/usr/lib \
+	-Dzstd=false
 
 # ----------------------------------------------------------------------------
 # Compile
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-20 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20 14:24 [ptxdist] [PATCH v2] mesalib: version bump 19.3.3 -> 20.0.0 Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox