Re: [Mesa-dev] [PATCH v2] nir: Move system value -> intrinsic mapping into nir.c

2015-09-21 Thread Kenneth Graunke
On Monday, September 21, 2015 08:14:24 AM Jason Ekstrand wrote: > This way they're right next to the map going the other direction. > --- > src/glsl/nir/nir.c | 38 +++ > src/glsl/nir/nir.h | 1 + > src/glsl/nir/nir_lower_system_

[Mesa-dev] [PATCH v2] nir: Move system value -> intrinsic mapping into nir.c

2015-09-21 Thread Jason Ekstrand
This way they're right next to the map going the other direction. --- src/glsl/nir/nir.c | 38 +++ src/glsl/nir/nir.h | 1 + src/glsl/nir/nir_lower_system_values.c | 41 +- 3 files changed, 40 inse