[Mesa-dev] [PATCH 4/5] ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case

Samuel Iglesias Gonsálvez siglesias at igalia.com
Wed Dec 21 10:54:05 UTC 2016


Reviewed-by: Samuel Iglesias Gonsálvez <siglesias at igalia.com>

On Thu, 2016-11-24 at 13:36 +0100, Juan A. Suarez Romero wrote:
> Fixes a warning.
> ---
>  src/gallium/auxiliary/nir/tgsi_to_nir.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/auxiliary/nir/tgsi_to_nir.c
> b/src/gallium/auxiliary/nir/tgsi_to_nir.c
> index 3f05acd..e90684f 100644
> --- a/src/gallium/auxiliary/nir/tgsi_to_nir.c
> +++ b/src/gallium/auxiliary/nir/tgsi_to_nir.c
> @@ -1341,6 +1341,7 @@ ttn_tex(struct ttn_compile *c, nir_alu_dest
> dest, nir_ssa_def **src)
>        instr->coord_components = 3;
>        break;
>     case GLSL_SAMPLER_DIM_SUBPASS:
> +   case GLSL_SAMPLER_DIM_SUBPASS_MS:
>        unreachable("invalid sampler_dim");
>     }
>  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161221/aafff721/attachment.sig>


More information about the mesa-dev mailing list