From 0e14d6d68eae5b9a3f8d21d63d8129db947e3580 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 30 Apr 2001 21:08:51 +0000 Subject: Lots more eval fixes --- src/mesa/tnl/t_imm_fixup.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/mesa/tnl/t_imm_fixup.h') diff --git a/src/mesa/tnl/t_imm_fixup.h b/src/mesa/tnl/t_imm_fixup.h index 584712167f0..5ca68b297a0 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, -- cgit v1.2.3