mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Fri Dec 14 08:00:02 UTC 2007


 src/mesa/drivers/dri/common/dri_bufmgr.c      |    6 
 src/mesa/drivers/dri/common/dri_bufmgr.h      |    4 
 src/mesa/drivers/dri/common/dri_bufmgr_fake.c |  167 ++++++++------------------
 src/mesa/drivers/dri/i915/intel_context.c     |    4 
 src/mesa/drivers/dri/i965/intel_context.c     |    4 
 src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c |   88 +++----------
 6 files changed, 94 insertions(+), 179 deletions(-)

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

New commits:
commit 0037ad4186c11267d85fcde378be79eb6acf74f3
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Dec 13 17:05:21 2007 -0800

    [intel] Remove broken mutex protection from dri_bufmgrs.
    
    Now that the dri_bufmgr is stored in the context rather than the screen, all
    access to one is single-threaded anyway.

commit dbfe05ca24d3b111482c079cc7a40da160b6074c
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Dec 13 16:49:55 2007 -0800

    [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.

commit 9f7d6b72108d9d8bec5f567bcaf33714ffe3ebc2
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Dec 13 01:01:31 2007 -0800

    [intel] assert that buffers are not mapped at last unreference.
    
    bufmgr_fake doesn't care about it, but with ttm we would end up with the
    buffer remaining referenced until application exit.




More information about the mesa-commit mailing list