src/mesa/pipe/i965simple/brw_sf.c | 112 +++++++++++++++++++++------------ src/mesa/pipe/i965simple/brw_sf_emit.c | 30 ++++++-- src/mesa/pipe/i965simple/brw_vs_emit.c | 4 - src/mesa/pipe/i965simple/brw_wm_decl.c | 8 ++ src/mesa/pipe/xlib/xm_winsys_aub.c | 12 +++ 5 files changed, 116 insertions(+), 50 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit b1e67c5d840a2c07c4ccf73bf1d3200b8531efa3 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Thu Jan 3 19:46:59 2008 +0000 965: fix various refcount issues commit f54012650eebd940a6a7006ebcc0b9160c0368cf Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Thu Jan 3 19:46:16 2008 +0000 965: use correct offset for constants vs immediates commit 65426b144e9c3f6c8c1e6d0c0dce0ae955f7d1c3 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Thu Jan 3 17:21:22 2008 +0000 965: always perform SF parameter setup for position Match behaviour of DRI driver. Fix fragment shader to find the other parameters one slot further on. Will need more work to cope with FP's that actually reference position. commit 25c9728644becd6342d025bdf355f311d00d5cb5 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Thu Jan 3 16:44:56 2008 +0000 965: scan fs inputs to work out interpolation in setup program _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
