summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_execute.h
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-02-25 18:26:50 -0700
committerBrian <brian@nostromo.localnet.net>2007-02-25 18:26:50 -0700
commit8b34b7da4131d2b07037ce062c522fddd614f127 (patch)
tree4b618dc29b26767008b68b1b1a33e0b0b29e1836 /src/mesa/shader/prog_execute.h
parent085d7d59f0e167bb546c4a1675e09631b14fc9f7 (diff)
downloadexternal_mesa3d-8b34b7da4131d2b07037ce062c522fddd614f127.zip
external_mesa3d-8b34b7da4131d2b07037ce062c522fddd614f127.tar.gz
external_mesa3d-8b34b7da4131d2b07037ce062c522fddd614f127.tar.bz2
remove 'maxInst' parameter from _mesa_execute_program()
Diffstat (limited to 'src/mesa/shader/prog_execute.h')
-rw-r--r--src/mesa/shader/prog_execute.h2
1 files changed, 1 insertions, 1 deletions
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 @@ _mesa_get_program_register(GLcontext *ctx, enum register_file file,
extern GLboolean
_mesa_execute_program(GLcontext *ctx,
- const struct gl_program *program, GLuint maxInst,
+ const struct gl_program *program,
struct gl_program_machine *machine);