summaryrefslogtreecommitdiff
path: root/src/mesa/main/execmem.c
AgeCommit message (Collapse)Author
2006-05-10Clean up previous change slightlyKeith Whitwell
2006-05-10Use a (much!) larger executable memory heap so that the glsl x86Keith Whitwell
allocations succeed. I'm not sure this is really necessary...
2006-01-24pull in fix from 6.4 branch for XFree86Server definitionAlan Hourihane
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell
2005-10-18Lots of clean-ups. Replace __inline__ with INLINE macro. Use theBrian Paul
_mesa_calloc(), _mesa_free() functions. Clean-up formatting, doxygen-style comments.
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code.