Mesa (master): r600g: fixup typo in macro name

Dave Airlie airlied at kemper.freedesktop.org
Thu Oct 14 04:19:47 UTC 2010


Module: Mesa
Branch: master
Commit: 0637044add50b3a4aee8e915b84c18813c9130f3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0637044add50b3a4aee8e915b84c18813c9130f3

Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Oct 14 14:19:37 2010 +1000

r600g: fixup typo in macro name

---

 src/gallium/drivers/r600/r600_shader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c
index 42878a4..d6f73cb 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);




More information about the mesa-commit mailing list