diff options
| -rw-r--r-- | 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 3147bc7ca3..0ba26a2311 100644 --- a/src/gallium/drivers/r600/r600_shader.c +++ b/src/gallium/drivers/r600/r600_shader.c @@ -1684,7 +1684,7 @@ static int tgsi_tex(struct r600_shader_ctx *ctx)  	}  	if (inst->Texture.Texture == TGSI_TEXTURE_SHADOW1D || inst->Texture.Texture == TGSI_TEXTURE_SHADOW2D) -		tex.coord_type_w = 2; +		tex.src_sel_w = 2;  	r = r600_bc_add_tex(ctx->bc, &tex);  	if (r)  | 
