VirtualBox

source: vbox/trunk/src/VBox/Additions/common/crOpenGL/fakedri_glxfuncsList.h@ 27866

Last change on this file since 27866 was 21292, checked in by vboxsync, 16 years ago

svn:eol-style native

  • Property svn:eol-style set to native
File size: 3.1 KB
Line 
1/* $Id$ */
2
3/** @file
4 * VBox OpenGL list of opengl functions common in Mesa and vbox opengl stub
5 */
6
7/*
8 * Copyright (C) 2009 Sun Microsystems, Inc.
9 *
10 * This file is part of VirtualBox Open Source Edition (OSE), as
11 * available from http://www.virtualbox.org. This file is free software;
12 * you can redistribute it and/or modify it under the terms of the GNU
13 * General Public License (GPL) as published by the Free Software
14 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17 *
18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
19 * Clara, CA 95054 USA or visit http://www.sun.com if you need
20 * additional information or have any questions.
21 */
22
23#ifndef GLXAPI_ENTRY
24#error GLXAPI_ENTRY should be defined.
25#endif
26
27/*This should match glX* entries which are exported by Mesa's libGL.so,
28 * use something like the following to get the list:
29 * objdump -T libGL.so|grep glX|grep -v __|awk '{print $7;};'|sed 's/glX//'|awk '{OFS=""; print "GLXAPI_ENTRY(",$1,")"}'
30 */
31
32/* #######Note: if you change the list, don't forget to change Linux_i386_glxapi_exports.py####### */
33
34GLXAPI_ENTRY(CopyContext)
35GLXAPI_ENTRY(UseXFont)
36/*GLXAPI_ENTRY(GetDriverConfig)*/
37GLXAPI_ENTRY(GetProcAddress)
38GLXAPI_ENTRY(QueryExtension)
39GLXAPI_ENTRY(IsDirect)
40GLXAPI_ENTRY(DestroyGLXPbufferSGIX)
41GLXAPI_ENTRY(QueryGLXPbufferSGIX)
42GLXAPI_ENTRY(CreateGLXPixmap)
43GLXAPI_ENTRY(CreateGLXPixmapWithConfigSGIX)
44GLXAPI_ENTRY(QueryContext)
45GLXAPI_ENTRY(CreateContextWithConfigSGIX)
46GLXAPI_ENTRY(SwapBuffers)
47GLXAPI_ENTRY(CreateNewContext)
48GLXAPI_ENTRY(SelectEventSGIX)
49GLXAPI_ENTRY(GetCurrentDrawable)
50GLXAPI_ENTRY(ChooseFBConfig)
51GLXAPI_ENTRY(WaitGL)
52GLXAPI_ENTRY(GetFBConfigs)
53GLXAPI_ENTRY(CreatePixmap)
54GLXAPI_ENTRY(GetSelectedEventSGIX)
55GLXAPI_ENTRY(GetCurrentReadDrawable)
56GLXAPI_ENTRY(GetCurrentDisplay)
57GLXAPI_ENTRY(QueryServerString)
58GLXAPI_ENTRY(CreateWindow)
59GLXAPI_ENTRY(SelectEvent)
60GLXAPI_ENTRY(GetVisualFromFBConfigSGIX)
61GLXAPI_ENTRY(GetFBConfigFromVisualSGIX)
62GLXAPI_ENTRY(QueryDrawable)
63GLXAPI_ENTRY(CreateContext)
64GLXAPI_ENTRY(GetConfig)
65GLXAPI_ENTRY(CreateGLXPbufferSGIX)
66GLXAPI_ENTRY(CreatePbuffer)
67GLXAPI_ENTRY(ChooseFBConfigSGIX)
68GLXAPI_ENTRY(WaitX)
69GLXAPI_ENTRY(GetVisualFromFBConfig)
70/*GLXAPI_ENTRY(GetScreenDriver)*/
71GLXAPI_ENTRY(GetFBConfigAttrib)
72GLXAPI_ENTRY(GetCurrentContext)
73GLXAPI_ENTRY(GetClientString)
74GLXAPI_ENTRY(DestroyPixmap)
75GLXAPI_ENTRY(MakeCurrent)
76GLXAPI_ENTRY(DestroyContext)
77GLXAPI_ENTRY(GetProcAddressARB)
78GLXAPI_ENTRY(GetSelectedEvent)
79GLXAPI_ENTRY(DestroyPbuffer)
80GLXAPI_ENTRY(DestroyWindow)
81GLXAPI_ENTRY(DestroyGLXPixmap)
82GLXAPI_ENTRY(QueryVersion)
83GLXAPI_ENTRY(ChooseVisual)
84GLXAPI_ENTRY(MakeContextCurrent)
85GLXAPI_ENTRY(QueryExtensionsString)
86GLXAPI_ENTRY(GetFBConfigAttribSGIX)
87#ifdef VBOXOGL_FAKEDRI
88GLXAPI_ENTRY(FreeMemoryMESA)
89GLXAPI_ENTRY(QueryContextInfoEXT)
90GLXAPI_ENTRY(ImportContextEXT)
91GLXAPI_ENTRY(GetContextIDEXT)
92GLXAPI_ENTRY(MakeCurrentReadSGI)
93GLXAPI_ENTRY(AllocateMemoryMESA)
94GLXAPI_ENTRY(GetMemoryOffsetMESA)
95GLXAPI_ENTRY(CreateGLXPixmapMESA)
96GLXAPI_ENTRY(GetCurrentDisplayEXT)
97GLXAPI_ENTRY(FreeContextEXT)
98#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette