Reviewed-by: Marek Olšák <[email protected]>

On Sun, Jan 17, 2016 at 9:46 AM, Ilia Mirkin <[email protected]> wrote:
> Spotted by Coverity.
>
> Signed-off-by: Ilia Mirkin <[email protected]>
> ---
>  src/gallium/auxiliary/tgsi/tgsi_build.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.c 
> b/src/gallium/auxiliary/tgsi/tgsi_build.c
> index ea20746..83f5062 100644
> --- a/src/gallium/auxiliary/tgsi/tgsi_build.c
> +++ b/src/gallium/auxiliary/tgsi/tgsi_build.c
> @@ -110,6 +110,7 @@ tgsi_default_declaration( void )
>     declaration.Invariant = 0;
>     declaration.Local = 0;
>     declaration.Array = 0;
> +   declaration.Atomic = 0;
>     declaration.Padding = 0;
>
>     return declaration;
> --
> 2.4.10
>
> _______________________________________________
> 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