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 <[EMAIL PROTECTED]> 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
