summaryrefslogtreecommitdiff
path: root/src/glx/x11/indirect.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-12-01 08:42:31 +0000
committerIan Romanick <idr@us.ibm.com>2004-12-01 08:42:31 +0000
commit529381ff750774a67d7f17de89e554123c221c86 (patch)
tree68dfd3eaa691ed5d1251f086ac99afa5b714592c /src/glx/x11/indirect.h
parente9789cf07186e710ee212effb2c25be96f7cbff2 (diff)
Make the transition to script-genereated GLX code easier.
Convert GL 1.4 / ARB_point_parameter function names to EXT_point_parameter / NV_point_sprite names.
Diffstat (limited to 'src/glx/x11/indirect.h')
-rw-r--r--src/glx/x11/indirect.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/glx/x11/indirect.h b/src/glx/x11/indirect.h
index 442c4ab53b..8b5db1b421 100644
--- a/src/glx/x11/indirect.h
+++ b/src/glx/x11/indirect.h
@@ -404,8 +404,13 @@ glxvendr_enum1_4(MultiTexCoord4i, X_GLrop_MultiTexCoord4ivARB, GLint, ARB)
glxvendr_enum1_4(MultiTexCoord4f, X_GLrop_MultiTexCoord4fvARB, GLfloat, ARB)
glxvendr_enum1_4(MultiTexCoord4d, X_GLrop_MultiTexCoord4dvARB, GLdouble, ARB)
-glxvendr_enum1_V(PointParameterf, X_GLrop_PointParameterf, GLfloat, ARB)
-glxproto_enum1_V(PointParameteri, X_GLrop_PointParameteri, GLint)
+#define X_GLrop_PointParameterfEXT 2065
+#define X_GLrop_PointParameterfvEXT 2066
+#define X_GLrop_PointParameteriNV 4221
+#define X_GLrop_PointParameterivNV 4222
+
+glxvendr_enum1_V(PointParameterf, X_GLrop_PointParameterf, GLfloat, EXT)
+glxvendr_enum1_V(PointParameteri, X_GLrop_PointParameteri, GLint, NV)
glxvendr_3(WindowPos3f, X_GLrop_WindowPos3fARB, GLfloat, MESA)