Module: Mesa Branch: master Commit: c0c025c870b910a87369aae4ab7a0ceb092eb425 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0c025c870b910a87369aae4ab7a0ceb092eb425
Author: Gert Wollny <[email protected]> Date: Fri Feb 26 21:24:18 2021 +0100 r600/sfn: remove some old debug output Signed-off-by: Gert Wollny <[email protected]> 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); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
