Re: [Mesa-dev] [PATCH 027/133] Fix what I think are a few NIR typos

2014-12-16 Thread Jason Ekstrand
On Dec 16, 2014 10:10 AM, "Connor Abbott" wrote: > > On Tue, Dec 16, 2014 at 1:04 AM, Jason Ekstrand wrote: > > --- > > src/glsl/nir/nir_opcodes.h| 6 +++--- > > src/glsl/nir/nir_opt_copy_propagate.c | 2 +- > > 2 files changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/sr

Re: [Mesa-dev] [PATCH 027/133] Fix what I think are a few NIR typos

2014-12-16 Thread Connor Abbott
On Tue, Dec 16, 2014 at 1:04 AM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir_opcodes.h| 6 +++--- > src/glsl/nir/nir_opt_copy_propagate.c | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/glsl/nir/nir_opcodes.h b/src/glsl/nir/nir_opcodes.h > index 36a5

[Mesa-dev] [PATCH 027/133] Fix what I think are a few NIR typos

2014-12-15 Thread Jason Ekstrand
--- src/glsl/nir/nir_opcodes.h| 6 +++--- src/glsl/nir/nir_opt_copy_propagate.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/glsl/nir/nir_opcodes.h b/src/glsl/nir/nir_opcodes.h index 36a50d7..bee4bd1 100644 --- a/src/glsl/nir/nir_opcodes.h +++ b/src/glsl/n