src/mesa/pipe/softpipe/sp_quad_fs.c | 11 ++++++++++- src/mesa/pipe/tgsi/exec/tgsi_exec.c | 6 ++---- src/mesa/pipe/tgsi/exec/tgsi_exec.h | 1 + 3 files changed, 13 insertions(+), 5 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 81c9058ea90615cd0c819da6e51c3a539a540a7e Author: Brian <[EMAIL PROTECTED]> Date: Thu Dec 13 09:05:15 2007 -0700 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
