move SWIZZLE_ZERO/ONE tokens to program.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 4 Sep 2003 23:38:03 +0000 (23:38 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 4 Sep 2003 23:38:03 +0000 (23:38 +0000)
src/mesa/main/nvvertprog.h
src/mesa/main/program.h

index 0dbee780dfd58e24b1055a5c3f79634c880c95ac..820b3e5692bd5ae2f43bcfbab00e113585e0ec5b 100644 (file)
 #define NVVERTPROG_H
 
 
-/* for GL_ARB_v_p SWZ instruction */
-#define SWIZZLE_ZERO 100
-#define SWIZZLE_ONE  101
-
-
 /* Vertex program opcodes */
 enum vp_opcode
 {
index 02d962c7965f2288ad8c23d42b966af298b33990..2445fcc9a44d849e6bd29843e0589a9c105c342f 100644 (file)
 #include "mtypes.h"
 
 
+/* for GL_ARB_v_p and GL_ARB_f_p SWZ instruction */
+#define SWIZZLE_ZERO 100
+#define SWIZZLE_ONE  101
+
 
 /*
  * Internal functions