diff options
author | Ian Romanick <[email protected]> | 2011-08-29 09:37:24 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-09-06 12:08:25 -0700 |
commit | eba527bf9ffc2fd67c44fb77104107556f509b49 (patch) | |
tree | 0cf5ef242a98a43f3293039b3dfb912ed6333865 /src/mesa/main/texformat.c | |
parent | becd54eedb26ec9076e6f5f98f485861b3e13a90 (diff) |
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_palette
This was also discussed at XDS 2010. However, actually making the
change was delayed because several drivers still exposed these
extensions to significant benefit (e.g., tdfx). Now that those
drivers have been removed, this code can be removed as well.
v2: A lot of bits that were missed in the previous patch have been removed.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r-- | src/mesa/main/texformat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 075c40c86fb..4f02720ce7f 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -197,13 +197,6 @@ _mesa_choose_tex_format( struct gl_context *ctx, GLint internalFormat, RETURN_IF_SUPPORTED(MESA_FORMAT_I8); break; - case GL_COLOR_INDEX: - case GL_COLOR_INDEX1_EXT: - case GL_COLOR_INDEX2_EXT: - case GL_COLOR_INDEX4_EXT: - case GL_COLOR_INDEX12_EXT: - case GL_COLOR_INDEX16_EXT: - case GL_COLOR_INDEX8_EXT: default: ; /* fallthrough */ } |