mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
r600/sfn: remove debug output leftover
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5187>
This commit is contained in:
parent
cead23cb8a
commit
caa83e4d79
1 changed files with 0 additions and 2 deletions
|
|
@ -710,10 +710,8 @@ bool FragmentShaderFromNir::emit_export_pixel(const nir_variable *out_var, nir_i
|
|||
swizzle = {7,7,0,7};
|
||||
break;
|
||||
default:
|
||||
std::cerr << "Swizzle = ";
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
swizzle[i] = (i < instr->num_components) ? i : 7;
|
||||
std::cerr << swizzle[i] << ", ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue