Re: [Mesa-dev] [PATCH 0/3] nir: Convert nir_variable_mode to a bitfield

2016-04-13 Thread Iago Toral
On Mon, 2016-04-11 at 13:50 -0700, Jason Ekstrand wrote: > This tiny series converts nir_var_mode to be a bitfield instead of a > regular enum and then converts two of the passes that currently take a mode > to handle the new bitfield. The reason for this is that a number of > different passes wan

Re: [Mesa-dev] [PATCH 0/3] nir: Convert nir_variable_mode to a bitfield

2016-04-12 Thread Jason Ekstrand
On Apr 12, 2016 7:52 AM, "Eirik Byrkjeflot Anonsen" wrote: > > Jason Ekstrand writes: > > > This tiny series converts nir_var_mode to be a bitfield instead of a > > regular enum and then converts two of the passes that currently take a mode > > to handle the new bitfield. The reason for this is

Re: [Mesa-dev] [PATCH 0/3] nir: Convert nir_variable_mode to a bitfield

2016-04-11 Thread Rob Clark
On Mon, Apr 11, 2016 at 6:48 PM, Eric Anholt wrote: > Jason Ekstrand writes: > >> This tiny series converts nir_var_mode to be a bitfield instead of a >> regular enum and then converts two of the passes that currently take a mode >> to handle the new bitfield. The reason for this is that a numbe

Re: [Mesa-dev] [PATCH 0/3] nir: Convert nir_variable_mode to a bitfield

2016-04-11 Thread Eric Anholt
Jason Ekstrand writes: > This tiny series converts nir_var_mode to be a bitfield instead of a > regular enum and then converts two of the passes that currently take a mode > to handle the new bitfield. The reason for this is that a number of > different passes want to be able to act on some subs

[Mesa-dev] [PATCH 0/3] nir: Convert nir_variable_mode to a bitfield

2016-04-11 Thread Jason Ekstrand
This tiny series converts nir_var_mode to be a bitfield instead of a regular enum and then converts two of the passes that currently take a mode to handle the new bitfield. The reason for this is that a number of different passes want to be able to act on some subset of the modes and can run more