Re: [Mesa-dev] [PATCH] glx/dri2: use GLX prefix to enable INTEL_swap_event

2012-02-09 Thread Ian Romanick
On 02/08/2012 11:49 AM, Robert Bragg wrote: This adds the GLX_ prefix to the string we pass to __glXEnableDirectExtension() otherwise it doesn't match the name we have in known_glx_extensions[] in glxextensions.c and doesn't get enabled. This mistake wasn't noticed before since

[Mesa-dev] [PATCH] glx/dri2: use GLX prefix to enable INTEL_swap_event

2012-02-08 Thread Robert Bragg
This adds the GLX_ prefix to the string we pass to __glXEnableDirectExtension() otherwise it doesn't match the name we have in known_glx_extensions[] in glxextensions.c and doesn't get enabled. This mistake wasn't noticed before since GLX_INTEL_swap_event was being implicitly enabled for GLX v1.4

Re: [Mesa-dev] [PATCH] glx/dri2: use GLX prefix to enable INTEL_swap_event

2012-02-08 Thread Chris Wilson
On Wed, 8 Feb 2012 19:49:54 +, Robert Bragg rob...@sixbynine.org wrote: This adds the GLX_ prefix to the string we pass to __glXEnableDirectExtension() otherwise it doesn't match the name we have in known_glx_extensions[] in glxextensions.c and doesn't get enabled. This mistake wasn't

Re: [Mesa-dev] [PATCH] glx/dri2: use GLX prefix to enable INTEL_swap_event

2012-02-08 Thread Robert Bragg
On Feb 8, 2012 8:38 PM, Chris Wilson ch...@chris-wilson.co.uk wrote: On Wed, 8 Feb 2012 19:49:54 +, Robert Bragg rob...@sixbynine.org wrote: This adds the GLX_ prefix to the string we pass to __glXEnableDirectExtension() otherwise it doesn't match the name we have in