On Sat, Aug 27, 2011 at 1:57 AM, Ian Romanick <i...@freedesktop.org> wrote:
> From: Ian Romanick <ian.d.roman...@intel.com>
>
> 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 here is that we'll support these
extensions in all drivers for the foreseeable future.

I'm thinking ahead a bit to OpenGL 3.2 and core profiles.  When we get
to 3.2 support, I'd like to support core profile contexts which won't
have these legacy extensions.  So when someone creates a 3.2 core
profile context and accidentally does
glEnable(GL_VERTEX_PROGRAM_TWO_SIDE_ARB) we should catch that and
generate an error.

If we're removing the internal flags and checks for these extensions,
how would we do that?

-Brian
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to