VirtualBox

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

Last change on this file since 78451 was 76553, checked in by vboxsync, 6 years ago

scm --update-copyright-year

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