mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Fri Jan 18 17:11:10 UTC 2008


 src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c |  286 ++++++++++----------------
 1 file changed, 119 insertions(+), 167 deletions(-)

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

New commits:
commit 8c56418f979f4b8c79c80738b35ac03470c25fea
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jan 11 18:54:31 2008 -0800

    [intel] Use a static array for the validation list instead of a linked list.
    
    Around 10% of a CPU was being wasted to create the linked list which we
    threw out immediately after passing it to the kernel.




More information about the mesa-commit mailing list