Re: [Mesa-dev] [PATCH 088/133] nir: Use the enum for the variable mode

2014-12-17 Thread Jason Ekstrand
On Wed, Dec 17, 2014 at 5:39 PM, Connor Abbott wrote: > Again, this looks pretty self-contained and pretty easy to squash. > Sure. > > On Tue, Dec 16, 2014 at 1:11 AM, Jason Ekstrand > wrote: > > --- > > src/glsl/nir/nir.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > dif

Re: [Mesa-dev] [PATCH 088/133] nir: Use the enum for the variable mode

2014-12-17 Thread Connor Abbott
Again, this looks pretty self-contained and pretty easy to squash. On Tue, Dec 16, 2014 at 1:11 AM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h > index b04a137..fc16cb5 100644 >

[Mesa-dev] [PATCH 088/133] nir: Use the enum for the variable mode

2014-12-15 Thread Jason Ekstrand
--- src/glsl/nir/nir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index b04a137..fc16cb5 100644 --- a/src/glsl/nir/nir.h +++ b/src/glsl/nir/nir.h @@ -155,7 +155,7 @@ typedef struct { * * \sa nir_variable_mode