[Mesa-dev] [PATCH 1/9] gallium: add CAPs to support HW atomic counters. (v2)

Gert Wollny gw.fossdev at gmail.com
Fri Nov 3 13:05:43 UTC 2017


Am Freitag, den 03.11.2017, 17:24 +1000 schrieb Dave Airlie:
> From: Dave Airlie <airlied at 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 









More information about the mesa-dev mailing list