commit | 7aebaf3debc6482b49faee5ed38418ad3d35fc30 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Sun Oct 30 21:23:23 2005 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Sun Oct 30 21:23:23 2005 +0000 |
tree | d3794359358ea33e561dd8bdbc84c34cfc229688 | |
parent | 094a1ddf2498d598da5abaef6d6ed53ec2dbe6dc [diff] [blame] |
Lots of clean-up in arb program parser. Use new _mesa_init_fp/vp_instruction() function to initialize instructions.
diff --git a/src/mesa/shader/nvvertprog.h b/src/mesa/shader/nvvertprog.h index b8dbe36..994a324 100644 --- a/src/mesa/shader/nvvertprog.h +++ b/src/mesa/shader/nvvertprog.h
@@ -108,4 +108,8 @@ }; +extern void +_mesa_init_vp_instruction(struct vp_instruction *inst); + + #endif /* VERTPROG_H */