[intel] Use a static array for the validation list instead of a linked list.
authorEric Anholt <eric@anholt.net>
Sat, 12 Jan 2008 02:54:31 +0000 (18:54 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 18 Jan 2008 16:52:00 +0000 (08:52 -0800)
commit8c56418f979f4b8c79c80738b35ac03470c25fea
tree7c34d3c3d0e88ab797a80e93356d0c941e005679
parenta0e453a5eca7ed4b57a7f4c1e418d368815e3957
[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.
src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c