summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/execmem.c
Commit message (Expand)AuthorAgeFilesLines
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-1/+1
* Drop XFree86Server from execmem.cGeorge Sapountzis2007-04-071-1/+1
* Clean up previous change slightlyKeith Whitwell2006-05-101-4/+2
* Use a (much!) larger executable memory heap so that the glsl x86Keith Whitwell2006-05-101-2/+6
* pull in fix from 6.4 branch for XFree86Server definitionAlan Hourihane2006-01-241-2/+1
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-3/+3
* Lots of clean-ups. Replace __inline__ with INLINE macro. Use theBrian Paul2005-10-181-4/+53
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-181-0/+83