summaryrefslogtreecommitdiff
path: root/src/mesa/main/execmem.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-05mesa: include stdio.h where neededBrian Paul1-0/+1
2014-03-03mesa: remove empty glthread.h fileBrian Paul1-1/+0
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-5/+5
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-29Mesa: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-2/+2
2009-09-21selinux: Fix mmap() return value checkAdam Jackson1-4/+3
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-03-06Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap spaceAlan Coopersmith1-1/+1
2008-07-14mesa: also check for __NetBSD__Blair Sadewitz1-1/+1
2008-07-09mesa: check for OpenBSD (bug 15604)Brian Paul1-1/+7
2008-02-15Trivial SELinux awareness. Enable with --enable-selinux.Adam Jackson1-3/+19
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2007-04-07Drop XFree86Server from execmem.cGeorge Sapountzis1-1/+1
2006-05-10Clean up previous change slightlyKeith Whitwell1-4/+2
2006-05-10Use a (much!) larger executable memory heap so that the glsl x86Keith Whitwell1-2/+6
2006-01-24pull in fix from 6.4 branch for XFree86Server definitionAlan Hourihane1-2/+1
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell1-3/+3
2005-10-18Lots of clean-ups. Replace __inline__ with INLINE macro. Use theBrian Paul1-4/+53
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell1-0/+83