Re: [Mesa-dev] [PATCH 09/29] program/nir: include bit-size information

2016-03-21 Thread Jason Ekstrand
On Mon, Mar 21, 2016 at 5:05 AM, Samuel Iglesias Gonsálvez < sigles...@igalia.com> wrote: > From: Iago Toral Quiroga > > --- > src/mesa/program/prog_to_nir.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/program/prog_to_nir.c >

[Mesa-dev] [PATCH 09/29] program/nir: include bit-size information

2016-03-21 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga --- src/mesa/program/prog_to_nir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/program/prog_to_nir.c b/src/mesa/program/prog_to_nir.c index 16b79c9..0eac73c 100644 --- a/src/mesa/program/prog_to_nir.c +++