diff options
author | Keith Whitwell <[email protected]> | 2001-01-08 21:55:59 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-01-08 21:55:59 +0000 |
commit | ce656b6a0a103ae9cb41d509be353f0e661e3574 (patch) | |
tree | 1f877f14838b85d7db834cb38a040a362db83d6e /src/mesa/tnl/t_imm_api.h | |
parent | bfa023921c9d1aa872237e0ac6085160f7c2cbc5 (diff) |
Fixed 'IRound' to 'IROUND' in mmath.h
Fixed fallback path for drawarrays/_tnl_hard_begin.
Removed disabled debug code.
Diffstat (limited to 'src/mesa/tnl/t_imm_api.h')
-rw-r--r-- | src/mesa/tnl/t_imm_api.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_imm_api.h b/src/mesa/tnl/t_imm_api.h index 8e4c9943d21..3c0686403d4 100644 --- a/src/mesa/tnl/t_imm_api.h +++ b/src/mesa/tnl/t_imm_api.h @@ -1,4 +1,4 @@ -/* $Id: t_imm_api.h,v 1.1 2000/12/26 05:09:32 keithw Exp $ */ +/* $Id: t_imm_api.h,v 1.2 2001/01/08 21:56:00 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -32,9 +32,10 @@ #include "t_context.h" +extern void _tnl_save_Begin( GLenum mode ); + /* TNL-private internal functions for building higher-level operations: */ -extern void _tnl_begin( GLcontext *ctx, GLenum p ); extern GLboolean _tnl_hard_begin( GLcontext *ctx, GLenum p ); extern void _tnl_end( GLcontext *ctx ); extern void _tnl_vertex2f( GLcontext *ctx, GLfloat x, GLfloat y ); |