[Mesa-dev] [PATCH 1/4] r600g/llvm: fix sample cube shadow

Tom Stellard tom at stellard.net
Mon Sep 30 18:37:37 PDT 2013


On Mon, Sep 30, 2013 at 11:46:26PM +0200, Vincent Lejeune wrote:

Could you go through and wrap some on the long lines that you are adding
in the other patches.

With that fix, the entire series is:

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

> ---
>  src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
> index 8ff9abd..ac2e511 100644
> --- a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
> +++ b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
> @@ -654,7 +654,8 @@ void radeon_llvm_emit_prepare_cube_coords(
>  			opcode == TGSI_OPCODE_TXB2 ||
>  			opcode == TGSI_OPCODE_TXL2) {
>  			coords[3] = coords_arg[4];
> -		} else if (opcode == TGSI_OPCODE_TXB ||
> +		} else if (opcode == TGSI_OPCODE_TEX ||
> +			opcode == TGSI_OPCODE_TXB ||
>  			opcode == TGSI_OPCODE_TXL) {
>  			coords[3] = coords_arg[3];
>  		}
> -- 
> 1.8.3.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list