diff --git a/src/glx/x11/indirect_size.c b/src/glx/x11/indirect_size.c index ae2b14c6c3a..c21e1ee086f 100644 --- a/src/glx/x11/indirect_size.c +++ b/src/glx/x11/indirect_size.c @@ -302,15 +302,6 @@ INTERNAL PURE FASTCALL GLint __glColorTableParameterfv_size( GLenum e ) { switch( e ) { - case GL_COLOR_TABLE_FORMAT: - case GL_COLOR_TABLE_WIDTH: - case GL_COLOR_TABLE_RED_SIZE: - case GL_COLOR_TABLE_GREEN_SIZE: - case GL_COLOR_TABLE_BLUE_SIZE: - case GL_COLOR_TABLE_ALPHA_SIZE: - case GL_COLOR_TABLE_LUMINANCE_SIZE: - case GL_COLOR_TABLE_INTENSITY_SIZE: - return 1; case GL_COLOR_TABLE_SCALE: case GL_COLOR_TABLE_BIAS: return 4; diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index d3c4d816847..f76e355e52a 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -3202,42 +3202,46 @@ glx: + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +