---
src/gallium/state_trackers/clover/core/device.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/gallium/state_trackers/clover/core/device.cpp
b/src/gallium/state_trackers/clover/core/device.cpp
index 8390f3f..e900da7 100644
--- a/src/gallium/state_trackers/clover/core/device.cpp
+++ b/src/gallium/state_trackers/clover/core/device.cpp
@@ -159,6 +159,8 @@ _cl_device_id::ir_target() const {
PIPE_SHADER_CAP_PREFERRED_IR)) {
case PIPE_SHADER_IR_TGSI:
return "tgsi";
+ case PIPE_SHADER_IR_LLVM_R600:
+ return "r600";
default:
assert(0);
return "";
--
1.7.7.6
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev