summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_intrinsics.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-08-05 23:45:37 -0700
committerEric Anholt <eric@anholt.net>2016-08-19 13:11:36 -0700
commit24728637e2c006012e4c0a3d87629b53beaddd3b (patch)
tree916ce785e77e5f688661e39f816c14351b6a127a /src/compiler/nir/nir_intrinsics.h
parentc078c41520214baf469dd4413f868e42c2959c5e (diff)
downloadexternal_mesa3d-24728637e2c006012e4c0a3d87629b53beaddd3b.zip
external_mesa3d-24728637e2c006012e4c0a3d87629b53beaddd3b.tar.gz
external_mesa3d-24728637e2c006012e4c0a3d87629b53beaddd3b.tar.bz2
nir: Move the undef of nir_intrinsics.h macros to the .h.
I wanted to include this from nir_builder as well, so it also needed the undefs. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/compiler/nir/nir_intrinsics.h')
-rw-r--r--src/compiler/nir/nir_intrinsics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/nir/nir_intrinsics.h b/src/compiler/nir/nir_intrinsics.h
index 42c770f..d0f7f5d 100644
--- a/src/compiler/nir/nir_intrinsics.h
+++ b/src/compiler/nir/nir_intrinsics.h
@@ -405,3 +405,6 @@ STORE(ssbo, 3, 1, WRMASK, xx, xx, 0)
STORE(shared, 2, 2, BASE, WRMASK, xx, 0)
LAST_INTRINSIC(store_shared)
+
+#undef INTRINSIC
+#undef LAST_INTRINSIC