From 2a1f50aee4f30dbd0c55d8f0b7185b690c841051 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Jun 2000 15:47:59 +0000 Subject: fixed GL_INTENSITY error checking bug --- src/mesa/main/image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/image.c') diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index c695bd8..9bf1ad3 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.33 2000/06/22 21:26:51 brianp Exp $ */ +/* $Id: image.c,v 1.34 2000/06/27 15:47:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -330,6 +330,7 @@ _mesa_is_legal_format_and_type( GLenum format, GLenum type ) case GL_GREEN: case GL_BLUE: case GL_ALPHA: + case GL_INTENSITY: case GL_LUMINANCE: case GL_LUMINANCE_ALPHA: case GL_DEPTH_COMPONENT: -- cgit v1.1