Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi interpreter.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 13 Dec 2007 16:05:15 +0000 (09:05 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 13 Dec 2007 16:05:15 +0000 (09:05 -0700)
commit81c9058ea90615cd0c819da6e51c3a539a540a7e
tree3b37cd0c70b61394072b42b26e3de8333c4f23b0
parent8cd608d5ba538cdebea7e9bb51c1458ce7eb5137
Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi interpreter.

The tgsi linear/perspective attribute code now uses these values rather than
input[0].  Need to update SSE path to take quad x,y as function params.
Then, we can remove additional code.
src/mesa/pipe/softpipe/sp_quad_fs.c
src/mesa/pipe/tgsi/exec/tgsi_exec.c
src/mesa/pipe/tgsi/exec/tgsi_exec.h