commit | 8b34b7da4131d2b07037ce062c522fddd614f127 | [log] [tgz] |
---|---|---|
author | Brian <brian@nostromo.localnet.net> | Sun Feb 25 18:26:50 2007 -0700 |
committer | Brian <brian@nostromo.localnet.net> | Sun Feb 25 18:26:50 2007 -0700 |
tree | 4b618dc29b26767008b68b1b1a33e0b0b29e1836 | |
parent | 085d7d59f0e167bb546c4a1675e09631b14fc9f7 [diff] [blame] |
remove 'maxInst' parameter from _mesa_execute_program()
diff --git a/src/mesa/shader/prog_execute.h b/src/mesa/shader/prog_execute.h index feda65f..2dbd922 100644 --- a/src/mesa/shader/prog_execute.h +++ b/src/mesa/shader/prog_execute.h
@@ -74,7 +74,7 @@ extern GLboolean _mesa_execute_program(GLcontext *ctx, - const struct gl_program *program, GLuint maxInst, + const struct gl_program *program, struct gl_program_machine *machine);