2 * Copyright © 2008 Red Hat, Inc.
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Soft-
6 * ware"), to deal in the Software without restriction, including without
7 * limitation the rights to use, copy, modify, merge, publish, distribute,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, provided that the above copyright
10 * notice(s) and this permission notice appear in all copies of the Soft-
11 * ware and that both the above copyright notice(s) and this permission
12 * notice appear in supporting documentation.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
16 * ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
17 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
18 * THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
19 * QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
22 * MANCE OF THIS SOFTWARE.
24 * Except as contained in this notice, the name of a copyright holder shall
25 * not be used in advertising or otherwise to promote the sale, use or
26 * other dealings in this Software without prior written authorization of
27 * the copyright holder.
30 * Kristian Høgsberg (krh@redhat.com)
33 #ifndef _DRI2_PROTO_H_
34 #define _DRI2_PROTO_H_
36 #define DRI2_NAME "DRI2"
40 #define DRI2NumberErrors 0
41 #define DRI2NumberEvents 2
42 #define DRI2NumberRequests 13
44 #define X_DRI2QueryVersion 0
45 #define X_DRI2Connect 1
46 #define X_DRI2Authenticate 2
47 #define X_DRI2CreateDrawable 3
48 #define X_DRI2DestroyDrawable 4
49 #define X_DRI2GetBuffers 5
50 #define X_DRI2CopyRegion 6
51 #define X_DRI2GetBuffersWithFormat 7
52 #define X_DRI2SwapBuffers 8
53 #define X_DRI2GetMSC 9
54 #define X_DRI2WaitMSC 10
55 #define X_DRI2WaitSBC 11
56 #define X_DRI2SwapInterval 12
59 CARD32 attachment B32
;
70 CARD32 majorVersion B32
;
71 CARD32 minorVersion B32
;
72 } xDRI2QueryVersionReq
;
73 #define sz_xDRI2QueryVersionReq 12
76 BYTE type
; /* X_Reply */
78 CARD16 sequenceNumber B16
;
80 CARD32 majorVersion B32
;
81 CARD32 minorVersion B32
;
86 } xDRI2QueryVersionReply
;
87 #define sz_xDRI2QueryVersionReply 32
94 CARD32 driverType B32
;
96 #define sz_xDRI2ConnectReq 12
99 BYTE type
; /* X_Reply */
101 CARD16 sequenceNumber B16
;
103 CARD32 driverNameLength B32
;
104 CARD32 deviceNameLength B32
;
110 #define sz_xDRI2ConnectReply 32
118 } xDRI2AuthenticateReq
;
119 #define sz_xDRI2AuthenticateReq 12
122 BYTE type
; /* X_Reply */
124 CARD16 sequenceNumber B16
;
126 CARD32 authenticated B32
;
132 } xDRI2AuthenticateReply
;
133 #define sz_xDRI2AuthenticateReply 32
140 } xDRI2CreateDrawableReq
;
141 #define sz_xDRI2CreateDrawableReq 8
148 } xDRI2DestroyDrawableReq
;
149 #define sz_xDRI2DestroyDrawableReq 8
157 } xDRI2GetBuffersReq
;
158 #define sz_xDRI2GetBuffersReq 12
161 BYTE type
; /* X_Reply */
163 CARD16 sequenceNumber B16
;
171 } xDRI2GetBuffersReply
;
172 #define sz_xDRI2GetBuffersReply 32
182 } xDRI2CopyRegionReq
;
183 #define sz_xDRI2CopyRegionReq 20
186 BYTE type
; /* X_Reply */
188 CARD16 sequenceNumber B16
;
196 } xDRI2CopyRegionReply
;
197 #define sz_xDRI2CopyRegionReply 32
204 CARD32 target_msc_hi B32
;
205 CARD32 target_msc_lo B32
;
206 CARD32 divisor_hi B32
;
207 CARD32 divisor_lo B32
;
208 CARD32 remainder_hi B32
;
209 CARD32 remainder_lo B32
;
210 } xDRI2SwapBuffersReq
;
211 #define sz_xDRI2SwapBuffersReq 32
214 BYTE type
; /* X_Reply */
216 CARD16 sequenceNumber B16
;
224 } xDRI2SwapBuffersReply
;
225 #define sz_xDRI2SwapBuffersReply 32