mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
588042a8ec
commit
78aa71a3ce
1 changed files with 3 additions and 0 deletions
|
|
@ -2603,6 +2603,9 @@ static const struct name_address_pair GLX_functions[] = {
|
|||
GLX_FUNCTION(glXGetDriverConfig),
|
||||
#endif
|
||||
|
||||
/*** GLX_ARB_create_context and GLX_ARB_create_context_profile ***/
|
||||
GLX_FUNCTION(glXCreateContextAttribsARB),
|
||||
|
||||
{NULL, NULL} /* end of list */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue