1 | /* $Id$ */
|
---|
2 |
|
---|
3 | /** @file
|
---|
4 | *
|
---|
5 | * VirtualBox guest OpenGL DRI GLX header
|
---|
6 | */
|
---|
7 |
|
---|
8 | /*
|
---|
9 | * Copyright (C) 2009 Sun Microsystems, Inc.
|
---|
10 | *
|
---|
11 | * Sun Microsystems, Inc. confidential
|
---|
12 | * All rights reserved
|
---|
13 | */
|
---|
14 |
|
---|
15 | #ifndef ___CROPENGL_DRI_GLX_H
|
---|
16 | #define ___CROPENGL_DRI_GLX_H
|
---|
17 |
|
---|
18 | #include "chromium.h"
|
---|
19 | #include "stub.h"
|
---|
20 |
|
---|
21 | #if defined(VBOXOGL_FAKEDRI) || defined(VBOXOGL_DRI)
|
---|
22 | #define VBOXGLXTAG(Func) vboxstub_##Func
|
---|
23 | #define VBOXGLXENTRYTAG(Func) vbox_##Func
|
---|
24 | #define VBOXGLTAG(Func) cr_##Func
|
---|
25 | #else
|
---|
26 | #define VBOXGLXTAG(Func) Func
|
---|
27 | #define VBOXGLXENTRYTAG(Func) Func
|
---|
28 | #define VBOXGLTAG(Func) Func
|
---|
29 | #endif
|
---|
30 |
|
---|
31 | #ifdef VBOXOGL_FAKEDRI
|
---|
32 | extern DECLEXPORT(const char *) VBOXGLXTAG(glXGetDriverConfig)(const char *driverName);
|
---|
33 | extern DECLEXPORT(void) VBOXGLXTAG(glXFreeMemoryMESA)(Display *dpy, int scrn, void *pointer);
|
---|
34 | extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXImportContextEXT)(Display *dpy, GLXContextID contextID);
|
---|
35 | extern DECLEXPORT(GLXContextID) VBOXGLXTAG(glXGetContextIDEXT)(const GLXContext ctx);
|
---|
36 | extern DECLEXPORT(Bool) VBOXGLXTAG(glXMakeCurrentReadSGI)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
---|
37 | extern DECLEXPORT(const char *) VBOXGLXTAG(glXGetScreenDriver)(Display *dpy, int scrNum);
|
---|
38 | extern DECLEXPORT(Display *) VBOXGLXTAG(glXGetCurrentDisplayEXT)(void);
|
---|
39 | extern DECLEXPORT(void) VBOXGLXTAG(glXFreeContextEXT)(Display *dpy, GLXContext ctx);
|
---|
40 | /*Mesa insternal*/
|
---|
41 | extern DECLEXPORT(int) VBOXGLXTAG(glXQueryContextInfoEXT)(Display *dpy, GLXContext ctx);
|
---|
42 | extern DECLEXPORT(void *) VBOXGLXTAG(glXAllocateMemoryMESA)(Display *dpy, int scrn,
|
---|
43 | size_t size, float readFreq,
|
---|
44 | float writeFreq, float priority);
|
---|
45 | extern DECLEXPORT(GLuint) VBOXGLXTAG(glXGetMemoryOffsetMESA)(Display *dpy, int scrn, const void *pointer );
|
---|
46 | extern DECLEXPORT(GLXPixmap) VBOXGLXTAG(glXCreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
|
---|
47 | #endif
|
---|
48 |
|
---|
49 | /*Common glX functions*/
|
---|
50 | extern DECLEXPORT(void) VBOXGLXTAG(glXCopyContext)( Display *dpy, GLXContext src, GLXContext dst,
|
---|
51 | #if defined(SunOS)
|
---|
52 | unsigned long mask);
|
---|
53 | #else
|
---|
54 | unsigned long mask);
|
---|
55 | #endif
|
---|
56 | extern DECLEXPORT(void) VBOXGLXTAG(glXUseXFont)(Font font, int first, int count, int listBase);
|
---|
57 | extern DECLEXPORT(CR_GLXFuncPtr) VBOXGLXTAG(glXGetProcAddress)(const GLubyte *name);
|
---|
58 | extern DECLEXPORT(Bool) VBOXGLXTAG(glXQueryExtension)(Display *dpy, int *errorBase, int *eventBase);
|
---|
59 | extern DECLEXPORT(Bool) VBOXGLXTAG(glXIsDirect)(Display *dpy, GLXContext ctx);
|
---|
60 | extern DECLEXPORT(GLXPixmap) VBOXGLXTAG(glXCreateGLXPixmap)(Display *dpy, XVisualInfo *vis, Pixmap pixmap);
|
---|
61 | extern DECLEXPORT(void) VBOXGLXTAG(glXSwapBuffers)(Display *dpy, GLXDrawable drawable);
|
---|
62 | extern DECLEXPORT(GLXDrawable) VBOXGLXTAG(glXGetCurrentDrawable)(void);
|
---|
63 | extern DECLEXPORT(void) VBOXGLXTAG(glXWaitGL)(void);
|
---|
64 | extern DECLEXPORT(Display *) VBOXGLXTAG(glXGetCurrentDisplay)(void);
|
---|
65 | extern DECLEXPORT(const char *) VBOXGLXTAG(glXQueryServerString)(Display *dpy, int screen, int name);
|
---|
66 | extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct);
|
---|
67 | extern DECLEXPORT(int) VBOXGLXTAG(glXGetConfig)(Display *dpy, XVisualInfo *vis, int attrib, int *value);
|
---|
68 | extern DECLEXPORT(void) VBOXGLXTAG(glXWaitX)(void);
|
---|
69 | extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXGetCurrentContext)(void);
|
---|
70 | extern DECLEXPORT(const char *) VBOXGLXTAG(glXGetClientString)(Display *dpy, int name);
|
---|
71 | extern DECLEXPORT(Bool) VBOXGLXTAG(glXMakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
|
---|
72 | extern DECLEXPORT(void) VBOXGLXTAG(glXDestroyContext)(Display *dpy, GLXContext ctx);
|
---|
73 | extern DECLEXPORT(CR_GLXFuncPtr) VBOXGLXTAG(glXGetProcAddressARB)(const GLubyte *name);
|
---|
74 | extern DECLEXPORT(void) VBOXGLXTAG(glXDestroyGLXPixmap)(Display *dpy, GLXPixmap pix);
|
---|
75 | extern DECLEXPORT(Bool) VBOXGLXTAG(glXQueryVersion)(Display *dpy, int *major, int *minor);
|
---|
76 | extern DECLEXPORT(XVisualInfo *) VBOXGLXTAG(glXChooseVisual)(Display *dpy, int screen, int *attribList);
|
---|
77 | extern DECLEXPORT(const char *) VBOXGLXTAG(glXQueryExtensionsString)(Display *dpy, int screen);
|
---|
78 |
|
---|
79 | /**
|
---|
80 | * Set this to 1 if you want to build stub functions for the
|
---|
81 | * GL_SGIX_pbuffer and GLX_SGIX_fbconfig extensions.
|
---|
82 | * This used to be disabled, due to "messy compilation issues",
|
---|
83 | * according to the earlier comment; but they're needed just
|
---|
84 | * to resolve symbols for OpenInventor applications, and I
|
---|
85 | * haven't found any reference to exactly what the "messy compilation
|
---|
86 | * issues" are, so I'm re-enabling the code by default.
|
---|
87 | */
|
---|
88 | #define GLX_EXTRAS 1
|
---|
89 |
|
---|
90 | #define GLX_SGIX_video_resize 1
|
---|
91 |
|
---|
92 | /**
|
---|
93 | * Prototypes, in case they're not in glx.h or glxext.h
|
---|
94 | * Unfortunately, there's some inconsistency between the extension
|
---|
95 | * specs, and the SGI, NVIDIA, XFree86 and common glxext.h header
|
---|
96 | * files.
|
---|
97 | */
|
---|
98 | #if defined(GLX_GLXEXT_VERSION)
|
---|
99 | /* match glxext.h, XFree86, Mesa */
|
---|
100 | #define ATTRIB_TYPE const int
|
---|
101 | #else
|
---|
102 | #define ATTRIB_TYPE int
|
---|
103 | #endif
|
---|
104 |
|
---|
105 | #if GLX_EXTRAS
|
---|
106 | extern DECLEXPORT(GLXPbufferSGIX) VBOXGLXTAG(glXCreateGLXPbufferSGIX)
|
---|
107 | (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
|
---|
108 |
|
---|
109 | extern DECLEXPORT(int) VBOXGLXTAG(glXQueryGLXPbufferSGIX)
|
---|
110 | (Display *dpy, GLXPbuffer pbuf, int attribute, unsigned int *value);
|
---|
111 |
|
---|
112 | extern DECLEXPORT(GLXFBConfigSGIX *) VBOXGLXTAG(glXChooseFBConfigSGIX)
|
---|
113 | (Display *dpy, int screen, int *attrib_list, int *nelements);
|
---|
114 |
|
---|
115 | extern DECLEXPORT(void) VBOXGLXTAG(glXDestroyGLXPbufferSGIX)(Display *dpy, GLXPbuffer pbuf);
|
---|
116 | extern DECLEXPORT(void) VBOXGLXTAG(glXSelectEventSGIX)(Display *dpy, GLXDrawable drawable, unsigned long mask);
|
---|
117 | extern DECLEXPORT(void) VBOXGLXTAG(glXGetSelectedEventSGIX)(Display *dpy, GLXDrawable drawable, unsigned long *mask);
|
---|
118 |
|
---|
119 | extern DECLEXPORT(GLXFBConfigSGIX) VBOXGLXTAG(glXGetFBConfigFromVisualSGIX)(Display *dpy, XVisualInfo *vis);
|
---|
120 | extern DECLEXPORT(XVisualInfo *) VBOXGLXTAG(glXGetVisualFromFBConfigSGIX)(Display *dpy, GLXFBConfig config);
|
---|
121 | extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXCreateContextWithConfigSGIX)
|
---|
122 | (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
---|
123 |
|
---|
124 | extern DECLEXPORT(GLXPixmap) VBOXGLXTAG(glXCreateGLXPixmapWithConfigSGIX)(Display *dpy, GLXFBConfig config, Pixmap pixmap);
|
---|
125 | extern DECLEXPORT(int) VBOXGLXTAG(glXGetFBConfigAttribSGIX)(Display *dpy, GLXFBConfig config, int attribute, int *value);
|
---|
126 |
|
---|
127 | /*
|
---|
128 | * GLX 1.3 functions
|
---|
129 | */
|
---|
130 | extern DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXChooseFBConfig)(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements);
|
---|
131 | extern DECLEXPORT(GLXPbuffer) VBOXGLXTAG(glXCreatePbuffer)(Display *dpy, GLXFBConfig config, ATTRIB_TYPE *attrib_list);
|
---|
132 | extern DECLEXPORT(GLXPixmap) VBOXGLXTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list);
|
---|
133 | extern DECLEXPORT(GLXWindow) VBOXGLXTAG(glXCreateWindow)(Display *dpy, GLXFBConfig config, Window win, ATTRIB_TYPE *attrib_list);
|
---|
134 | extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXCreateNewContext)
|
---|
135 | (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
---|
136 |
|
---|
137 | extern DECLEXPORT(void) VBOXGLXTAG(glXDestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
|
---|
138 | extern DECLEXPORT(void) VBOXGLXTAG(glXDestroyPixmap)(Display *dpy, GLXPixmap pixmap);
|
---|
139 | extern DECLEXPORT(void) VBOXGLXTAG(glXDestroyWindow)(Display *dpy, GLXWindow win);
|
---|
140 | extern DECLEXPORT(GLXDrawable) VBOXGLXTAG(glXGetCurrentReadDrawable)(void);
|
---|
141 | extern DECLEXPORT(int) VBOXGLXTAG(glXGetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value);
|
---|
142 | extern DECLEXPORT(GLXFBConfig *) VBOXGLXTAG(glXGetFBConfigs)(Display *dpy, int screen, int *nelements);
|
---|
143 | extern DECLEXPORT(void) VBOXGLXTAG(glXGetSelectedEvent)(Display *dpy, GLXDrawable draw, unsigned long *event_mask);
|
---|
144 | extern DECLEXPORT(XVisualInfo *) VBOXGLXTAG(glXGetVisualFromFBConfig)(Display *dpy, GLXFBConfig config);
|
---|
145 | extern DECLEXPORT(Bool) VBOXGLXTAG(glXMakeContextCurrent)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
---|
146 | extern DECLEXPORT(int) VBOXGLXTAG(glXQueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value);
|
---|
147 | extern DECLEXPORT(void) VBOXGLXTAG(glXQueryDrawable)(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
---|
148 | extern DECLEXPORT(void) VBOXGLXTAG(glXSelectEvent)(Display *dpy, GLXDrawable draw, unsigned long event_mask);
|
---|
149 |
|
---|
150 | #ifdef CR_EXT_texture_from_pixmap
|
---|
151 | extern DECLEXPORT(void) VBOXGLXTAG(glXBindTexImageEXT)(Display *dpy, GLXDrawable draw, int buffer, const int *attrib_list);
|
---|
152 | extern DECLEXPORT(void) VBOXGLXTAG(glXReleaseTexImageEXT)(Display *dpy, GLXDrawable draw, int buffer);
|
---|
153 | #endif
|
---|
154 |
|
---|
155 | #endif /* GLX_EXTRAS */
|
---|
156 |
|
---|
157 | #endif //___CROPENGL_DRI_GLX_H
|
---|