mesa: Changes to 'master'

Ian Romanick idr at kemper.freedesktop.org
Thu Aug 21 22:02:24 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.h          |    5 ++++
 src/mesa/drivers/dri/i965/brw_clip_tri.c      |   10 --------
 src/mesa/drivers/dri/i965/brw_clip_unfilled.c |   24 ++++++++++++++++++-
 src/mesa/drivers/dri/i965/brw_clip_util.c     |    5 +--
 src/mesa/drivers/dri/i965/brw_vs_emit.c       |   30 +++++++++++++++++++++---
 src/mesa/main/enable.c                        |    4 +++
 6 files changed, 59 insertions(+), 19 deletions(-)

       via  a35002c1673a1a37ec79b237dda7e8f6b9c9962a (commit)
       via  6f4fd3a4322a3d7c63207999e08b07ba46b0fc66 (commit)
       via  be30fddc7c6d0a75cf0777cf24591c3a6439e2c6 (commit)
       via  1a244cd9e29e0163a3d68cc30cc6f4a81a9ea96d (commit)
      from  687cd467b3461691a6fd03d3bc38c01ed79c06fd (commit)


- Commits -----------------------------------------------
commit a35002c1673a1a37ec79b237dda7e8f6b9c9962a
Author: Krzysztof Czurylo <krzysztof.czurylo at intel.com>
Date:   Thu Aug 21 15:01:36 2008 -0700

    965: Fix incorrect backface culling
    
    Fix incorrect backface culling for OGL tunnel in wireframe and
    point mode.

commit 6f4fd3a4322a3d7c63207999e08b07ba46b0fc66
Author: Krzysztof Czurylo <krzysztof.czurylo at intel.com>
Date:   Thu Aug 21 15:01:20 2008 -0700

    Call _ae_update_state when array enable state changes
    
    Basically, the application enables client vertex and color arrays,
    renders something, then disables color array, and renders something
    else (using vertex array only).  Even though the color array is
    disabled (and the pointer is no longer valid), the driver still tries
    to read color data from this array (which results in an exception).
    
    This is because enabling/disabling array does not trigger
    _ae_update_state() and the list of enabled arrays is not updated.
    _ae_update_state() it's called on the first state validation only (as
    all the "dirty" flags are set at the beginning). Any further change to
    client arrays' state has no effect.

commit be30fddc7c6d0a75cf0777cf24591c3a6439e2c6
Author: Krzysztof Czurylo <krzysztof.czurylo at intel.com>
Date:   Wed Jul 30 10:19:08 2008 -0700

    965: Fix color clamping issues
    
    Patch is correctly applied this time.

commit 1a244cd9e29e0163a3d68cc30cc6f4a81a9ea96d
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jul 30 10:00:48 2008 -0700

    Formatting changes to ease application of patches

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




More information about the mesa-commit mailing list