Re: [Mesa-dev] [PATCH 0/2] Fix minor issues with GLSL extension usage

2011-04-11 Thread Brian Paul
On 04/08/2011 06:48 PM, Ian Romanick wrote: The first patch fixes a problem where a shader could enable GL_ARB_draw_instanced on a driver that does not support it. The second patch reformats the GL_ARB_shader_stencil_export enable block to look more like the other extension enable blocks. The s

[Mesa-dev] [PATCH 0/2] Fix minor issues with GLSL extension usage

2011-04-08 Thread Ian Romanick
The first patch fixes a problem where a shader could enable GL_ARB_draw_instanced on a driver that does not support it. The second patch reformats the GL_ARB_shader_stencil_export enable block to look more like the other extension enable blocks. The set of GLSL extension is getting quite long (9)