mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 06:20:19 +01:00
glx: Add extension tracking GLX_MESA_query_renderer
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
1e4ce08f38
commit
b3ffc5b6f4
2 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ static const struct extension_info known_glx_extensions[] = {
|
|||
{ GLX(EXT_create_context_es2_profile), VER(0,0), Y, N, N, Y },
|
||||
{ GLX(MESA_copy_sub_buffer), VER(0,0), Y, N, N, N },
|
||||
{ GLX(MESA_multithread_makecurrent),VER(0,0), Y, N, Y, N },
|
||||
{ GLX(MESA_query_renderer), VER(0,0), Y, N, N, Y },
|
||||
{ GLX(MESA_swap_control), VER(0,0), Y, N, N, Y },
|
||||
{ GLX(NV_float_buffer), VER(0,0), N, N, N, N },
|
||||
{ GLX(OML_swap_method), VER(0,0), Y, Y, N, N },
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ enum
|
|||
MESA_copy_sub_buffer_bit,
|
||||
MESA_depth_float_bit,
|
||||
MESA_multithread_makecurrent_bit,
|
||||
MESA_query_renderer_bit,
|
||||
MESA_swap_control_bit,
|
||||
MESA_swap_frame_usage_bit,
|
||||
NV_float_buffer_bit,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue