src/mesa/drivers/dri/common/dri_bufmgr.c | 9 src/mesa/drivers/dri/common/dri_bufmgr.h | 13 src/mesa/drivers/dri/common/dri_bufmgr_fake.c | 12 src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c | 726 ++++++++++++++------------ 4 files changed, 413 insertions(+), 347 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit d388cad74675b6ac9bde4aa1dbdd3f4b0138942d Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Nov 30 18:12:23 2007 -0800 [intel] Add failure path printfs to relocation code and some comments. commit 700468b8bc37a26bb5a229ab8fa0478aaa7a049e Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Nov 30 18:08:17 2007 -0800 [intel] Simplify TTM relocation code by passing around bufmgr struct. commit ddd92ee9a173bbb087ef67b4a36ac231e30c941f Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Nov 30 14:15:36 2007 -0800 [intel] Fix the type and naming of the flags/mask args to TTM functions. The uint64_t flags (as defined by drm.h) were being used as unsigned ints in many places. commit 6f8dee03aaeab67532bbadef27f9e2a91e0022d8 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Nov 30 14:14:11 2007 -0800 [intel] intel_bufmgr_ttm style sanity _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
