summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_exec.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-08-02 22:39:51 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-08-02 22:39:51 +0000
commit76ca0f5232682665a899841026c47f171c7ec05c (patch)
tree0457ec7393a5c798b2f2f5542377ffb4fa48feba /src/mesa/tnl/t_imm_exec.h
parent554ceab8ecc9805afb89cfa5975852fd57cad1e6 (diff)
Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)
Diffstat (limited to 'src/mesa/tnl/t_imm_exec.h')
-rw-r--r--src/mesa/tnl/t_imm_exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_imm_exec.h b/src/mesa/tnl/t_imm_exec.h
index 226aa143ff..5e586449e8 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.6 2001/05/11 08:11:31 keithw Exp $ */
+/* $Id: t_imm_exec.h,v 1.7 2001/08/02 22:39:51 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -44,7 +44,7 @@ extern void _tnl_flush_immediate( struct immediate *IM );
*/
extern void _tnl_run_cassette( GLcontext *ctx, struct immediate *IM );
extern void _tnl_copy_to_current( GLcontext *ctx, struct immediate *IM,
- GLuint flag );
+ GLuint flag, GLuint row );
/* Initialize some stuff:
*/