Mesa (master): nvc0/ir: remove outdated comment about SHLADD

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Sat Oct 22 12:56:24 UTC 2016


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Fri Oct 21 18:35:48 2016 +0200

nvc0/ir: remove outdated comment about SHLADD

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 1 -
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
index ce20ed3..7af31d0 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
@@ -722,7 +722,6 @@ CodeEmitterGK110::emitUADD(const Instruction *i)
    }
 }
 
-// TODO: shl-add
 void
 CodeEmitterGK110::emitIMAD(const Instruction *i)
 {
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp
index 0be9f7a..94a0ed0 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp
@@ -732,7 +732,6 @@ CodeEmitterNVC0::emitUADD(const Instruction *i)
    }
 }
 
-// TODO: shl-add
 void
 CodeEmitterNVC0::emitIMAD(const Instruction *i)
 {




More information about the mesa-commit mailing list