From: Dave Airlie Date: Thu, 14 Oct 2010 04:19:37 +0000 (+1000) Subject: r600g: fixup typo in macro name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0637044add50b3a4aee8e915b84c18813c9130f3;p=mesa.git r600g: fixup typo in macro name --- diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index 42878a43f38..d6f73cb7432 100644 --- a/src/gallium/drivers/r600/r600_shader.c +++ b/src/gallium/drivers/r600/r600_shader.c @@ -174,7 +174,7 @@ static void r600_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shade spi_ps_in_control_1 = 0; if (face_index != -1) { spi_ps_in_control_1 |= S_0286D0_FRONT_FACE_ENA(1) | - S_286D0_FRONT_FACE_ADDR(rshader->input[face_index].gpr); + S_0286D0_FRONT_FACE_ADDR(rshader->input[face_index].gpr); } r600_pipe_state_add_reg(rstate, R_0286CC_SPI_PS_IN_CONTROL_0, spi_ps_in_control_0, 0xFFFFFFFF, NULL);