VirtualBox

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

Last change on this file since 63206 was 62521, checked in by vboxsync, 8 years ago

(C) 2016

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1/* $Id: fakedri_glxfuncsList.h 62521 2016-07-22 19:16:33Z vboxsync $ */
2
3/** @file
4 * VBox OpenGL list of opengl functions common in Mesa and vbox opengl stub
5 */
6
7/*
8 * Copyright (C) 2009-2016 Oracle Corporation
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
19#ifndef GLXAPI_ENTRY
20#error GLXAPI_ENTRY should be defined.
21#endif
22
23/*This should match glX* entries which are exported by Mesa's libGL.so,
24 * use something like the following to get the list:
25 * objdump -T libGL.so|grep glX|grep -v __|awk '{print $7;};'|sed 's/glX//'|awk '{OFS=""; print "GLXAPI_ENTRY(",$1,")"}'
26 */
27
28/* #######Note: if you change the list, don't forget to change Linux_i386_glxapi_exports.py####### */
29
30GLXAPI_ENTRY(CopyContext)
31GLXAPI_ENTRY(UseXFont)
32/*GLXAPI_ENTRY(GetDriverConfig)*/
33GLXAPI_ENTRY(GetProcAddress)
34GLXAPI_ENTRY(QueryExtension)
35GLXAPI_ENTRY(IsDirect)
36GLXAPI_ENTRY(DestroyGLXPbufferSGIX)
37GLXAPI_ENTRY(QueryGLXPbufferSGIX)
38GLXAPI_ENTRY(CreateGLXPixmap)
39GLXAPI_ENTRY(CreateGLXPixmapWithConfigSGIX)
40GLXAPI_ENTRY(QueryContext)
41GLXAPI_ENTRY(CreateContextWithConfigSGIX)
42GLXAPI_ENTRY(SwapBuffers)
43GLXAPI_ENTRY(CreateNewContext)
44GLXAPI_ENTRY(SelectEventSGIX)
45GLXAPI_ENTRY(GetCurrentDrawable)
46GLXAPI_ENTRY(ChooseFBConfig)
47GLXAPI_ENTRY(WaitGL)
48GLXAPI_ENTRY(GetFBConfigs)
49GLXAPI_ENTRY(CreatePixmap)
50GLXAPI_ENTRY(GetSelectedEventSGIX)
51GLXAPI_ENTRY(GetCurrentReadDrawable)
52GLXAPI_ENTRY(GetCurrentDisplay)
53GLXAPI_ENTRY(QueryServerString)
54GLXAPI_ENTRY(CreateWindow)
55GLXAPI_ENTRY(SelectEvent)
56GLXAPI_ENTRY(GetVisualFromFBConfigSGIX)
57GLXAPI_ENTRY(GetFBConfigFromVisualSGIX)
58GLXAPI_ENTRY(QueryDrawable)
59GLXAPI_ENTRY(CreateContext)
60GLXAPI_ENTRY(GetConfig)
61GLXAPI_ENTRY(CreateGLXPbufferSGIX)
62GLXAPI_ENTRY(CreatePbuffer)
63GLXAPI_ENTRY(ChooseFBConfigSGIX)
64GLXAPI_ENTRY(WaitX)
65GLXAPI_ENTRY(GetVisualFromFBConfig)
66/*GLXAPI_ENTRY(GetScreenDriver)*/
67GLXAPI_ENTRY(GetFBConfigAttrib)
68GLXAPI_ENTRY(GetCurrentContext)
69GLXAPI_ENTRY(GetClientString)
70GLXAPI_ENTRY(DestroyPixmap)
71GLXAPI_ENTRY(MakeCurrent)
72GLXAPI_ENTRY(DestroyContext)
73GLXAPI_ENTRY(GetProcAddressARB)
74GLXAPI_ENTRY(GetSelectedEvent)
75GLXAPI_ENTRY(DestroyPbuffer)
76GLXAPI_ENTRY(DestroyWindow)
77GLXAPI_ENTRY(DestroyGLXPixmap)
78GLXAPI_ENTRY(QueryVersion)
79GLXAPI_ENTRY(ChooseVisual)
80GLXAPI_ENTRY(MakeContextCurrent)
81GLXAPI_ENTRY(QueryExtensionsString)
82GLXAPI_ENTRY(GetFBConfigAttribSGIX)
83#ifdef VBOXOGL_FAKEDRI
84GLXAPI_ENTRY(FreeMemoryMESA)
85GLXAPI_ENTRY(QueryContextInfoEXT)
86GLXAPI_ENTRY(ImportContextEXT)
87GLXAPI_ENTRY(GetContextIDEXT)
88GLXAPI_ENTRY(MakeCurrentReadSGI)
89GLXAPI_ENTRY(AllocateMemoryMESA)
90GLXAPI_ENTRY(GetMemoryOffsetMESA)
91GLXAPI_ENTRY(CreateGLXPixmapMESA)
92GLXAPI_ENTRY(GetCurrentDisplayEXT)
93GLXAPI_ENTRY(FreeContextEXT)
94#endif
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use