src/mesa/drivers/dri/i965/brw_vs_emit.c | 7 ++----- src/mesa/drivers/dri/i965/brw_vs_tnl.c | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 9bae03a583fc6d2d0b916961279abe9156078d1e Author: Eric Anholt <[EMAIL PROTECTED]> Date: Wed Jan 16 15:07:10 2008 -0800 [965] Fix inversion of SLT/SGE results in vertex programs. The WM code had this right, so copy its behavior. This reverts a flipping of the arguments to SLT in brw_vs_tnl which came in with the GLSL code that probably occurred to work around the flipped results, and brings the code back in line with t_vp_build.c. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
