Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142643271
D19100.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D19100.diff
View Options
Index: graphics/mesa-dri/Makefile.common
===================================================================
--- graphics/mesa-dri/Makefile.common
+++ graphics/mesa-dri/Makefile.common
@@ -14,7 +14,7 @@
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
-MESABASEVERSION= 18.3.6
+MESABASEVERSION= 19.0.8
# if there is a subversion, don't include the '-' between 7.11-rc2.
MESASUBVERSION=
@@ -51,6 +51,7 @@
localbase pathfix pkgconfig python:2.7,build shebangfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--enable-autotools
# only have one port to check with portscout.
.if ${PORTNAME} != mesa-dri
Index: graphics/mesa-dri/distinfo
===================================================================
--- graphics/mesa-dri/distinfo
+++ graphics/mesa-dri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554461603
-SHA256 (mesa-18.3.6.tar.xz) = aaf17638dcf5a90b93b6389e152fdc9ef147768b09598f24d2c5cf482fcfc705
-SIZE (mesa-18.3.6.tar.xz) = 11882744
+TIMESTAMP = 1561580048
+SHA256 (mesa-19.0.8.tar.xz) = d017eb53a810c32dabeedf6ca2238ae1e897ce9090e470e9ce1d6c9e3f1b0862
+SIZE (mesa-19.0.8.tar.xz) = 11967592
Index: graphics/mesa-dri/files/patch-9cab8cc.c
===================================================================
--- graphics/mesa-dri/files/patch-9cab8cc.c
+++ /dev/null
@@ -1,17 +0,0 @@
-amd: Make vgpr-spilling depend on llvm version
-
-https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230789#c14
-diff --git a/src/amd/common/ac_llvm_util.c b/src/amd/common/ac_llvm_util.c
-index 69d9f7b9f3fe9e5feb07b32c35cbcf1206a14ca8..dc9b684e9dd287d5bb558d9ad3868a9d0975228d 100644
---- src/amd/common/ac_llvm_util.c
-+++ src/amd/common/ac_llvm_util.c
-@@ -153,7 +153,8 @@ static LLVMTargetMachineRef ac_create_target_machine(enum radeon_family family,
- LLVMTargetRef target = ac_get_llvm_target(triple);
-
- snprintf(features, sizeof(features),
-- "+DumpCode,+vgpr-spilling,-fp32-denormals,+fp64-denormals%s%s%s%s",
-+ "+DumpCode,-fp32-denormals,+fp64-denormals%s%s%s%s%s",
-+ HAVE_LLVM >= 0x0800 ? "" : ",+vgpr-spilling",
- tm_options & AC_TM_SISCHED ? ",+si-scheduler" : "",
- tm_options & AC_TM_FORCE_ENABLE_XNACK ? ",+xnack" : "",
- tm_options & AC_TM_FORCE_DISABLE_XNACK ? ",-xnack" : "",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 7:25 PM (1 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27860244
Default Alt Text
D19100.diff (2 KB)
Attached To
Mode
D19100: graphics/mesa-{libs,dri}: update to 19.0.8
Attached
Detach File
Event Timeline
Log In to Comment