Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up previous change slightly | Keith Whitwell | 2006-05-10 | 1 | -4/+2 |
| | |||||
* | Use a (much!) larger executable memory heap so that the glsl x86 | Keith Whitwell | 2006-05-10 | 1 | -2/+6 |
| | | | | allocations succeed. I'm not sure this is really necessary... | ||||
* | pull in fix from 6.4 branch for XFree86Server definition | Alan Hourihane | 2006-01-24 | 1 | -2/+1 |
| | |||||
* | Remove the many aliases for 'struct mem_block' in mm.h | Keith Whitwell | 2005-11-28 | 1 | -3/+3 |
| | |||||
* | Lots of clean-ups. Replace __inline__ with INLINE macro. Use the | Brian Paul | 2005-10-18 | 1 | -4/+53 |
| | | | | | _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/+83 |
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code. |