summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_exec.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-05-03 16:49:27 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-05-03 16:49:27 +0000
commit652a14a2153baf011a9347c6a8820e15ebf9aa2d (patch)
treece3a82fb53dd3c0fba9391d627cbe727f49ef00e /src/mesa/tnl/t_imm_exec.h
parenta03463303dce5526f9439f704b28625329bde554 (diff)
fix for moebius infinite loop
Diffstat (limited to 'src/mesa/tnl/t_imm_exec.h')
-rw-r--r--src/mesa/tnl/t_imm_exec.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/mesa/tnl/t_imm_exec.h b/src/mesa/tnl/t_imm_exec.h
index 8cdede46f0..cac53844e8 100644
--- a/src/mesa/tnl/t_imm_exec.h
+++ b/src/mesa/tnl/t_imm_exec.h
@@ -1,4 +1,4 @@
-/* $Id: t_imm_exec.h,v 1.4 2001/03/12 00:48:43 gareth Exp $ */
+/* $Id: t_imm_exec.h,v 1.5 2001/05/03 16:49:27 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -52,10 +52,15 @@ extern void _tnl_imm_init( GLcontext *ctx );
extern void _tnl_imm_destroy( GLcontext *ctx );
-extern void _tnl_reset_input( GLcontext *ctx,
- GLuint start,
- GLuint beginstate,
- GLuint savedbeginstate );
+extern void _tnl_reset_exec_input( GLcontext *ctx,
+ GLuint start,
+ GLuint beginstate,
+ GLuint savedbeginstate );
+
+extern void _tnl_reset_compile_input( GLcontext *ctx,
+ GLuint start,
+ GLuint beginstate,
+ GLuint savedbeginstate );
extern void _tnl_compute_orflag( struct immediate *IM );
extern void _tnl_execute_cassette( GLcontext *ctx, struct immediate *IM );