Thanks for fixing!

Tested-by: Andreas Boll <[email protected]>

2014-08-11 22:46 GMT+02:00 Marek Olšák <[email protected]>:
> From: Marek Olšák <[email protected]>
>
> Somebody forgot to do this. It was uncovered by recent st/mesa changes.
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82139
>
> Cc: [email protected]
> ---
>  src/gallium/drivers/r600/r600_shader.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/drivers/r600/r600_shader.c 
> b/src/gallium/drivers/r600/r600_shader.c
> index 8019a1c..4f90586 100644
> --- a/src/gallium/drivers/r600/r600_shader.c
> +++ b/src/gallium/drivers/r600/r600_shader.c
> @@ -1015,6 +1015,7 @@ static int tgsi_split_constant(struct r600_shader_ctx 
> *ctx)
>                                 alu.src[0].sel = ctx->src[i].sel;
>                                 alu.src[0].chan = k;
>                                 alu.src[0].rel = ctx->src[i].rel;
> +                               alu.src[0].kc_bank = ctx->src[i].kc_bank;
>                                 alu.dst.sel = treg;
>                                 alu.dst.chan = k;
>                                 alu.dst.write = 1;
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to