mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Thu Jan 17 23:34:08 UTC 2008


 src/mesa/drivers/dri/i915/i830_vtbl.c          |   53 ++++--------------------
 src/mesa/drivers/dri/i915/i915_vtbl.c          |   54 ++++---------------------
 src/mesa/drivers/dri/i915/intel_context.c      |    2 
 src/mesa/drivers/dri/i915/intel_context.h      |    3 -
 src/mesa/drivers/dri/i915/intel_tris.c         |   17 ++-----
 src/mesa/drivers/dri/i965/intel_context.c      |    2 
 src/mesa/drivers/dri/intel/intel_batchbuffer.c |    1 
 src/mesa/drivers/dri/intel/intel_batchbuffer.h |    1 
 src/mesa/drivers/dri/intel/intel_screen.c      |   23 ++++++----
 9 files changed, 43 insertions(+), 113 deletions(-)

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

New commits:
commit a0e453a5eca7ed4b57a7f4c1e418d368815e3957
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jan 17 14:23:04 2008 -0800

    [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.

commit 8517079cbcbbf31291b05420f3b776df712dfd47
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jan 14 11:03:05 2008 -0800

    [i915] Fix driver from cliprects changes, and clean up state emission.
    
    The fix for pageflipping with cliprects ended up causing a batch flush at
    an inopportune time, which is fixed by moving it up.
    
    Additionally, the recovery code for handling batch wraps at bad times is
    replaced by just checking for the space up front, and using a no_batch_wrap
    assert like on 965 to make sure that we weren't wrong about how much space that
    was.




More information about the mesa-commit mailing list