summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_program.c
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-04-04 18:25:40 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-04-04 18:25:40 +0000
commit4d030ba65177842dbc022160ba18d5451dc140e4 (patch)
treefdcc89999e04cf98494d781b03cc71ee87587fc1 /src/mesa/tnl/t_vb_program.c
parentdb0944b08a9bf2983cfed56039dab6ca800f02b4 (diff)
casts to silence compiler warnings
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
-rw-r--r--src/mesa/tnl/t_vb_program.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c
index 2097ecc8cc..fea8c11f2b 100644
--- a/src/mesa/tnl/t_vb_program.c
+++ b/src/mesa/tnl/t_vb_program.c
@@ -1,4 +1,4 @@
-/* $Id: t_vb_program.c,v 1.10 2002/01/22 14:35:17 brianp Exp $ */
+/* $Id: t_vb_program.c,v 1.11 2002/04/04 18:25:40 kschultz Exp $ */
/*
* Mesa 3-D graphics library
@@ -150,7 +150,7 @@ static GLboolean run_vp( GLcontext *ctx, struct gl_pipeline_stage *stage )
struct vertex_buffer *VB = &tnl->vb;
struct vp_machine *machine = &(ctx->VertexProgram.Machine);
struct vp_program *program = ctx->VertexProgram.Current;
- GLint i;
+ GLuint i;
_mesa_init_tracked_matrices(ctx);
_mesa_init_vp_registers(ctx); /* init temp and result regs */