diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-01-08 21:55:59 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-01-08 21:55:59 +0000 |
commit | ce656b6a0a103ae9cb41d509be353f0e661e3574 (patch) | |
tree | 1f877f14838b85d7db834cb38a040a362db83d6e /src/mesa/tnl/t_imm_exec.c | |
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_exec.c')
-rw-r--r-- | src/mesa/tnl/t_imm_exec.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/tnl/t_imm_exec.c b/src/mesa/tnl/t_imm_exec.c index 4bdce0d18d..e8904dfd1e 100644 --- a/src/mesa/tnl/t_imm_exec.c +++ b/src/mesa/tnl/t_imm_exec.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_exec.c,v 1.5 2001/01/05 02:26:49 keithw Exp $ */ +/* $Id: t_imm_exec.c,v 1.6 2001/01/08 21:56:00 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -471,15 +471,12 @@ void _tnl_imm_init( GLcontext *ctx ) ctx->swtnl_im = _tnl_alloc_immediate( ctx ); TNL_CURRENT_IM(ctx)->ref_count++; -/* fprintf(stderr, "%s id %d refcount %d\n", __FUNCTION__, */ -/* TNL_CURRENT_IM(ctx)->id, TNL_CURRENT_IM(ctx)->ref_count); */ tnl->ExecCopyTexSize = 0; tnl->ExecCopyCount = 0; tnl->ExecCopySource = TNL_CURRENT_IM(ctx); TNL_CURRENT_IM(ctx)->ref_count++; -/* fprintf(stderr, "%s id %d refcount %d\n", __FUNCTION__, */ -/* TNL_CURRENT_IM(ctx)->id, TNL_CURRENT_IM(ctx)->ref_count); */ + TNL_CURRENT_IM(ctx)->CopyStart = IMM_MAX_COPIED_VERTS; gl_vector4f_init( &tmp->Obj, 0, 0 ); |