Jon Leech wrote:
> 
> On Mon, Dec 11, 2000 at 08:48:53AM -0700, Brian Paul wrote:
> > I just incorporated this file into Mesa and found a problem.  The
> > GLX_SGIS_multisample extension is defined but none of the extension's
> > tokens are defined.
> 
>     OK, I see the problem now - this extension has both GLX and GL
> components, which is unusual, and I inadvertently left out the GLX part
> in the enumerant spec files. I'm in the midst of a bunch of long-overdue
> updates to the extension registry and glext.h, and will include this.
> Thanks for the heads-up.

Here's another one:

GL_EXT_paletted_texture defines 15 tokens in the spec but the glext.h
file only has 7 of them.  Specifically, glext.h is missing the
GL_COLOR_TABLE*_EXT tokens which are aliases of the tokens defined by
GL_SGI_color_table.

-Brian

Reply via email to