mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 9 20:55:35 UTC 2007


 src/mesa/pipe/p_state.h                |    1 -
 src/mesa/pipe/softpipe/sp_quad_fs.c    |   23 ++++++++++++++---------
 src/mesa/pipe/tgsi/exec/tgsi_exec.c    |    6 +++---
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c |   31 ++-----------------------------
 src/mesa/state_tracker/st_program.c    |   20 ++++++++------------
 5 files changed, 27 insertions(+), 54 deletions(-)

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

New commits:
commit bc139a19b00f8686caa8db7c56af2087f26e369a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 9 14:55:22 2007 -0600

    Pack fragment program outputs to be consistant with vertex programs.
    
    Previously, output[0] was always Z and output[1] was color.  Now output[0]
    will be color if Z is not written.
    In shade_quad() use the semantic info to determine which quantity is in
    which output slot.

commit 342bc50c3d8765ea4ab50aa7d77df5c86c478c61
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 9 14:52:26 2007 -0600

    update some comments




More information about the mesa-commit mailing list