summaryrefslogtreecommitdiff
path: root/src/mesa/main/mm.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-31mesa: Remove unnecessary header from mm.h.Vinson Lee1-3/+0
2008-09-21mesa: More signed/unsigned float/integer fixes.José Fonseca1-8/+8
2008-06-17mesa: make mm.c use unsigned ints for offsets.Dave Airlie1-2/+3
2006-05-22Speedup the venerable mm.[ch] allocator with doubly linked lists and aKeith Whitwell1-6/+6
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell1-32/+9
2005-11-28Correct author attribution of mm.hKeith Whitwell1-1/+1
2005-10-18Lots of clean-ups. Replace __inline__ with INLINE macro. Use theBrian Paul1-20/+46
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell1-0/+89