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 0dbee78..820b3e5 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 02d962c..2445fcc 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