diff options
author | brianp <brianp> | 2002-11-25 19:56:26 +0000 |
---|---|---|
committer | brianp <brianp> | 2002-11-25 19:56:26 +0000 |
commit | 26abccdbf563c1626601f996995aa62baa590c86 (patch) | |
tree | 280398898ccc711a77f8dc1700c924c7ed6aa363 /xc/include | |
parent | 89e41d84ab6ff27e035dca8d9ef02c0ca692a4cb (diff) |
merge from mesa-4-1-branch (Mesa 5.0)
Diffstat (limited to 'xc/include')
-rw-r--r-- | xc/include/GL/glxproto.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xc/include/GL/glxproto.h b/xc/include/GL/glxproto.h index 707675171..2721e49d3 100644 --- a/xc/include/GL/glxproto.h +++ b/xc/include/GL/glxproto.h @@ -1831,4 +1831,13 @@ typedef struct { #define X_GLXvop_QueryContextInfoEXT 1024 +/* New extension opcodes */ + +#define X_GLrop_WindowPos3fARB 230 +#define X_GLrop_PointParameterfARB 2065 +#define X_GLrop_PointParameterfvARB 2066 +#define X_GLrop_ActiveStencilFaceEXT 4220 + + + #endif /* _GLX_glxproto_h_ */ |