Reviewed-by: Jeremy Huddleston Sequoia <[email protected]> On Jul 20, 2012, at 05:54, Jon TURNEY <[email protected]> wrote:
> 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 <[email protected]> > --- > 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 ee9864e..544ca1f 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* */ > }; > -- > 1.7.9 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel > _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
