mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Wed Feb 13 18:38:31 UTC 2008


 src/mesa/drivers/dri/common/dri_bufmgr_fake.c |   32 +++-
 src/mesa/drivers/dri/i915/intel_context.c     |    5 
 src/mesa/drivers/dri/i915/intel_context.h     |    2 
 src/mesa/drivers/dri/i915/intel_ioctl.c       |  175 ----------------------
 src/mesa/drivers/dri/i965/intel_ioctl.c       |  201 --------------------------
 src/mesa/drivers/dri/intel/intel_ioctl.c      |  198 +++++++++++++++++++++++++
 6 files changed, 233 insertions(+), 380 deletions(-)

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

New commits:
commit 822b2481ffc0d3e2ca9d24e9443634af2760777c
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Feb 13 10:34:20 2008 -0800

    [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
    
    The 965 path wasn't setting pClipRects for batch submission since it didn't
    want kernel cliprect handling before.  The 915 path also grew the INTEL_NO_HW=1
    option for testing just driver overhead.

commit ee781a41af95a317f4f37182e0d614e917e0737d
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Feb 13 09:26:06 2008 -0800

    When mapping, wait on the buffer's fence, not hardware idle, in bufmgr_fake

commit ee8dfa89646ea5aa5e5cf72e29b601cbe357e126
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Feb 13 09:16:07 2008 -0800

    Remove O(n^2) debugging code from non-debug path of dri_bufmgr_fake.




More information about the mesa-commit mailing list