VirtualBox

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

Last change on this file since 20038 was 18882, checked in by vboxsync, 16 years ago

crOpenGL: exported the remaining Additions bits to OSE

File size: 2.5 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 * Sun Microsystems, Inc. confidential
11 * All rights reserved
12 */
13
14#ifndef GLXAPI_ENTRY
15#error GLXAPI_ENTRY should be defined.
16#endif
17
18/*This should match glX* entries which are exported by Mesa's libGL.so,
19 * use something like the following to get the list:
20 * objdump -T libGL.so|grep glX|grep -v __|awk '{print $7;};'|sed 's/glX//'|awk '{OFS=""; print "GLXAPI_ENTRY(",$1,")"}'
21 */
22
23/* #######Note: if you change the list, don't forget to change Linux_i386_glxapi_exports.py####### */
24
25GLXAPI_ENTRY(CopyContext)
26GLXAPI_ENTRY(UseXFont)
27/*GLXAPI_ENTRY(GetDriverConfig)*/
28GLXAPI_ENTRY(GetProcAddress)
29GLXAPI_ENTRY(FreeMemoryMESA)
30GLXAPI_ENTRY(QueryExtension)
31GLXAPI_ENTRY(IsDirect)
32GLXAPI_ENTRY(DestroyGLXPbufferSGIX)
33GLXAPI_ENTRY(QueryGLXPbufferSGIX)
34GLXAPI_ENTRY(CreateGLXPixmap)
35GLXAPI_ENTRY(CreateGLXPixmapWithConfigSGIX)
36GLXAPI_ENTRY(QueryContext)
37GLXAPI_ENTRY(CreateContextWithConfigSGIX)
38GLXAPI_ENTRY(SwapBuffers)
39GLXAPI_ENTRY(CreateNewContext)
40GLXAPI_ENTRY(SelectEventSGIX)
41GLXAPI_ENTRY(QueryContextInfoEXT)
42GLXAPI_ENTRY(GetCurrentDrawable)
43GLXAPI_ENTRY(ChooseFBConfig)
44GLXAPI_ENTRY(WaitGL)
45GLXAPI_ENTRY(GetFBConfigs)
46GLXAPI_ENTRY(CreatePixmap)
47GLXAPI_ENTRY(GetSelectedEventSGIX)
48GLXAPI_ENTRY(GetCurrentReadDrawable)
49GLXAPI_ENTRY(ImportContextEXT)
50GLXAPI_ENTRY(GetContextIDEXT)
51GLXAPI_ENTRY(GetCurrentDisplay)
52GLXAPI_ENTRY(QueryServerString)
53GLXAPI_ENTRY(CreateWindow)
54GLXAPI_ENTRY(SelectEvent)
55GLXAPI_ENTRY(GetVisualFromFBConfigSGIX)
56GLXAPI_ENTRY(MakeCurrentReadSGI)
57GLXAPI_ENTRY(GetFBConfigFromVisualSGIX)
58GLXAPI_ENTRY(QueryDrawable)
59GLXAPI_ENTRY(CreateContext)
60GLXAPI_ENTRY(GetConfig)
61GLXAPI_ENTRY(CreateGLXPbufferSGIX)
62GLXAPI_ENTRY(AllocateMemoryMESA)
63GLXAPI_ENTRY(GetMemoryOffsetMESA)
64GLXAPI_ENTRY(CreatePbuffer)
65GLXAPI_ENTRY(ChooseFBConfigSGIX)
66GLXAPI_ENTRY(WaitX)
67GLXAPI_ENTRY(GetVisualFromFBConfig)
68GLXAPI_ENTRY(CreateGLXPixmapMESA)
69/*GLXAPI_ENTRY(GetScreenDriver)*/
70GLXAPI_ENTRY(GetFBConfigAttrib)
71GLXAPI_ENTRY(GetCurrentContext)
72GLXAPI_ENTRY(GetClientString)
73GLXAPI_ENTRY(GetCurrentDisplayEXT)
74GLXAPI_ENTRY(DestroyPixmap)
75GLXAPI_ENTRY(MakeCurrent)
76GLXAPI_ENTRY(DestroyContext)
77GLXAPI_ENTRY(GetProcAddressARB)
78GLXAPI_ENTRY(GetSelectedEvent)
79GLXAPI_ENTRY(FreeContextEXT)
80GLXAPI_ENTRY(DestroyPbuffer)
81GLXAPI_ENTRY(DestroyWindow)
82GLXAPI_ENTRY(DestroyGLXPixmap)
83GLXAPI_ENTRY(QueryVersion)
84GLXAPI_ENTRY(ChooseVisual)
85GLXAPI_ENTRY(MakeContextCurrent)
86GLXAPI_ENTRY(QueryExtensionsString)
87GLXAPI_ENTRY(GetFBConfigAttribSGIX)
88
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