summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_exec.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-12-27 21:49:40 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-12-27 21:49:40 +0000
commit93259cdfa10cfd484323b88cf00c9e8422c06bc5 (patch)
treefd9df057ff91d03d8936dbfb8e35307b4a686d1b /src/mesa/tnl/t_imm_exec.h
parent719344b23ed7b1947af1db9281389f3fc74c3fc5 (diff)
fix sproingies bug
Diffstat (limited to 'src/mesa/tnl/t_imm_exec.h')
-rw-r--r--src/mesa/tnl/t_imm_exec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_imm_exec.h b/src/mesa/tnl/t_imm_exec.h
index 3a7284ccfd..84cf1f0f8a 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.1 2000/12/26 05:09:32 keithw Exp $ */
+/* $Id: t_imm_exec.h,v 1.2 2000/12/27 21:49:40 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -43,6 +43,7 @@ extern void _tnl_flush_immediate( struct immediate *IM );
/* Called from imm_dlist.c and _tnl_flush_immediate:
*/
extern void _tnl_run_cassette( GLcontext *ctx, struct immediate *IM );
+extern void _tnl_run_empty_cassette( GLcontext *ctx, struct immediate *IM );
/* Initialize some stuff:
*/