diff options
Diffstat (limited to 'xc/extras/Mesa/src/tnl/t_imm_api.h')
-rw-r--r-- | xc/extras/Mesa/src/tnl/t_imm_api.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/tnl/t_imm_api.h b/xc/extras/Mesa/src/tnl/t_imm_api.h index 101acf651..1cb89fd4d 100644 --- a/xc/extras/Mesa/src/tnl/t_imm_api.h +++ b/xc/extras/Mesa/src/tnl/t_imm_api.h @@ -1,8 +1,7 @@ -/* $Id: t_imm_api.h,v 1.1.1.1 2002/10/22 13:06:25 alanh Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * @@ -35,6 +34,11 @@ extern void _tnl_save_Begin( GLenum mode ); extern void _tnl_Begin( GLenum mode ); +extern void _tnl_Begin( GLenum mode ); + +extern void _tnl_End(void); + + /* TNL-private internal functions for building higher-level operations: */ extern GLboolean _tnl_hard_begin( GLcontext *ctx, GLenum p ); |