GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
authorIan Romanick <idr@us.ibm.com>
Thu, 24 Aug 2006 21:42:38 +0000 (21:42 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 24 Aug 2006 21:42:38 +0000 (21:42 +0000)
commita5f2206077402f0a8700ec1348e09731e53c5bc2
tree6de5fbc0d45deb5ef1418a078c2077d52ec24b48
parentbf83e652f6d023f1cdcf83ec3ebac024dc0032dc
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.

The functions for GL_EXT_paletted_texture that do not share GLX
protocol with GL_ARB_imaging are supposed to alias the similar
functions from GL_SGI_color_table.  They didn't.  This patch corrects
this problem and enables GLX protocol for both extensions.

Since this removes 3 entries from the dispatch table, this change
creates a lot of changes in the generated files.
17 files changed:
src/glx/x11/glxextensions.c
src/glx/x11/glxextensions.h
src/glx/x11/indirect.c
src/glx/x11/indirect.h
src/glx/x11/indirect_init.c
src/mesa/drivers/dri/common/extension_helper.h
src/mesa/glapi/dispatch.h
src/mesa/glapi/gl_API.xml
src/mesa/glapi/glapioffsets.h
src/mesa/glapi/glapitable.h
src/mesa/glapi/glapitemp.h
src/mesa/glapi/glprocs.h
src/mesa/main/dlist.c
src/mesa/main/state.c
src/mesa/sparc/glapi_sparc.S
src/mesa/x86-64/glapi_x86-64.S
src/mesa/x86/glapi_x86.S