Mesa (master): r600/sfn: remove some old debug output

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 2 18:03:29 UTC 2021


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

Author: Gert Wollny <gert.wollny at collabora.com>
Date:   Fri Feb 26 21:24:18 2021 +0100

r600/sfn: remove some old debug output

Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9330>

---

 src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp b/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp
index 37040581741..43557cab686 100644
--- a/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp
+++ b/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp
@@ -1149,10 +1149,8 @@ bool EmitAluInstruction::emit_tex_fdd(const nir_alu_instr& instr, TexInstruction
    auto tex = new TexInstruction(op, dst, src, 0, R600_MAX_CONST_BUFFERS, PValue());
    tex->set_dest_swizzle(writemask);
 
-   if (fine) {
-      std::cerr << "Sewt fine flag\n";
+   if (fine)
       tex->set_flag(TexInstruction::grad_fine);
-   }
 
    emit_instruction(tex);
 



More information about the mesa-commit mailing list