summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/LLVM_REVISION.txt
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2013-03-07 10:51:25 -0500
committerTom Stellard <[email protected]>2013-04-05 18:43:34 -0400
commitc5e5b3401c52f83bd885497cb30125e78a21d666 (patch)
tree895fceb4d43d1d6d8e9427907bc081007a86d9fa /src/gallium/drivers/radeon/LLVM_REVISION.txt
parent1a868acbecdd7b7cb71342a75a36ad9a80d8eb17 (diff)
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
This target string now contains four values instead of three. The old processor field (which was really being interpreted as arch) has been split into two fields: processor and arch. This allows drivers to pass a more a more detailed description of the hardware to compiler frontends. v2: - Adapt to libclc changes Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/LLVM_REVISION.txt')
-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 3bcada5e33b..dcce2fa2bf1 100644
--- a/src/gallium/drivers/radeon/LLVM_REVISION.txt
+++ b/src/gallium/drivers/radeon/LLVM_REVISION.txt
@@ -1 +1 @@
-@178505
+@178928