summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 6fb28fdb80..ef38f58808 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -146,6 +146,12 @@
#ifndef GL_CON_1_ATI
#define GL_CON_1_ATI 0x8942
#endif
+#ifndef GL_CON_2_ATI
+#define GL_CON_2_ATI 0x8943
+#endif
+#ifndef GL_CON_3_ATI
+#define GL_CON_3_ATI 0x8944
+#endif
#ifndef GL_ADD_ATI
#define GL_ADD_ATI 0x8963
#endif
@@ -161,6 +167,9 @@
#ifndef GL_4X_BIT_ATI
#define GL_4X_BIT_ATI 2
#endif
+#ifndef GL_8X_BIT_ATI
+#define GL_8X_BIT_ATI 4
+#endif
#ifndef GL_BIAS_BIT_ATI
#define GL_BIAS_BIT_ATI 8
#endif