[Mesa-dev] [PATCH] gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_info
Marek Olšák
maraeo at gmail.com
Fri Feb 23 12:33:47 UTC 2018
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Marek
On Fri, Feb 23, 2018 at 3:52 AM, Timothy Arceri <tarceri at itsqueeze.com> wrote:
> Seems to have not been used since 16be87c90429
> ---
> src/gallium/auxiliary/tgsi/tgsi_scan.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h
> index 0f872b0022..1887ff342d 100644
> --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h
> +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h
> @@ -132,7 +132,6 @@ struct tgsi_shader_info
> boolean writes_viewport_index;
> boolean writes_layer;
> boolean writes_memory; /**< contains stores or atomics to buffers or images */
> - boolean is_msaa_sampler[PIPE_MAX_SAMPLERS];
> boolean uses_doubles; /**< uses any of the double instructions */
> boolean uses_derivatives;
> boolean uses_bindless_samplers;
> --
> 2.14.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list