mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-14 22:00:28 +01:00
mesa: display list dispatch for ARB_debug_output
This commit is contained in:
parent
0e4508e077
commit
d7d0d2890a
1 changed files with 3 additions and 0 deletions
|
|
@ -10425,6 +10425,9 @@ _mesa_create_save_table(void)
|
|||
SET_TextureStorage2DEXT(table, _mesa_TextureStorage2DEXT);
|
||||
SET_TextureStorage3DEXT(table, _mesa_TextureStorage3DEXT);
|
||||
|
||||
/* GL_ARB_debug_output (no dlist support) */
|
||||
_mesa_init_errors_dispatch(table);
|
||||
|
||||
return table;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue