Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-16 Thread Iago Toral
On Tue, 2016-03-15 at 08:02 -0700, Jason Ekstrand wrote: > > On Mar 15, 2016 7:48 AM, "Connor Abbott" wrote: > > > > On Tue, Mar 15, 2016 at 10:43 AM, Connor Abbott > wrote: > > > On Tue, Mar 15, 2016 at 5:53 AM, Iago Toral > wrote: > > >> On Mon, 2016-03-14 at 16:48 -0700, Jason Ekstrand wrote

Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-15 Thread Jason Ekstrand
On Mar 15, 2016 7:48 AM, "Connor Abbott" wrote: > > On Tue, Mar 15, 2016 at 10:43 AM, Connor Abbott wrote: > > On Tue, Mar 15, 2016 at 5:53 AM, Iago Toral wrote: > >> On Mon, 2016-03-14 at 16:48 -0700, Jason Ekstrand wrote: > >>> > >>> > >>> On Mon, Mar 7, 2016 at 12:46 AM, Samuel Iglesias Gonsá

Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-15 Thread Connor Abbott
On Tue, Mar 15, 2016 at 10:43 AM, Connor Abbott wrote: > On Tue, Mar 15, 2016 at 5:53 AM, Iago Toral wrote: >> On Mon, 2016-03-14 at 16:48 -0700, Jason Ekstrand wrote: >>> >>> >>> On Mon, Mar 7, 2016 at 12:46 AM, Samuel Iglesias Gonsálvez >>> wrote: >>> From: Connor Abbott >>> >>>

Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-15 Thread Connor Abbott
On Tue, Mar 15, 2016 at 5:53 AM, Iago Toral wrote: > On Mon, 2016-03-14 at 16:48 -0700, Jason Ekstrand wrote: >> >> >> On Mon, Mar 7, 2016 at 12:46 AM, Samuel Iglesias Gonsálvez >> wrote: >> From: Connor Abbott >> >> v2: Use the bit-size information from the opcode information >>

Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-15 Thread Iago Toral
On Mon, 2016-03-14 at 20:05 -0400, Connor Abbott wrote: > On Mon, Mar 14, 2016 at 7:48 PM, Jason Ekstrand wrote: > > > > > > On Mon, Mar 7, 2016 at 12:46 AM, Samuel Iglesias Gonsálvez > > wrote: > >> > >> From: Connor Abbott > >> > >> v2: Use the bit-size information from the opcode information

Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-15 Thread Iago Toral
On Mon, 2016-03-14 at 16:48 -0700, Jason Ekstrand wrote: > > > On Mon, Mar 7, 2016 at 12:46 AM, Samuel Iglesias Gonsálvez > wrote: > From: Connor Abbott > > v2: Use the bit-size information from the opcode information > if defined (Iago) > > Sig

Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-14 Thread Connor Abbott
On Mon, Mar 14, 2016 at 7:48 PM, Jason Ekstrand wrote: > > > On Mon, Mar 7, 2016 at 12:46 AM, Samuel Iglesias Gonsálvez > wrote: >> >> From: Connor Abbott >> >> v2: Use the bit-size information from the opcode information if defined >> (Iago) >> >> Signed-off-by: Iago Toral Quiroga >> >> FIXME:

Re: [Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-14 Thread Jason Ekstrand
On Mon, Mar 7, 2016 at 12:46 AM, Samuel Iglesias Gonsálvez < sigles...@igalia.com> wrote: > From: Connor Abbott > > v2: Use the bit-size information from the opcode information if defined > (Iago) > > Signed-off-by: Iago Toral Quiroga > > FIXME: This should be squashed into the previous commit s

[Mesa-dev] [PATCH 06/14] nir: handle different bit sizes when constant folding

2016-03-07 Thread Samuel Iglesias Gonsálvez
From: Connor Abbott v2: Use the bit-size information from the opcode information if defined (Iago) Signed-off-by: Iago Toral Quiroga FIXME: This should be squashed into the previous commit so we don't break the build. The break happens because the python script that generates the constant fold