From: Brian Paul Date: Fri, 10 Oct 2003 18:10:54 +0000 (+0000) Subject: remove bogus _swrast_texture_table_lookup() call (Eric Plante) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db40aec48c3db8164968df24184750a41be6e99f;p=mesa.git remove bogus _swrast_texture_table_lookup() call (Eric Plante) --- diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 99da79afd5f..35297569d89 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -311,11 +311,6 @@ _swrast_validate_texture_sample( GLcontext *ctx, GLuint texUnit, swrast->TextureSample[texUnit]( ctx, texUnit, tObj, n, texcoords, lambda, rgba ); - - /* GL_SGI_texture_color_table */ - if (ctx->Texture.Unit[texUnit].ColorTableEnabled) { - _swrast_texture_table_lookup(&ctx->Texture.Unit[texUnit].ColorTable, n, rgba); - } }