diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-07-05 09:34:24 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-08-03 22:58:11 +0100 |
commit | fd3d45c137bb849aa9030d732ea9277292e01d3d (patch) | |
tree | d8d9b57bc43fea0c127a9d6d5b2b83f31ff26593 /glx/extension_string.c | |
parent | a8464dfa28dea78201e3e4398eb3bcb745e10087 (diff) |
glx: Don't note GLX_INTEL_swap_event as being required by GLX 1.4, it isn't.
Don't note GLX_INTEL_swap_event as being required by GLX 1.4, it isn't.
(This data is not currently used in the server)
(A similar change is made in mesa commit d3f7597bc9f6d5)
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'glx/extension_string.c')
-rw-r--r-- | glx/extension_string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/extension_string.c b/glx/extension_string.c index ee9864e64..544ca1f5e 100644 --- a/glx/extension_string.c +++ b/glx/extension_string.c @@ -87,7 +87,7 @@ static const struct extension_info known_glx_extensions[] = { { GLX(SGIX_fbconfig), VER(1,3), Y, }, { GLX(SGIX_pbuffer), VER(1,3), Y, }, { GLX(SGIX_visual_select_group), VER(0,0), Y, }, - { GLX(INTEL_swap_event), VER(1,4), N, }, + { GLX(INTEL_swap_event), VER(0,0), N, }, { NULL } /* *INDENT-ON* */ }; |