summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-09-14 09:16:40 -0600
committerBrian Paul <brianp@vmware.com>2010-09-14 09:16:40 -0600
commit83f5f50f2f69adae497c71ac48e4e0177979ebff (patch)
tree44a735f49ae3af9ef1b7143f509ce6981e5cb296 /src/mesa/main/mtypes.h
parent1c0644e9dac946131594216e23953a9c85335282 (diff)
mesa: move, redefine MESA_GEOMETRY_PROGRAM
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index cabc42b854..864805af0e 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -51,14 +51,6 @@
/**
- * Internal token
- * Must be simply different than GL_VERTEX_PROGRAM
- * and GL_FRAGMENT_PROGRAM_ARB
- * FIXME: this will have to be a real GL extension
- */
-#define MESA_GEOMETRY_PROGRAM 0x9999
-
-/**
* Color channel data type.
*/
#if CHAN_BITS == 8