José Fonseca
|
17158c2f00
|
Move mm.c code into util module.
Using the u_ prefix to distingish the c source files that support gallium
interfaces and those that have really no relation with gallium itself.
|
17 years ago |
José Fonseca
|
df8ab3140c
|
Bring rtasm from mesa to gallium.
|
17 years ago |
Keith Whitwell
|
7e3fa7e837
|
Speedup the venerable mm.[ch] allocator with doubly linked lists and a
separate list of free segments.
|
19 years ago |
Keith Whitwell
|
2b8e66d210
|
Remove the many aliases for 'struct mem_block' in mm.h
|
20 years ago |
Keith Whitwell
|
aae2b8b8eb
|
Correct author attribution of mm.h
|
20 years ago |
Brian Paul
|
1c236fd5c7
|
Lots of clean-ups. Replace __inline__ with INLINE macro. Use the
_mesa_calloc(), _mesa_free() functions. Clean-up formatting, doxygen-style
comments.
|
20 years ago |
Keith Whitwell
|
005469005d
|
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
executable memory. Based on Thomas Hellstrom's patch.
TODO: glapi.c also needs this, but cannot access this code.
|
20 years ago |
Keith Whitwell
|
8352666a9d
|
mesa-fix-one-bit-signed-bitfield.patch from Jeff Muizelaar
|
20 years ago |
Keith Whitwell
|
93a458840c
|
Shared dri driver resources
|
22 years ago |