summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2012-04-19 09:36:52 +0200
committerMichel Dänzer <[email protected]>2012-04-19 09:36:52 +0200
commite1a173fb33b2090476130c944423ac3359ed8fd8 (patch)
tree8a6a9a608eb60226835d6e753133457bb4f1885b /src
parent2308cf8dafbe49f31c3df5c36d6a59447507a18b (diff)
radeonsi: MIMG shader instructions require waiting for the results.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/radeon/SIInstrInfo.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/SIInstrInfo.td b/src/gallium/drivers/radeon/SIInstrInfo.td
index ffa18d05019..65b28ec84ad 100644
--- a/src/gallium/drivers/radeon/SIInstrInfo.td
+++ b/src/gallium/drivers/radeon/SIInstrInfo.td
@@ -116,6 +116,8 @@ class MIMG <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
let EncodingType = 2; //SIInstrEncodingType::MIMG
+ let NeedWait = 1;
+ let usesCustomInserter = 1;
}
class MTBUF <bits<3> op, dag outs, dag ins, string asm, list<dag> pattern> :