aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2016-10-21 18:35:48 +0200
committerSamuel Pitoiset <[email protected]>2016-10-22 14:50:17 +0200
commit6e08f3e96c6c3f269ea3ee79bb7e10940e6a13be (patch)
tree930949a4c340a6073f26a0a91c5e4d37e1bb8f8a /src/gallium/drivers/nouveau
parent8ff418287689832deb623711deda9c56900e3338 (diff)
nvc0/ir: remove outdated comment about SHLADD
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp1
-rw-r--r--src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp1
2 files changed, 0 insertions, 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 ce20ed33275..7af31d07abc 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 0be9f7af171..94a0ed07ebd 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)
{