Signed-off-by: Jakob Sinclair <sinclair.ja...@openmailbox.org> --- src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp | 2 +- src/mesa/math/m_debug_norm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp b/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp index 84aa89a..8f7c95a 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp +++ b/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp @@ -372,7 +372,7 @@ vec4_tcs_visitor::nir_emit_intrinsic(nir_intrinsic_instr *instr) case nir_intrinsic_load_output: case nir_intrinsic_load_per_vertex_output: { src_reg indirect_offset = get_indirect_offset(instr); - unsigned imm_offset = instr->const_index[0];; + unsigned imm_offset = instr->const_index[0]; dst_reg dst = get_nir_dest(instr->dest, BRW_REGISTER_TYPE_D); dst.writemask = brw_writemask_for_size(instr->num_components); diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c index 197b43c..8be07ee 100644 --- a/src/mesa/math/m_debug_norm.c +++ b/src/mesa/math/m_debug_norm.c @@ -172,7 +172,7 @@ static void ref_norm_transform_normalize( const GLmatrix *mat, out[i][0] = out[i][1] = out[i][2] = 0; } } else { - scale = lengths[i];; + scale = lengths[i]; SCALE_SCALAR_3V( out[i], scale, t ); } -- 2.8.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev