diff options
author | Keith Whitwell <[email protected]> | 2001-04-30 21:08:51 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-04-30 21:08:51 +0000 |
commit | 0e14d6d68eae5b9a3f8d21d63d8129db947e3580 (patch) | |
tree | d13e7d5bbac6a09c4e2eaa82013d4ef2e2cea4c5 /src/mesa/tnl/t_imm_eval.h | |
parent | 16837e4219e03df36c34f08cee1967b946c44536 (diff) |
Lots more eval fixes
Diffstat (limited to 'src/mesa/tnl/t_imm_eval.h')
-rw-r--r-- | src/mesa/tnl/t_imm_eval.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_imm_eval.h b/src/mesa/tnl/t_imm_eval.h index 951a93d896d..341da514810 100644 --- a/src/mesa/tnl/t_imm_eval.h +++ b/src/mesa/tnl/t_imm_eval.h @@ -1,4 +1,4 @@ -/* $Id: t_imm_eval.h,v 1.2 2001/03/12 00:48:43 gareth Exp $ */ +/* $Id: t_imm_eval.h,v 1.3 2001/04/30 21:08:52 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -34,7 +34,6 @@ extern void _tnl_eval_init( void ); -extern void _tnl_eval_vb( GLcontext *ctx, GLfloat (*coord)[4], - GLuint orflag, GLuint andflag ); +extern void _tnl_eval_immediate( GLcontext *ctx, struct immediate *IM ); #endif |