Am Freitag, den 03.11.2017, 17:24 +1000 schrieb Dave Airlie:
> From: Dave Airlie <airl...@redhat.com>
> 
[...]

> diff --git a/src/gallium/drivers/radeonsi/si_pipe.c
> b/src/gallium/drivers/radeonsi/si_pipe.c
> index 875aff6..39f7b7b 100644
> --- a/src/gallium/drivers/radeonsi/si_pipe.c
> +++ b/src/gallium/drivers/radeonsi/si_pipe.c
> @@ -786,6 +786,9 @@ static int si_get_shader_param(struct
> pipe_screen* pscreen,
>       /* Unsupported boolean features. */
>       case PIPE_SHADER_CAP_SUBROUTINES:
>       case PIPE_SHADER_CAP_SUPPORTED_IRS:
> +     case PIPE_SHADER_CAP_TGSI_DFRACEXP_DLDEXP_SUPPORTED:

The patch set does not compile because of this, as of d190bfc1ad  
PIPE_SHADER_CAP_TGSI_DFRACEXP_DLDEXP_SUPPORTED is already handled  with
"return 1". 

Best,
Gert 







_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to