Mesa (master): radeonsi: MIMG shader instructions require waiting for the results.

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Apr 19 07:40:13 UTC 2012


Module: Mesa
Branch: master
Commit: e1a173fb33b2090476130c944423ac3359ed8fd8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1a173fb33b2090476130c944423ac3359ed8fd8

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Thu Apr 19 09:36:52 2012 +0200

radeonsi: MIMG shader instructions require waiting for the results.

---

 src/gallium/drivers/radeon/SIInstrInfo.td |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/radeon/SIInstrInfo.td b/src/gallium/drivers/radeon/SIInstrInfo.td
index ffa18d0..65b28ec 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> :




More information about the mesa-commit mailing list