mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Wed Mar 26 20:40:08 UTC 2008


The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 src/mesa/drivers/dri/i965/brw_clip.c         |   17 ++++--------
 src/mesa/drivers/dri/i965/brw_state_cache.c  |    8 ++++-
 src/mesa/drivers/dri/i965/brw_wm_fp.c        |   35 +++++++++++++++----------
 src/mesa/drivers/dri/i965/brw_wm_pass1.c     |    2 +-
 src/mesa/drivers/dri/intel/intel_tex.c       |    3 +-
 src/mesa/drivers/dri/intel/intel_tex_image.c |    5 ++-
 6 files changed, 39 insertions(+), 31 deletions(-)

       via  05004670448e1edd9166b8da614606e6f49c1fcf (commit)
       via  76430815a73559c55e2061ceb2634406d1284f03 (commit)
       via  b4cbf6983e0e6d6502c1260f60c463841ab74590 (commit)
       via  13a6f73a64e23bad71d5e94d446e133b3cf634f7 (commit)
       via  5cc56cbad89d8d1b15d0dc67d41732a8883ae7bc (commit)
      from  d24a5254c2d4062017cad173eca15398cf4115bf (commit)


- Commits -----------------------------------------------
commit 05004670448e1edd9166b8da614606e6f49c1fcf
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Wed Mar 26 13:43:16 2008 -0700

    [965] Fix massively broken state cache dirty flagging.
    
    It was flagging a last_bo update even when last_bo didn't change, but
    another part was failing to update last_bo when it should have.

commit 76430815a73559c55e2061ceb2634406d1284f03
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Wed Mar 26 13:33:34 2008 -0700

    [intel] Use mesa texmemory functions to allocate teximage Data.
    
    Failure to consistently do so resulted in mismatched aligned versus
    unaligned alloc/free.

commit b4cbf6983e0e6d6502c1260f60c463841ab74590
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Mar 26 13:23:43 2008 -0700

    [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit
    
    This patch is a variant of a submission by Michal Wajdeczko to fix
    oglconform fpalu failures.

commit 13a6f73a64e23bad71d5e94d446e133b3cf634f7
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Wed Mar 26 12:51:20 2008 -0700

    [965] Correctly set read mask for OPCODE_SWZ in pass1.
    
    While OPCODE_SWZ has usually been optimized away in pass0, it may still
    exist if a SWZ with dst saturate was emitted in pass_fp.  Fixes an error
    in oglconform fpalu.c.

commit 5cc56cbad89d8d1b15d0dc67d41732a8883ae7bc
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Mar 25 10:22:50 2008 -0700

    [965] Clean up whitespace and dead code from do_unfilled change.

---------------------------------




More information about the mesa-commit mailing list