summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-02-13 23:51:34 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-02-13 23:51:34 +0000
commitdc866313affb0b4f2073f1234f69a4804f02c7a7 (patch)
tree009c976f3e55d66661badb9cc57c2c8d75c5152c /src/mesa/tnl/t_imm_dlist.c
parent8f28f4850bbf4f32e84f25ee1a8d72b16b8a41d1 (diff)
gl_error clean-ups
Diffstat (limited to 'src/mesa/tnl/t_imm_dlist.c')
-rw-r--r--src/mesa/tnl/t_imm_dlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_imm_dlist.c b/src/mesa/tnl/t_imm_dlist.c
index 3e1a9e266f..3cd08ba4c1 100644
--- a/src/mesa/tnl/t_imm_dlist.c
+++ b/src/mesa/tnl/t_imm_dlist.c
@@ -1,4 +1,4 @@
-/* $Id: t_imm_dlist.c,v 1.6 2001/01/29 20:47:39 keithw Exp $ */
+/* $Id: t_imm_dlist.c,v 1.7 2001/02/13 23:51:34 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -227,6 +227,7 @@ execute_compiled_cassette( GLcontext *ctx, void *data )
if (ctx->Driver.CurrentExecPrimitive == GL_POLYGON+1)
tnl->ReplayHardBeginEnd = 1;
if (!tnl->ReplayHardBeginEnd) {
+ /* XXX is this really an OpenGL error or an implementation problem? */
gl_error(ctx, GL_INVALID_OPERATION, "hard replay");
return;
}