remove 'maxInst' parameter from _mesa_execute_program()

This commit is contained in:
Brian
2007-02-25 18:26:50 -07:00
parent 085d7d59f0
commit 8b34b7da41
4 changed files with 6 additions and 8 deletions

View File

@@ -257,8 +257,7 @@ run_vp( GLcontext *ctx, struct tnl_pipeline_stage *stage )
}
/* execute the program */
_mesa_execute_program(ctx, &program->Base, program->Base.NumInstructions,
&machine);
_mesa_execute_program(ctx, &program->Base, &machine);
/* Fixup fog an point size results if needed */
if (ctx->Fog.Enabled &&