-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
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
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
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