mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 07:10:27 +01:00
call st_init_driver_functions()
This commit is contained in:
parent
4a60b94701
commit
34ff87e46a
1 changed files with 2 additions and 0 deletions
|
|
@ -1515,6 +1515,8 @@ XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list )
|
|||
/* initialize with default driver functions, then plug in XMesa funcs */
|
||||
_mesa_init_driver_functions(&functions);
|
||||
xmesa_init_driver_functions(v, &functions);
|
||||
st_init_driver_functions(&functions);
|
||||
|
||||
if (!_mesa_initialize_context(mesaCtx, &v->mesa_visual,
|
||||
share_list ? &(share_list->mesa) : (GLcontext *) NULL,
|
||||
&functions, (void *) c)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue