From: Michel Dänzer Date: Thu, 19 Apr 2012 07:36:52 +0000 (+0200) Subject: radeonsi: MIMG shader instructions require waiting for the results. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1a173fb33b2090476130c944423ac3359ed8fd8;p=mesa.git radeonsi: MIMG shader instructions require waiting for the results. --- 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 op, dag outs, dag ins, string asm, list pattern> : let EncodingType = 2; //SIInstrEncodingType::MIMG + let NeedWait = 1; + let usesCustomInserter = 1; } class MTBUF op, dag outs, dag ins, string asm, list pattern> :