Re: [Mesa-dev] [PATCH] includes/GL: remove duplicated extension declarations from glx.h

2015-08-03 Thread Ian Romanick
On 08/01/2015 07:52 AM, Emil Velikov wrote: > On 30 July 2015 at 16:44, Ian Romanick wrote: >> On 07/30/2015 07:50 AM, Emil Velikov wrote: >>> On 30 July 2015 at 15:22, Emil Velikov wrote: All three of GLX_NV_float_buffer, GLX_EXT_texture_from_pixmap and GLX_MESA_query_renderer have bee

Re: [Mesa-dev] [PATCH] includes/GL: remove duplicated extension declarations from glx.h

2015-08-01 Thread Emil Velikov
On 30 July 2015 at 16:44, Ian Romanick wrote: > On 07/30/2015 07:50 AM, Emil Velikov wrote: >> On 30 July 2015 at 15:22, Emil Velikov wrote: >>> All three of GLX_NV_float_buffer, GLX_EXT_texture_from_pixmap and >>> GLX_MESA_query_renderer have been in glxext.h for a while now. >>> >>> As such we

Re: [Mesa-dev] [PATCH] includes/GL: remove duplicated extension declarations from glx.h

2015-07-30 Thread Ian Romanick
On 07/30/2015 07:50 AM, Emil Velikov wrote: > On 30 July 2015 at 15:22, Emil Velikov wrote: >> All three of GLX_NV_float_buffer, GLX_EXT_texture_from_pixmap and >> GLX_MESA_query_renderer have been in glxext.h for a while now. >> >> As such we can drop this workaround/hack from the header. >> >> S

Re: [Mesa-dev] [PATCH] includes/GL: remove duplicated extension declarations from glx.h

2015-07-30 Thread Emil Velikov
On 30 July 2015 at 15:22, Emil Velikov wrote: > All three of GLX_NV_float_buffer, GLX_EXT_texture_from_pixmap and > GLX_MESA_query_renderer have been in glxext.h for a while now. > > As such we can drop this workaround/hack from the header. > > Signed-off-by: Emil Velikov > --- > > Not to mention

Re: [Mesa-dev] [PATCH] includes/GL: remove duplicated extension declarations from glx.h

2015-07-30 Thread Brian Paul
On 07/30/2015 08:22 AM, Emil Velikov wrote: All three of GLX_NV_float_buffer, GLX_EXT_texture_from_pixmap and GLX_MESA_query_renderer have been in glxext.h for a while now. As such we can drop this workaround/hack from the header. Signed-off-by: Emil Velikov --- Not to mention that glxext.h h

[Mesa-dev] [PATCH] includes/GL: remove duplicated extension declarations from glx.h

2015-07-30 Thread Emil Velikov
All three of GLX_NV_float_buffer, GLX_EXT_texture_from_pixmap and GLX_MESA_query_renderer have been in glxext.h for a while now. As such we can drop this workaround/hack from the header. Signed-off-by: Emil Velikov --- Not to mention that glxext.h honours GLX_GLXEXT_PROTOTYPES and provides the