Re: [Mesa3d-dev] Additional vertex program instructions

2005-11-07 Thread Keith Whitwell
Keith Whitwell wrote: Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch adds the missing NV_vertex_program2 and NV_vertex_program3 instructions to the various internal tables. It does not add support for them to the parser nor does it add support for them to the

Re: [Mesa3d-dev] Additional vertex program instructions

2005-11-07 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: Ian Romanick wrote: This patch adds the missing NV_vertex_program2 and NV_vertex_program3 instructions to the various internal tables. It does not add support for them to the parser nor does it add support for them to the

Re: [Mesa3d-dev] Additional vertex program instructions

2005-11-07 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keith Whitwell wrote: Oh, and while we're talking about archiving code, all the TCC stuff for fragment programs can definitely be put in that category. You're saying to gut support for s_fragprog_to_c and s_tcc? I think I can handle that.

Re: [Mesa3d-dev] Additional vertex program instructions

2005-11-07 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: Ian Romanick wrote: It will probably a bit before I can add support to the parser. I'm still trying to understand how src/mesa/shader/grammar works (and why that was used instead of flex byacc). The ARB program parser is a