mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Thu Dec 6 00:45:03 UTC 2007


 src/mesa/drivers/dri/i965/brw_clip.c |   34 +++++++++++++++++++---------------
 src/mesa/drivers/dri/i965/brw_gs.c   |   31 +++++++++++++++++++------------
 src/mesa/drivers/dri/i965/brw_sf.c   |   32 +++++++++++++++++++-------------
 src/mesa/drivers/dri/i965/brw_vs.c   |   24 ++++++++++++++++++------
 src/mesa/drivers/dri/i965/brw_wm.c   |   26 +++++++++++++++++++-------
 5 files changed, 94 insertions(+), 53 deletions(-)

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

New commits:
commit a4642f3d18bdaebaba31e5dee72fe5de9d890ffb
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Dec 5 15:52:13 2007 -0800

    [965] Add missing flagging of new stage programs for updating stage state.
    
    Otherwise, choosing a new program wouldn't necessarily update the state, and
    and an old program could be executed, leading to various sorts of pretty
    pictures or hangs.




More information about the mesa-commit mailing list