Re: [Mesa-dev] [PATCH 8/8] mesa: Remove GL_MESA_texture_array cruft from gl.h

2013-12-03 Thread Brian Paul
On 11/26/2013 04:54 PM, Ian Romanick wrote: From: Ian Romanick glext.h has had all the necessary bits for years. Signed-off-by: Ian Romanick --- include/GL/gl.h | 33 - 1 file changed, 33 deletions(-) For the series: Reviewed-by: Brian Paul

Re: [Mesa-dev] [PATCH 8/8] mesa: Remove GL_MESA_texture_array cruft from gl.h

2013-11-27 Thread Jordan Justen
Series Reviewed-by: Jordan Justen On Tue, Nov 26, 2013 at 3:54 PM, Ian Romanick wrote: > From: Ian Romanick > > glext.h has had all the necessary bits for years. > > Signed-off-by: Ian Romanick > --- > include/GL/gl.h | 33 - > 1 file changed, 33 deletions(-) >

[Mesa-dev] [PATCH 8/8] mesa: Remove GL_MESA_texture_array cruft from gl.h

2013-11-26 Thread Ian Romanick
From: Ian Romanick glext.h has had all the necessary bits for years. Signed-off-by: Ian Romanick --- include/GL/gl.h | 33 - 1 file changed, 33 deletions(-) diff --git a/include/GL/gl.h b/include/GL/gl.h index b484b96..48343f6 100644 --- a/include/GL/gl.h +++ b