Re: [Mesa-dev] [PATCH 1/3] nir: Move the undef of nir_intrinsics.h macros to the .h.

2016-08-18 Thread Kenneth Graunke
On Saturday, August 6, 2016 12:28:36 AM PDT Eric Anholt wrote: > I wanted to include this from nir_builder as well, so it also needed the > undefs. > --- > src/compiler/nir/nir.h| 3 --- > src/compiler/nir/nir_intrinsics.h | 3 +++ > 2 files changed, 3 insertions(+), 3 deletions(-) >

[Mesa-dev] [PATCH 1/3] nir: Move the undef of nir_intrinsics.h macros to the .h.

2016-08-06 Thread Eric Anholt
I wanted to include this from nir_builder as well, so it also needed the undefs. --- src/compiler/nir/nir.h| 3 --- src/compiler/nir/nir_intrinsics.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 379a5f8e02