src/mesa/drivers/dri/i965/brw_context.h | 4 ++ src/mesa/drivers/dri/i965/brw_curbe.c | 35 +++++++++++++++++++------- src/mesa/drivers/dri/i965/brw_vtbl.c | 3 ++ src/mesa/drivers/dri/intel/intel_buffers.c | 1 src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c | 2 - 5 files changed, 34 insertions(+), 11 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 3d273ae44e85480fcd7798c7b5b75f949906a78e Author: Eric Anholt <[EMAIL PROTECTED]> Date: Thu Jan 10 14:43:43 2008 -0800 [intel] Report buffer size when allocating with INTEL_DEBUG=bufmgr and TTM. commit 609ad99a1a4b3a59436c520b355f482dff64b34a Author: Eric Anholt <[EMAIL PROTECTED]> Date: Thu Jan 10 14:43:16 2008 -0800 [965] Improve performance by allocating CURBE buffers a page at a time. Since each one is only 64b, and kernel allocations are a page anyway, this lets us reduce buffer allocation by packing many CURBEs into one buffer, for each batchbuffer submitted. Improves openarena performance by around 10%. commit 4e5b3626a1fc42ff7a88264ded8f0997b0fcd22e Author: Eric Anholt <[EMAIL PROTECTED]> Date: Thu Jan 10 13:46:49 2008 -0800 [intel] Remove a gratuitous flush at the end of ClearWithTris. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
