[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 6/7] rules: Enable the llvm shader compiler for r600g.



---
 debian/changelog |    1 +
 debian/rules     |    1 +
 2 filer ändrade, 2 tillägg(+)

diff --git a/debian/changelog b/debian/changelog
index 9f47b3f9..7f554e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
   * control: Add versioned libglapi-mesa dependency to liosmesa6.
   * libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc files.
   * rules: Add --disable-shared-glapi to the swx11-i386-i686 target.
+  * rules: Enable the llvm shader compiler for r600g.
 
  -- Jon Severinsson <jon@severinsson.net>  Tue, 20 Aug 2013 18:00:00 +0200
 
diff --git a/debian/rules b/debian/rules
index d7564d59..113c7838 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,6 +95,7 @@ else
   ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf))
 	confflags_GALLIUM += --enable-gallium-llvm
 	confflags_GALLIUM += --with-llvm-shared-libs
+	confflags_GALLIUM += --enable-r600-llvm-compiler
   endif
 
 	confflags_DIRECT_RENDERING = --enable-driglx-direct
-- 
1.7.10.4


Reply to: