Re: [Mesa3d-dev] Re: Help with Vertex Program execution in the interpreter

2006-02-15 Thread Brian Paul
Peter wrote: I think that someone in the Dev list maybe able to help me with this. For some background, we are working on creating a backend compiler for the ARB_vertex_program languague used in Mesa. We have an IR defined, and we are currently working on the code generation to x86/SSE.

[Mesa3d-dev] Re: Help with Vertex Program execution in the interpreter

2006-02-14 Thread Peter
I think that someone in the Dev list maybe able to help me with this. For some background, we are working on creating a backend compiler for the ARB_vertex_program languague used in Mesa. We have an IR defined, and we are currently working on the code generation to x86/SSE. I've been tasked

Re: [Mesa3d-dev] Re: Help with Vertex Program execution in the interpreter

2006-02-14 Thread Michał Król
2006/2/14, Peter [EMAIL PROTECTED]: the function _mesa_exec_vertex_program in the shader/nvvertexec.c file never seems to get execute when running the vp-tris program in the /progs/vp folder. I've run DDD on it and something gets executed from the glutMainLoop. I've stepped through the