summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2013-05-03 11:38:50 -0700
committerTom Stellard <[email protected]>2013-05-06 10:54:52 -0700
commitdf27320560cfef439aa299dcea12b900195294c3 (patch)
treeb9d2c7fc54256b0b70d64b92d10788339605f391 /src/gallium/drivers/radeon
parente917ed96ae38fc382bac50a6536d761b829ac8cd (diff)
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
The LLVM backend emits raw ISA now, so we can just its output unmodified.
Diffstat (limited to 'src/gallium/drivers/radeon')
-rw-r--r--src/gallium/drivers/radeon/LLVM_REVISION.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/LLVM_REVISION.txt b/src/gallium/drivers/radeon/LLVM_REVISION.txt
index d1939fdd861..660eba00d52 100644
--- a/src/gallium/drivers/radeon/LLVM_REVISION.txt
+++ b/src/gallium/drivers/radeon/LLVM_REVISION.txt
@@ -1 +1 @@
-@181223
+@181225