Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b65c7cba20eabbe388cdee74b28499c869d27e01)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b65c7cba20eabbe388cdee74b28499c869d27e01)
  • Date: Wed, 1 Mar 2017 21:14:07 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesalib/HISTORY | 4 ++++
graphics-libs/mesalib/PRE_BUILD | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit b65c7cba20eabbe388cdee74b28499c869d27e01
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesalib: addad a fix for Radeon + LLVM

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 23de051..24cd698 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,7 @@
+2017-03-01 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added a fix for proper linking with our
+ libLLVMAMDGPUInfo.so
+
2017-02-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 17.0.0
add gpg checking
diff --git a/graphics-libs/mesalib/PRE_BUILD b/graphics-libs/mesalib/PRE_BUILD
index d92617f..02ccb97 100755
--- a/graphics-libs/mesalib/PRE_BUILD
+++ b/graphics-libs/mesalib/PRE_BUILD
@@ -14,6 +14,9 @@ sed -e '/lib_LTLIBRARIES += es1api/s:lib_LTLIBRARIES
+=:gles_LTLIBRARIES =:' \
-i mapi/Makefile.am &&
sed -i '/includedir/s;GL;&/.mesa;' Makefile.am mesa/Makefile.am &&

+# Adding missed LLVM library
+sed -i '/LLVM_LIBS/s;);& -lLLVMAMDGPUInfo;'
gallium/drivers/radeon/Makefile.am &&
+
# vulkan fix
sed -i '/#include <string.h>/i \
#include <pthread.h>' vulkan/wsi/wsi_common_wayland.c &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b65c7cba20eabbe388cdee74b28499c869d27e01), Pavel Vinogradov, 03/01/2017

Archive powered by MHonArc 2.6.24.

Top of Page