Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: More signed/unsigned float/integer fixes. | José Fonseca | 2008-09-21 | 1 | -8/+8 |
| | |||||
* | mesa: make mm.c use unsigned ints for offsets. | Dave Airlie | 2008-06-17 | 1 | -2/+3 |
| | | | | | If you have a GPU using this code and it has the offsets up in this space, this fails. | ||||
* | Speedup the venerable mm.[ch] allocator with doubly linked lists and a | Keith Whitwell | 2006-05-22 | 1 | -6/+6 |
| | | | | separate list of free segments. | ||||
* | Remove the many aliases for 'struct mem_block' in mm.h | Keith Whitwell | 2005-11-28 | 1 | -32/+9 |
| | |||||
* | Correct author attribution of mm.h | Keith Whitwell | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | Lots of clean-ups. Replace __inline__ with INLINE macro. Use the | Brian Paul | 2005-10-18 | 1 | -20/+46 |
| | | | | | _mesa_calloc(), _mesa_free() functions. Clean-up formatting, doxygen-style comments. | ||||
* | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | 2005-10-18 | 1 | -0/+89 |
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code. |