remove unused 'element' parameter from _mesa_execute_program()
This commit is contained in:
@@ -148,8 +148,7 @@ run_program(GLcontext *ctx, SWspan *span, GLuint start, GLuint end)
|
||||
init_machine(ctx, &machine, program, span, i);
|
||||
|
||||
if (_mesa_execute_program(ctx, &program->Base,
|
||||
program->Base.NumInstructions,
|
||||
&machine, i)) {
|
||||
program->Base.NumInstructions, &machine)) {
|
||||
/* Store result color */
|
||||
COPY_4V(span->array->attribs[FRAG_ATTRIB_COL0][i],
|
||||
machine.Outputs[FRAG_RESULT_COLR]);
|
||||
|
Reference in New Issue
Block a user