replace color table FloatTable boolean with Type enum
[mesa.git] / src / mesa / main / nvvertprog.h
index 1011fc5ad2dd9e3ddbf90a5f49cc8724bea41551..820b3e5692bd5ae2f43bcfbab00e113585e0ec5b 100644 (file)
@@ -25,6 +25,8 @@
 
 /* Private vertex program types and constants only used by files
  * related to vertex programs.
+ *
+ * XXX TO-DO: Rename this file "vertprog.h" since it's not NV-specific.
  */
 
 
 #define NVVERTPROG_H
 
 
-/* for GL_ARB_v_p SWZ instruction */
-#define SWIZZLE_ZERO 100
-#define SWIZZLE_ONE  101
-
-
 /* Vertex program opcodes */
 enum vp_opcode
 {