summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_fixup.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-04-30 21:08:51 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-04-30 21:08:51 +0000
commit0e14d6d68eae5b9a3f8d21d63d8129db947e3580 (patch)
treed13e7d5bbac6a09c4e2eaa82013d4ef2e2cea4c5 /src/mesa/tnl/t_imm_fixup.h
parent16837e4219e03df36c34f08cee1967b946c44536 (diff)
Lots more eval fixes
Diffstat (limited to 'src/mesa/tnl/t_imm_fixup.h')
-rw-r--r--src/mesa/tnl/t_imm_fixup.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_imm_fixup.h b/src/mesa/tnl/t_imm_fixup.h
index 584712167f..5ca68b297a 100644
--- a/src/mesa/tnl/t_imm_fixup.h
+++ b/src/mesa/tnl/t_imm_fixup.h
@@ -1,4 +1,4 @@
-/* $Id: t_imm_fixup.h,v 1.4 2001/04/28 08:39:18 keithw Exp $ */
+/* $Id: t_imm_fixup.h,v 1.5 2001/04/30 21:08:52 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -54,12 +54,11 @@ extern void _tnl_fixup_compiled_cassette( GLcontext *ctx,
extern void _tnl_restore_compiled_cassette( GLcontext *ctx,
struct immediate *IM );
-
-extern void _tnl_fixup_purged_eval( GLcontext *ctx, struct immediate *IM );
-
extern void _tnl_copy_immediate_vertices( GLcontext *ctx,
struct immediate *IM );
+extern void _tnl_get_purged_copy_verts( GLcontext *ctx, struct immediate *IM );
+
extern void _tnl_get_exec_copy_verts( GLcontext *ctx, struct immediate *IM );
extern void _tnl_upgrade_current_data( GLcontext *ctx, GLuint required,