src/mesa/drivers/dri/common/dri_bufmgr.h | 4 ++ src/mesa/drivers/dri/common/dri_bufmgr_fake.c | 46 +++++++++++++++++++++++--- src/mesa/drivers/dri/i965/brw_draw.c | 38 +++++++++------------ src/mesa/drivers/dri/i965/brw_state_pool.c | 18 ++++++++++ 4 files changed, 79 insertions(+), 27 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 230dec40b9fb79c4b6d41d1941eeebf7120d120b Author: Eric Anholt <[EMAIL PROTECTED]> Date: Tue Nov 27 15:03:31 2007 -0800 [965] Bring back no-backing-store hack for classic-mode performance. This is not the complete version of the previous hack -- most importantly, the NO_FENCE_SUBDATA is missing. However, the previous implementation of that lacked some required synchronization for the state cache. This improves openarena performance by almost 50%, to about a quarter of what it was before bufmgr conversion. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
