mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 06:08:16 +02:00
glx: GLX 1.4 does not require GLX_INTEL_swap_event
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
8e5efbe62b
commit
d3f7597bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ static const struct extension_info known_glx_extensions[] = {
|
|||
{ GLX(SGIX_visual_select_group), VER(0,0), Y, Y, N, N },
|
||||
{ GLX(EXT_texture_from_pixmap), VER(0,0), Y, N, N, N },
|
||||
#endif
|
||||
{ GLX(INTEL_swap_event), VER(1,4), Y, N, N, N },
|
||||
{ GLX(INTEL_swap_event), VER(0,0), Y, N, N, N },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue