src/mesa/drivers/dri/i965/brw_state.h | 1 src/mesa/drivers/dri/i965/brw_state_cache.c | 44 ++++------------ src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c | 70 ++++++++++++-------------- 3 files changed, 46 insertions(+), 69 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 9365738c36f1f0288e2576edbc621b5ed4d8736c Author: Eric Anholt <[EMAIL PROTECTED]> Date: Tue Feb 12 16:03:58 2008 -0800 [intel] Remove cached reloc data buffer now that it's not a BO. It's not worth the extra effort to avoid a free/malloc, and we'd rather auto-size the reloc data buffer at some point so we don't need to have max_relocs. commit 4e2a0b6aa67da77d312ed74916624a43daf2101a Author: Eric Anholt <[EMAIL PROTECTED]> Date: Tue Feb 12 16:01:26 2008 -0800 [intel] Fix type of some more flags variables for uint64_t flags. Harmless since we don't yet have any bits above 31 for flags. commit da428c709aa1acda0072c302f539670542bcfd2c Author: Eric Anholt <[EMAIL PROTECTED]> Date: Mon Feb 11 08:29:05 2008 -0800 [intel] Note when BO map/unmap fail with TTM. commit 7ea767f9faee2c6acbaccdd4fae863c2cad0da31 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Feb 8 15:58:45 2008 -0800 [intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups. commit 1fd82451eb8a76f2df85720e8d9d607d9e37ab24 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Thu Feb 7 15:12:59 2008 -0800 [965] Remove stale brw_state_cache.c comment and function export. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
