mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
mesa: simplify query object display list dispatch setup
This commit is contained in:
parent
f7b3f40b70
commit
848bcd2e8c
1 changed files with 2 additions and 6 deletions
|
|
@ -10053,15 +10053,11 @@ _mesa_create_save_table(void)
|
|||
#endif
|
||||
|
||||
#if FEATURE_queryobj
|
||||
_mesa_init_queryobj_dispatch(table); /* glGetQuery, etc */
|
||||
SET_BeginQueryARB(table, save_BeginQueryARB);
|
||||
SET_EndQueryARB(table, save_EndQueryARB);
|
||||
SET_GenQueriesARB(table, _mesa_GenQueriesARB);
|
||||
SET_DeleteQueriesARB(table, _mesa_DeleteQueriesARB);
|
||||
SET_IsQueryARB(table, _mesa_IsQueryARB);
|
||||
SET_GetQueryivARB(table, _mesa_GetQueryivARB);
|
||||
SET_GetQueryObjectivARB(table, _mesa_GetQueryObjectivARB);
|
||||
SET_GetQueryObjectuivARB(table, _mesa_GetQueryObjectuivARB);
|
||||
#endif
|
||||
|
||||
SET_DrawBuffersARB(table, save_DrawBuffersARB);
|
||||
|
||||
#if FEATURE_EXT_framebuffer_blit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue