remove 'maxInst' parameter from _mesa_execute_program()
This commit is contained in:
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user