summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-06-30 22:09:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-06-30 22:09:47 +0000
commitc29714dccb664562958cf36cdedee9c4377585d2 (patch)
treeec6ba42ce84b8f91828779b434bc3e54033c0891 /src/mesa/main/drawpix.c
parent20df8f5f92d3c7f83fc2138ed67fe65b58648f23 (diff)
enabled GL_POST_CONVOLUTION_COLOR_TABLE
Diffstat (limited to 'src/mesa/main/drawpix.c')
-rw-r--r--src/mesa/main/drawpix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c
index 36e8af3b93..46a1c7d376 100644
--- a/src/mesa/main/drawpix.c
+++ b/src/mesa/main/drawpix.c
@@ -1,4 +1,4 @@
-/* $Id: drawpix.c,v 1.24 2000/06/27 21:42:13 brianp Exp $ */
+/* $Id: drawpix.c,v 1.25 2000/06/30 22:09:47 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -122,6 +122,7 @@ simple_DrawPixels( GLcontext *ctx, GLint x, GLint y,
&& ctx->ColorMatrix.type == MATRIX_IDENTITY
&& !ctx->Pixel.ColorTableEnabled
&& !ctx->Pixel.PostColorMatrixColorTableEnabled
+ && ctx->Pixel.PostConvolutionColorTableEnabled
&& !ctx->Pixel.MinMaxEnabled
&& !ctx->Pixel.HistogramEnabled
&& ctx->Pixel.IndexShift==0 && ctx->Pixel.IndexOffset==0