Re: [Mesa-dev] [PATCH 20/21] mesa: Remove vertex program extension enable flags

2011-08-29 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/27/2011 06:47 AM, Brian Paul wrote: > On Sat, Aug 27, 2011 at 1:57 AM, Ian Romanick wrote: >> From: Ian Romanick >> >> The following extensions are always enabled, and drivers do not have >> to option to disable them: >> >>GL_ARB_vertex_pro

Re: [Mesa-dev] [PATCH 20/21] mesa: Remove vertex program extension enable flags

2011-08-27 Thread Brian Paul
On Sat, Aug 27, 2011 at 1:57 AM, Ian Romanick wrote: > From: Ian Romanick > > The following extensions are always enabled, and drivers do not have > to option to disable them: > >    GL_ARB_vertex_program >    GL_EXT_gpu_program_parameters >    GL_NV_vertex_program It seems that the assumption h

Re: [Mesa-dev] [PATCH 20/21] mesa: Remove vertex program extension enable flags

2011-08-27 Thread Brian Paul
On Sat, Aug 27, 2011 at 1:57 AM, Ian Romanick wrote: > From: Ian Romanick > > The following extensions are always enabled, and drivers do not have > to option to disable them: > >    GL_ARB_vertex_program >    GL_EXT_gpu_program_parameters >    GL_NV_vertex_program GL_NV_vertex_program is not en

[Mesa-dev] [PATCH 20/21] mesa: Remove vertex program extension enable flags

2011-08-27 Thread Ian Romanick
From: Ian Romanick The following extensions are always enabled, and drivers do not have to option to disable them: GL_ARB_vertex_program GL_EXT_gpu_program_parameters GL_NV_vertex_program --- src/mesa/main/enable.c | 16 +- src/mesa/main/extensions.c | 20 +-- src/me