more work on GL_ARB_texture_compression
[mesa.git] / src / mesa / main / drawpix.c
index 38ffcc85462189fa89b4f489af0f818b40902cc4..f2bbd8a913f084257380bc0a38c98d302a202d2f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: drawpix.c,v 1.21 2000/04/18 14:32:10 brianp Exp $ */
+/* $Id: drawpix.c,v 1.22 2000/05/04 13:48:49 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -123,6 +123,7 @@ simple_DrawPixels( GLcontext *ctx, GLint x, GLint y,
        && !ctx->Pixel.ColorTableEnabled
        && !ctx->Pixel.PostColorMatrixColorTableEnabled
        && !ctx->Pixel.MinMaxEnabled
+       && !ctx->Pixel.HistogramEnabled
        && ctx->Pixel.IndexShift==0 && ctx->Pixel.IndexOffset==0
        && ctx->Pixel.MapColorFlag==0
        && ctx->Texture.ReallyEnabled == 0