summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-10-10 18:10:54 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-10-10 18:10:54 +0000
commitdb40aec48c3db8164968df24184750a41be6e99f (patch)
treeb8e176432a6d2d5952bae830439b878a7032e3d5 /src/mesa/swrast
parent78f8292a54b8518ee0db58dc2d6c35fe6775bec1 (diff)
remove bogus _swrast_texture_table_lookup() call (Eric Plante)
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_context.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index 99da79afd5..35297569d8 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);
- }
}