From 0d08399d8df6d7c52b1d85b0b54ec8d4c4fa6a28 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 4 Sep 2003 23:38:03 +0000 Subject: move SWIZZLE_ZERO/ONE tokens to program.h --- src/mesa/main/nvvertprog.h | 5 ----- src/mesa/main/program.h | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/nvvertprog.h b/src/mesa/main/nvvertprog.h index 0dbee780df..820b3e5692 100644 --- a/src/mesa/main/nvvertprog.h +++ b/src/mesa/main/nvvertprog.h @@ -34,11 +34,6 @@ #define NVVERTPROG_H -/* for GL_ARB_v_p SWZ instruction */ -#define SWIZZLE_ZERO 100 -#define SWIZZLE_ONE 101 - - /* Vertex program opcodes */ enum vp_opcode { diff --git a/src/mesa/main/program.h b/src/mesa/main/program.h index 02d962c796..2445fcc9a4 100644 --- a/src/mesa/main/program.h +++ b/src/mesa/main/program.h @@ -35,6 +35,10 @@ #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 -- cgit v1.2.3