mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 11:10:10 +01:00
r600/sfn remove some leftover debug output
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9584>
This commit is contained in:
parent
4459fc224b
commit
7c2c60ad67
1 changed files with 0 additions and 1 deletions
|
|
@ -754,7 +754,6 @@ bool FragmentShaderFromNir::emit_load_input(nir_intrinsic_instr* instr)
|
|||
}
|
||||
|
||||
if (nir_intrinsic_component(instr) != 0) {
|
||||
std::cerr << "move in right pos \n";
|
||||
for (unsigned i = 0; i < nir_dest_num_components(instr->dest); ++i) {
|
||||
ir = new AluInstruction(op1_mov, from_nir(instr->dest, i), dst[i + nir_intrinsic_component(instr)], {alu_write});
|
||||
emit_instruction(ir);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue