Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-22 | Remove unused variable. | Keith Whitwell | |
2006-09-07 | Add some asserts, fix some not-quite-bugs. | Keith Whitwell | |
2006-08-02 | Fix mmFindBlock function. | Michal Krol | |
2006-05-22 | Speedup the venerable mm.[ch] allocator with doubly linked lists and a | Keith Whitwell | |
separate list of free segments. | |||
2005-11-28 | Remove the many aliases for 'struct mem_block' in mm.h | Keith Whitwell | |
2005-10-18 | Lots of clean-ups. Replace __inline__ with INLINE macro. Use the | Brian Paul | |
_mesa_calloc(), _mesa_free() functions. Clean-up formatting, doxygen-style comments. | |||
2005-10-18 | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | |
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code. |