projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845117b
)
changed a warning string
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 11 Nov 1999 17:53:14 +0000
(17:53 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 11 Nov 1999 17:53:14 +0000
(17:53 +0000)
src/mesa/main/colortab.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/colortab.c
b/src/mesa/main/colortab.c
index ccec6564610a4c8242389835c899184ee5e5674f..f6f281ae1a5809d0f6ce90de00ae55be8a5d682f 100644
(file)
--- a/
src/mesa/main/colortab.c
+++ b/
src/mesa/main/colortab.c
@@
-1,4
+1,4
@@
-/* $Id: colortab.c,v 1.
5 1999/11/11 17:50:0
4 brianp Exp $ */
+/* $Id: colortab.c,v 1.
6 1999/11/11 17:53:1
4 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-220,7
+220,7
@@
_mesa_ColorSubTableEXT( GLenum target, GLsizei start,
GLint comps;
GLubyte *dest;
- ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx, "glColorSubTable");
+ ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx, "glColorSubTable
EXT
");
switch (target) {
case GL_TEXTURE_1D: