diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2006-11-02 12:02:13 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2006-11-02 12:02:13 +0000 |
commit | 6d104cb932080c5c0d951fbc0ec6d30fb7ebef45 (patch) | |
tree | 17207f566d6eda4d3884ec03dfff6cdb5a1965ea /src/mesa/shader/program_instruction.h | |
parent | 18d52f96bb1f20b1887b67e87506835bca05d73a (diff) | |
download | external_mesa3d-6d104cb932080c5c0d951fbc0ec6d30fb7ebef45.zip external_mesa3d-6d104cb932080c5c0d951fbc0ec6d30fb7ebef45.tar.gz external_mesa3d-6d104cb932080c5c0d951fbc0ec6d30fb7ebef45.tar.bz2 |
merge current trunk into vbo branch
Diffstat (limited to 'src/mesa/shader/program_instruction.h')
-rw-r--r-- | src/mesa/shader/program_instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/program_instruction.h b/src/mesa/shader/program_instruction.h index 93bcfc2..cdec0ce 100644 --- a/src/mesa/shader/program_instruction.h +++ b/src/mesa/shader/program_instruction.h @@ -343,7 +343,7 @@ struct prog_instruction extern void -_mesa_init_instruction(struct prog_instruction *inst); +_mesa_init_instructions(struct prog_instruction *inst, GLuint count); extern GLuint _mesa_num_inst_src_regs(enum prog_opcode opcode); |