Enable the r600 experimental backend for mesa 9.1.

This commit is contained in:
Sylvestre Ledru 2013-02-09 11:14:42 +00:00
parent 8a256e988f
commit eb2182cf13
4 changed files with 25077 additions and 1 deletions

3
debian/changelog vendored
View File

@ -18,5 +18,6 @@ llvm-toolchain-3.2 (3.2repack-1~exp1) experimental; urgency=low
* Add a script pollycc which will call clang with the right arguments.
* Use __builtin___clear_cache on ARM to fix a clang bug.
Thanks to Matthias Klose.
* Enable the r600 experimental backend for mesa 9.1.
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 07 Jan 2013 15:45:54 +0100
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 09 Feb 2013 12:14:10 +0100

25073
debian/patches/r600-snapshot.diff vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,3 +28,4 @@ scan-build-clang-path.diff
0050-powerpcspe-fp.diff
polly-c++0x.diff
declare_clear_cache.diff
r600-snapshot.diff

1
debian/rules vendored
View File

@ -88,6 +88,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
--with-binutils-include=/usr/include \
--with-cloog --with-isl \
--with-bug-report-url=http://bugs.debian.org/ \
--enable-experimental-targets=R600 \
--enable-shared \
CLANG_VENDOR=Debian || { cat config.log tools/polly/config.log; exit 1; }
# cd $(TARGET_BUILD) && cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON