2 * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
3 * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
5 * Permission is hereby granted, free of charge, to any person obtaining a
6 * copy of this software and associated documentation files (the "Software"),
7 * to deal in the Software without restriction, including without limitation
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 * and/or sell copies of the Software, and to permit persons to whom the
10 * Software is furnished to do so, subject to the following conditions:
12 * The above copyright notice including the dates of first publication and
13 * either this permission notice or a reference to
14 * http://oss.sgi.com/projects/FreeB/
15 * shall be included in all copies or substantial portions of the Software.
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
22 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * Except as contained in this notice, the name of Silicon Graphics, Inc.
26 * shall not be used in advertising or otherwise to promote the sale, use or
27 * other dealings in this Software without prior written authorization from
28 * Silicon Graphics, Inc.
33 * Direct rendering support added by Precision Insight, Inc.
35 * \author Kevin E. Martin <kevin@precisioninsight.com>
38 #ifndef _GLX_client_h_
39 #define _GLX_client_h_
40 #include <X11/Xproto.h>
41 #include <X11/Xlibint.h>
42 #include <X11/Xfuncproto.h>
43 #include <X11/extensions/extutil.h>
44 #define GLX_GLXEXT_PROTOTYPES
46 #include <GL/glxext.h>
53 #include "GL/glxproto.h"
54 #include "glapi/glapitable.h"
55 #include "glxconfig.h"
57 #if defined( PTHREADS )
61 #include "glxextensions.h"
63 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
65 #define GLX_MAJOR_VERSION 1 /* current version numbers */
66 #define GLX_MINOR_VERSION 4
68 #define __GLX_MAX_TEXTURE_UNITS 32
73 /************************************************************************/
75 #ifdef GLX_DIRECT_RENDERING
77 extern void DRI_glXUseXFont(struct glx_context
*ctx
,
78 Font font
, int first
, int count
, int listbase
);
82 #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
85 * Display dependent methods. This structure is initialized during the
86 * \c driCreateDisplay call.
88 typedef struct __GLXDRIdisplayRec __GLXDRIdisplay
;
89 typedef struct __GLXDRIscreenRec __GLXDRIscreen
;
90 typedef struct __GLXDRIdrawableRec __GLXDRIdrawable
;
92 #include "glxextensions.h"
94 struct __GLXDRIdisplayRec
97 * Method to destroy the private DRI display data.
99 void (*destroyDisplay
) (__GLXDRIdisplay
* display
);
101 struct glx_screen
*(*createScreen
)(int screen
, struct glx_display
* priv
);
104 struct __GLXDRIscreenRec
{
106 void (*destroyScreen
)(struct glx_screen
*psc
);
108 struct glx_context
*(*createContext
)(struct glx_screen
*psc
,
109 struct glx_config
*config
,
110 struct glx_context
*shareList
,
113 __GLXDRIdrawable
*(*createDrawable
)(struct glx_screen
*psc
,
115 GLXDrawable glxDrawable
,
116 struct glx_config
*config
);
118 int64_t (*swapBuffers
)(__GLXDRIdrawable
*pdraw
, int64_t target_msc
,
119 int64_t divisor
, int64_t remainder
);
120 void (*copySubBuffer
)(__GLXDRIdrawable
*pdraw
,
121 int x
, int y
, int width
, int height
);
122 int (*getDrawableMSC
)(struct glx_screen
*psc
, __GLXDRIdrawable
*pdraw
,
123 int64_t *ust
, int64_t *msc
, int64_t *sbc
);
124 int (*waitForMSC
)(__GLXDRIdrawable
*pdraw
, int64_t target_msc
,
125 int64_t divisor
, int64_t remainder
, int64_t *ust
,
126 int64_t *msc
, int64_t *sbc
);
127 int (*waitForSBC
)(__GLXDRIdrawable
*pdraw
, int64_t target_sbc
, int64_t *ust
,
128 int64_t *msc
, int64_t *sbc
);
129 int (*setSwapInterval
)(__GLXDRIdrawable
*pdraw
, int interval
);
130 int (*getSwapInterval
)(__GLXDRIdrawable
*pdraw
);
133 struct __GLXDRIdrawableRec
135 void (*destroyDrawable
) (__GLXDRIdrawable
* drawable
);
139 struct glx_screen
*psc
;
140 GLenum textureTarget
;
141 GLenum textureFormat
; /* EXT_texture_from_pixmap support */
142 unsigned long eventMask
;
146 ** Function to create and DRI display data and initialize the display
147 ** dependent methods.
149 extern __GLXDRIdisplay
*driswCreateDisplay(Display
* dpy
);
150 extern __GLXDRIdisplay
*driCreateDisplay(Display
* dpy
);
151 extern __GLXDRIdisplay
*dri2CreateDisplay(Display
* dpy
);
152 extern void dri2InvalidateBuffers(Display
*dpy
, XID drawable
);
156 ** Functions to obtain driver configuration information from a direct
157 ** rendering client application
159 extern const char *glXGetScreenDriver(Display
* dpy
, int scrNum
);
161 extern const char *glXGetDriverConfig(const char *driverName
);
165 /************************************************************************/
167 #define __GL_CLIENT_ATTRIB_STACK_DEPTH 16
169 typedef struct __GLXpixelStoreModeRec
171 GLboolean swapEndian
;
180 } __GLXpixelStoreMode
;
183 typedef struct __GLXattributeRec
188 * Pixel storage state. Most of the pixel store mode state is kept
189 * here and used by the client code to manage the packing and
190 * unpacking of data sent to/received from the server.
192 __GLXpixelStoreMode storePack
, storeUnpack
;
195 * Is EXT_vertex_array / GL 1.1 DrawArrays protocol specifically
198 GLboolean NoDrawArraysProtocol
;
201 * Vertex Array storage state. The vertex array component
202 * state is stored here and is used to manage the packing of
203 * DrawArrays data sent to the server.
205 struct array_state_vector
*array_state
;
208 typedef struct __GLXattributeMachineRec
210 __GLXattribute
*stack
[__GL_CLIENT_ATTRIB_STACK_DEPTH
];
211 __GLXattribute
**stackPointer
;
212 } __GLXattributeMachine
;
214 struct glx_context_vtable
{
215 void (*destroy
)(struct glx_context
*ctx
);
216 int (*bind
)(struct glx_context
*context
, struct glx_context
*old
,
217 GLXDrawable draw
, GLXDrawable read
);
218 void (*unbind
)(struct glx_context
*context
, struct glx_context
*new);
219 void (*wait_gl
)(struct glx_context
*ctx
);
220 void (*wait_x
)(struct glx_context
*ctx
);
221 void (*use_x_font
)(struct glx_context
*ctx
,
222 Font font
, int first
, int count
, int listBase
);
223 void (*bind_tex_image
)(Display
* dpy
,
224 GLXDrawable drawable
,
225 int buffer
, const int *attrib_list
);
226 void (*release_tex_image
)(Display
* dpy
, GLXDrawable drawable
, int buffer
);
231 glx_send_destroy_context(Display
*dpy
, XID xid
);
234 * GLX state that needs to be kept on the client. One of these records
235 * exist for each context that has been made current by this client.
240 * \name Drawing command buffer.
242 * Drawing commands are packed into this buffer before being sent as a
243 * single GLX protocol request. The buffer is sent when it overflows or
244 * is flushed by \c __glXFlushRenderBuffer. \c pc is the next location
245 * in the buffer to be filled. \c limit is described above in the buffer
248 * Commands that require large amounts of data to be transfered will
249 * also use this buffer to hold a header that describes the large
252 * These must be the first 6 fields since they are static initialized
253 * in the dummy context in glxext.c
264 * The XID of this rendering context. When the context is created a
265 * new XID is allocated. This is set to None when the context is
266 * destroyed but is still current to some thread. In this case the
267 * context will be freed on next MakeCurrent.
272 * The XID of the \c shareList context.
280 struct glx_screen
*psc
;
283 * \c GL_TRUE if the context was created with ImportContext, which
284 * means the server-side context was created by another X client.
289 * The context tag returned by MakeCurrent when this context is made
290 * current. This tag is used to identify the context that a thread has
291 * current so that proper server context management can be done. It is
292 * used for all context specific commands (i.e., \c Render, \c RenderLarge,
293 * \c WaitX, \c WaitGL, \c UseXFont, and \c MakeCurrent (for the old
296 GLXContextTag currentContextTag
;
299 * \name Rendering mode
301 * The rendering mode is kept on the client as well as the server.
302 * When \c glRenderMode is called, the buffer associated with the
303 * previous rendering mode (feedback or select) is filled.
307 GLfloat
*feedbackBuf
;
312 * This is \c GL_TRUE if the pixel unpack modes are such that an image
313 * can be unpacked from the clients memory by just copying. It may
314 * still be true that the server will have to do some work. This
315 * just promises that a straight copy will fetch the correct bytes.
317 GLboolean fastImageUnpack
;
320 * Fill newImage with the unpacked form of \c oldImage getting it
321 * ready for transport to the server.
323 void (*fillImage
) (struct glx_context
*, GLint
, GLint
, GLint
, GLint
, GLenum
,
324 GLenum
, const GLvoid
*, GLubyte
*, GLubyte
*);
327 * Client side attribs.
329 __GLXattributeMachine attributes
;
332 * Client side error code. This is set when client side gl API
333 * routines need to set an error because of a bad enumerant or
334 * running out of memory, etc.
339 * Whether this context does direct rendering.
344 * \c dpy of current display for this context. Will be \c NULL if not
345 * current to any display, or if this is the "dummy context".
350 * The current drawable for this context. Will be None if this
351 * context is not current to any drawable. currentReadable is below.
353 GLXDrawable currentDrawable
;
356 * \name GL Constant Strings
358 * Constant strings that describe the server implementation
359 * These pertain to GL attributes, not to be confused with
360 * GLX versioning attributes.
370 * Maximum small render command size. This is the smaller of 64k and
371 * the size of the above buffer.
373 GLint maxSmallRenderCommandSize
;
376 * Major opcode for the extension. Copied here so a lookup isn't
382 * Pointer to the config used to create this context.
384 struct glx_config
*config
;
387 * The current read-drawable for this context. Will be None if this
388 * context is not current to any drawable.
390 * \since Internal API version 20030606.
392 GLXDrawable currentReadable
;
395 * Pointer to client-state data that is private to libGL. This is only
396 * used for indirect rendering contexts.
398 * No internal API version change was made for this change. Client-side
399 * drivers should NEVER use this data or even care that it exists.
401 void *client_state_private
;
404 * Stored value for \c glXQueryContext attribute \c GLX_RENDER_TYPE.
409 * \name Raw server GL version
411 * True core GL version supported by the server. This is the raw value
412 * returned by the server, and it may not reflect what is actually
413 * supported (or reported) by the client-side library.
416 int server_major
; /**< Major version number. */
417 int server_minor
; /**< Minor version number. */
421 * Thread ID we're currently current in. Zero if none.
423 unsigned long thread_id
;
425 char gl_extension_bits
[__GL_EXT_BYTES
];
427 const struct glx_context_vtable
*vtable
;
431 glx_context_init(struct glx_context
*gc
,
432 struct glx_screen
*psc
, struct glx_config
*fbconfig
);
434 #define __glXSetError(gc,code) \
435 if (!(gc)->error) { \
436 (gc)->error = code; \
439 extern void __glFreeAttributeState(struct glx_context
*);
441 /************************************************************************/
444 * The size of the largest drawing command known to the implementation
445 * that will use the GLXRender GLX command. In this case it is
446 * \c glPolygonStipple.
448 #define __GLX_MAX_SMALL_RENDER_CMD_SIZE 156
451 * To keep the implementation fast, the code uses a "limit" pointer
452 * to determine when the drawing command buffer is too full to hold
453 * another fixed size command. This constant defines the amount of
454 * space that must always be available in the drawing command buffer
455 * at all times for the implementation to work. It is important that
456 * the number be just large enough, but not so large as to reduce the
457 * efficacy of the buffer. The "+32" is just to keep the code working
458 * in case somebody counts wrong.
460 #define __GLX_BUFFER_LIMIT_SIZE (__GLX_MAX_SMALL_RENDER_CMD_SIZE + 32)
463 * This implementation uses a smaller threshold for switching
464 * to the RenderLarge protocol than the protcol requires so that
465 * large copies don't occur.
467 #define __GLX_RENDER_CMD_SIZE_LIMIT 4096
470 * One of these records exists per screen of the display. It contains
471 * a pointer to the config data for that screen (if the screen supports GL).
473 struct glx_screen_vtable
{
474 struct glx_context
*(*create_context
)(struct glx_screen
*psc
,
475 struct glx_config
*config
,
476 struct glx_context
*shareList
,
482 const struct glx_screen_vtable
*vtable
;
485 * GLX extension string reported by the X-server.
487 const char *serverGLXexts
;
490 * GLX extension string to be reported to applications. This is the
491 * set of extensions that the application can actually use.
493 char *effectiveGLXexts
;
495 struct glx_display
*display
;
497 #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
499 * Per screen direct rendering interface functions and data.
504 __GLXDRIscreen
*driScreen
;
508 * Linked list of glx visuals and fbconfigs for this screen.
510 struct glx_config
*visuals
, *configs
;
513 * Per-screen dynamic GLX extension tracking. The \c direct_support
514 * field only contains enough bits for 64 extensions. Should libGL
515 * ever need to track more than 64 GLX extensions, we can safely grow
516 * this field. The \c struct glx_screen structure is not used outside
520 unsigned char direct_support
[8];
521 GLboolean ext_list_first_time
;
527 * Per display private data. One of these records exists for each display
528 * that is using the OpenGL (GLX) extension.
532 /* The extension protocol codes */
534 struct glx_display
*next
;
537 * Back pointer to the display
542 * The \c majorOpcode is common to all connections to the same server.
543 * It is also copied into the context structure.
548 * \name Server Version
550 * Major and minor version returned by the server during initialization.
553 int majorVersion
, minorVersion
;
557 * \name Storage for the servers GLX vendor and versions strings.
559 * These are the same for all screens on this display. These fields will
560 * be filled in on demand.
563 const char *serverGLXvendor
;
564 const char *serverGLXversion
;
568 * Configurations of visuals for all screens on this display.
569 * Also, per screen data which now includes the server \c GLX_EXTENSION
572 struct glx_screen
**screens
;
574 #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
575 __glxHashTable
*drawHash
;
578 * Per display direct rendering interface functions and data.
580 __GLXDRIdisplay
*driswDisplay
;
581 __GLXDRIdisplay
*driDisplay
;
582 __GLXDRIdisplay
*dri2Display
;
587 glx_screen_init(struct glx_screen
*psc
,
588 int screen
, struct glx_display
* priv
);
590 #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
591 extern __GLXDRIdrawable
*
592 dri2GetGlxDrawableFromXDrawableId(Display
*dpy
, XID id
);
595 extern GLubyte
*__glXFlushRenderBuffer(struct glx_context
*, GLubyte
*);
597 extern void __glXSendLargeChunk(struct glx_context
* gc
, GLint requestNumber
,
599 const GLvoid
* data
, GLint dataLen
);
601 extern void __glXSendLargeCommand(struct glx_context
*, const GLvoid
*, GLint
,
602 const GLvoid
*, GLint
);
604 /* Initialize the GLX extension for dpy */
605 extern struct glx_display
*__glXInitialize(Display
*);
607 extern void __glXPreferEGL(int state
);
609 /************************************************************************/
611 extern int __glXDebug
;
613 /* This is per-thread storage in an MT environment */
614 #if defined( PTHREADS )
616 extern void __glXSetCurrentContext(struct glx_context
* c
);
618 # if defined( GLX_USE_TLS )
620 extern __thread
void *__glX_tls_Context
621 __attribute__ ((tls_model("initial-exec")));
623 # define __glXGetCurrentContext() __glX_tls_Context
627 extern struct glx_context
*__glXGetCurrentContext(void);
629 # endif /* defined( GLX_USE_TLS ) */
633 extern struct glx_context
*__glXcurrentContext
;
634 #define __glXGetCurrentContext() __glXcurrentContext
635 #define __glXSetCurrentContext(gc) __glXcurrentContext = gc
637 #endif /* defined( PTHREADS ) */
639 extern void __glXSetCurrentContextNull(void);
643 ** Global lock for all threads in this address space using the GLX
646 #if defined( PTHREADS )
647 extern pthread_mutex_t __glXmutex
;
648 #define __glXLock() pthread_mutex_lock(&__glXmutex)
649 #define __glXUnlock() pthread_mutex_unlock(&__glXmutex)
652 #define __glXUnlock()
656 ** Setup for a command. Initialize the extension for dpy if necessary.
658 extern CARD8
__glXSetupForCommand(Display
* dpy
);
660 /************************************************************************/
663 ** Data conversion and packing support.
666 extern const GLuint __glXDefaultPixelStore
[9];
668 /* Send an image to the server using RenderLarge. */
669 extern void __glXSendLargeImage(struct glx_context
* gc
, GLint compsize
, GLint dim
,
670 GLint width
, GLint height
, GLint depth
,
671 GLenum format
, GLenum type
,
672 const GLvoid
* src
, GLubyte
* pc
,
675 /* Return the size, in bytes, of some pixel data */
676 extern GLint
__glImageSize(GLint
, GLint
, GLint
, GLenum
, GLenum
, GLenum
);
678 /* Return the number of elements per group of a specified format*/
679 extern GLint
__glElementsPerGroup(GLenum format
, GLenum type
);
681 /* Return the number of bytes per element, based on the element type (other
684 extern GLint
__glBytesPerElement(GLenum type
);
687 ** Fill the transport buffer with the data from the users buffer,
688 ** applying some of the pixel store modes (unpack modes) to the data
689 ** first. As a side effect of this call, the "modes" field is
690 ** updated to contain the modes needed by the server to decode the
693 extern void __glFillImage(struct glx_context
*, GLint
, GLint
, GLint
, GLint
, GLenum
,
694 GLenum
, const GLvoid
*, GLubyte
*, GLubyte
*);
696 /* Copy map data with a stride into a packed buffer */
697 extern void __glFillMap1f(GLint
, GLint
, GLint
, const GLfloat
*, GLubyte
*);
698 extern void __glFillMap1d(GLint
, GLint
, GLint
, const GLdouble
*, GLubyte
*);
699 extern void __glFillMap2f(GLint
, GLint
, GLint
, GLint
, GLint
,
700 const GLfloat
*, GLfloat
*);
701 extern void __glFillMap2d(GLint
, GLint
, GLint
, GLint
, GLint
,
702 const GLdouble
*, GLdouble
*);
705 ** Empty an image out of the reply buffer into the clients memory applying
706 ** the pack modes to pack back into the clients requested format.
708 extern void __glEmptyImage(struct glx_context
*, GLint
, GLint
, GLint
, GLint
, GLenum
,
709 GLenum
, const GLubyte
*, GLvoid
*);
713 ** Allocate and Initialize Vertex Array client state, and free.
715 extern void __glXInitVertexArrayState(struct glx_context
*);
716 extern void __glXFreeVertexArrayState(struct glx_context
*);
719 ** Inform the Server of the major and minor numbers and of the client
720 ** libraries extension string.
722 extern void __glXClientInfo(Display
* dpy
, int opcode
);
724 /************************************************************************/
727 ** Declarations that should be in Xlib
729 #ifdef __GL_USE_OUR_PROTOTYPES
730 extern void _XFlush(Display
*);
731 extern Status
_XReply(Display
*, xReply
*, int, Bool
);
732 extern void _XRead(Display
*, void *, long);
733 extern void _XSend(Display
*, const void *, long);
737 extern void __glXInitializeVisualConfigFromTags(struct glx_config
* config
,
738 int count
, const INT32
* bp
,
740 Bool fbconfig_style_tags
);
742 extern char *__glXQueryServerString(Display
* dpy
, int opcode
,
743 CARD32 screen
, CARD32 name
);
744 extern char *__glXGetString(Display
* dpy
, int opcode
,
745 CARD32 screen
, CARD32 name
);
747 extern char *__glXstrdup(const char *str
);
750 extern const char __glXGLClientVersion
[];
751 extern const char __glXGLClientExtensions
[];
753 /* Get the unadjusted system time */
754 extern int __glXGetUST(int64_t * ust
);
756 extern GLboolean
__glXGetMscRateOML(Display
* dpy
, GLXDrawable drawable
,
758 int32_t * denominator
);
760 #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
762 __glxGetMscRate(__GLXDRIdrawable
*glxDraw
,
763 int32_t * numerator
, int32_t * denominator
);
765 /* So that dri2.c:DRI2WireToEvent() can access
766 * glx_info->codes->first_event */
767 XExtDisplayInfo
*__glXFindDisplay (Display
*dpy
);
770 GarbageCollectDRIDrawables(struct glx_screen
*psc
);
772 extern __GLXDRIdrawable
*
773 GetGLXDRIDrawable(Display
*dpy
, GLXDrawable drawable
);
777 extern struct glx_context dummyContext
;
779 extern struct glx_screen
*
780 indirect_create_screen(int screen
, struct glx_display
* priv
);
781 extern struct glx_context
*
782 indirect_create_context(struct glx_screen
*psc
,
783 struct glx_config
*mode
,
784 struct glx_context
*shareList
, int renderType
);
786 #endif /* !__GLX_client_h__ */