From a3dda55c0acc1ea60bea821023fa409e576d75ef Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Sun, 24 Jul 2022 14:01:36 +0200 Subject: [PATCH] =?UTF-8?q?r600=C3=9F/sfn:=20Don't=20fall=20through=20with?= =?UTF-8?q?=20VS=20outputs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gert Wollny Part-of: --- src/gallium/drivers/r600/sfn/sfn_shader_vs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r600/sfn/sfn_shader_vs.cpp b/src/gallium/drivers/r600/sfn/sfn_shader_vs.cpp index 8ded3d7abb4..132b92f290d 100644 --- a/src/gallium/drivers/r600/sfn/sfn_shader_vs.cpp +++ b/src/gallium/drivers/r600/sfn/sfn_shader_vs.cpp @@ -449,6 +449,7 @@ bool VertexShader::do_scan_instruction(nir_instr *instr) add_output(output); break; } + break; } case nir_intrinsic_load_vertex_id: m_sv_values.set(es_vertexid);