diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-06 02:51:57 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-06 02:51:57 +0000 |
commit | a30aedabe968efbbb122644a34385480d37630ad (patch) | |
tree | f89a5a90659ceec08ff70cc525914ca5b3033ffb | |
parent | 0526e5aa281ce0fedb3362e7e64f79d52312d7c0 (diff) |
Revert changes that duplicated GLX_SGIX_swap_barrier protocol requests andXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
replies
-rw-r--r-- | glxproto.h | 44 |
1 files changed, 0 insertions, 44 deletions
@@ -1083,50 +1083,6 @@ typedef struct { #define sz_xGLXQueryMaxSwapBarriersSGIXReply 32 /* -** glXBindSwapBarrierSGIX request -*/ -typedef struct GLXBindSwapBarrierSGIX { - CARD8 reqType; - CARD8 glxCode; - CARD16 length B16; - CARD32 vendorCode B32; /* vendor-specific opcode */ - CARD32 pad1 B32; /* unused; corresponds to contextTag in header */ - GLXDrawable drawable B32; - CARD32 barrier B32; -} xGLXBindSwapBarrierSGIXReq; -#define sz_xGLXBindSwapBarrierSGIXReq 20 - -/* -** glXQueryMaxSwapBarriersSGIX request -*/ -typedef struct GLXQueryMaxSwapBarriersSGIX { - CARD8 reqType; - CARD8 glxCode; - CARD16 length B16; - CARD32 vendorCode B32; /* vendor-specific opcode */ - CARD32 pad1 B32; /* unused; corresponds to contextTag in header */ - CARD32 screen B32; -} xGLXQueryMaxSwapBarriersSGIXReq; -#define sz_xGLXQueryMaxSwapBarriersSGIXReq 16 - -/* -** glXQueryMaxSwapBarriersSGIX reply -*/ -typedef struct { - BYTE type; /* X_Reply */ - CARD8 unused; /* not used */ - CARD16 sequenceNumber B16; - CARD32 length B32; - CARD32 max B32; - CARD32 pad2 B32; - CARD32 pad3 B32; - CARD32 pad4 B32; - CARD32 pad5 B32; - CARD32 pad6 B32; -} xGLXQueryMaxSwapBarriersSGIXReply; -#define sz_xGLXQueryMaxSwapBarriersSGIXReply 32 - -/* ** glXQueryHyperpipeNetworkSGIX request */ typedef struct GLXQueryHyperpipeNetworkSGIX { |