mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Mon Jan 14 18:22:21 UTC 2008


 src/mesa/drivers/dri/i965/brw_draw.c          |    2 -
 src/mesa/drivers/dri/i965/brw_vtbl.c          |    5 +++
 src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c |   43 ++++++++++++++++++++++++--
 3 files changed, 47 insertions(+), 3 deletions(-)

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

New commits:
commit d42400db87f38aee3647e87a9622689519c6b553
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jan 11 17:03:51 2008 -0800

    [intel] Delay unmapping of driver-private buffers to reduce map/unmap thrashing.
    
    Good for a 10-15% improvement to OA.

commit 7fec1eb21ba2121f530cb5412f658303b683e1d3
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jan 11 16:00:50 2008 -0800

    [965] Force a new vertex upload buffer at new batch time.
    
    Otherwise, we could choose to upload into the temporary VBO that we just fired
    off to the hardware.  Good for a 60% OA performance improvement.




More information about the mesa-commit mailing list