Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2
[mesa.git] / src / mesa / main / mm.c
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-24 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-17 Brian Paulmesa: make mm.c use unsigned ints for offsets.
2008-06-17 Dave Airliemesa: make mm.c use unsigned ints for offsets.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-09-22 Keith WhitwellRemove unused variable.
2006-09-07 Keith WhitwellAdd some asserts, fix some not-quite-bugs.
2006-08-02 Michal KrolFix mmFindBlock function.
2006-05-22 Keith WhitwellSpeedup the venerable mm.[ch] allocator with doubly...
2005-11-28 Keith WhitwellRemove the many aliases for 'struct mem_block' in mm.h
2005-10-18 Brian PaulLots of clean-ups. Replace __inline__ with INLINE...
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...