mesa: Changes to 'master'

Roland Scheidegger sroland at kemper.freedesktop.org
Tue May 22 01:33:25 UTC 2007


 src/mesa/drivers/dri/i915/i915_fragprog.c      |    8 ------
 src/mesa/drivers/dri/i915tex/i915_fragprog.c   |    8 ------
 src/mesa/drivers/dri/i915tex/i915_tex_layout.c |    2 -
 src/mesa/drivers/dri/i965/brw_vs_tnl.c         |   22 ++++++++++++------
 src/mesa/shader/prog_statevars.c               |    2 +
 src/mesa/tnl/t_vb_fog.c                        |   29 ++++++++++++++++++-------
 src/mesa/tnl/t_vp_build.c                      |   23 ++++++++++++-------
 7 files changed, 54 insertions(+), 40 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 74a30c351fe98f41150dfe81a6aba05087997206
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Tue May 22 03:30:09 2007 +0200

    fog: fix potential issues with generated vp using fog
    
    Change the generated vertex programs (tnl/brw) to follow the same logic as
    the tnl fog wrt using absolute value, and sync them up a bit (untested).

commit 3e21a014c308a87e1dd7bdabba255aad02d3ad1b
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Tue May 22 03:29:59 2007 +0200

    fog: fix issues with negative fog coords (may fix #10529)
    
    Rework tnl fog a bit. Make sure we always use ABS(eyez) when fog coord source
    is depth, OTOH it does not seem to be necessary to use it (as was done before
    in some cases) if fog coord source is fogcoord (just to save some work).
    This fixes tests/fog (the first 2 cases) with i915/i915tex.

commit 7f1879d4e137f9b98d7430976adf9c28c4bf9fcf
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Tue May 22 02:52:39 2007 +0200

    make sure optimized fog params get updated

commit 1078ef83eb3458363bf9709a7c697b39020266ea
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Tue May 22 02:50:08 2007 +0200

    i915/i915tex: minor cleanup (remove unneeded function call

commit b1c640deda326078b1b2b335646f32b52120be3c
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Mon May 21 11:38:25 2007 +0200

    unbreak 3d textures (typo when setting tex layout)




More information about the mesa-commit mailing list