summaryrefslogtreecommitdiff
path: root/glxproto.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-09-14 14:17:57 -0700
committerIan Romanick <idr@us.ibm.com>2006-09-14 14:17:57 -0700
commite37b97e0392affea38cdddbcc279e6a69b7a13bd (patch)
treecc7af2a7a4fe7a62e634c28174ea1179af08ba57 /glxproto.h
parent786f411fedfcd556399437e11c5a401758da193b (diff)
downloadxorg-proto-glproto-e37b97e0392affea38cdddbcc279e6a69b7a13bd.tar.gz
Use correct opcodes for GLX_EXT_texture_from_pixmap.glproto-1.4.8
Diffstat (limited to 'glxproto.h')
-rw-r--r--glxproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glxproto.h b/glxproto.h
index 787bf07..1beafb8 100644
--- a/glxproto.h
+++ b/glxproto.h
@@ -2369,6 +2369,8 @@ typedef struct {
/* Opcodes for GLX vendor private commands */
#define X_GLXvop_QueryContextInfoEXT 1024
+#define X_GLXvop_BindTexImageEXT 1330
+#define X_GLXvop_ReleaseTexImageEXT 1331
#define X_GLXvop_SwapIntervalSGI 65536
#define X_GLXvop_MakeCurrentReadSGI 65537
#define X_GLXvop_CreateGLXVideoSourceSGIX 65538
@@ -2387,8 +2389,6 @@ typedef struct {
#define X_GLXvop_QueryHyperpipeConfigSGIX 65551
#define X_GLXvop_HyperpipeConfigSGIX 65552
#define X_GLXvop_DestroyHyperpipeConfigSGIX 65553
-#define X_GLXvop_BindTexImageEXT 5152
-#define X_GLXvop_ReleaseTexImageEXT 5153
/* ARB extension opcodes */