index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
execmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-9
/
+8
*
mesa: Change _mesa_exec_malloc argument type.
Vinson Lee
2020-03-28
1
-2
/
+2
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+2
*
main: Change u_mmAllocMem align2 from bytes (old API) to bits (new API)
Kenneth Graunke
2019-12-05
1
-1
/
+1
*
mesa/main/util: moving gallium u_mm to util, remove main/mm
Alejandro Piñeiro
2019-12-02
1
-6
/
+6
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+1
*
mesa: move _mesa_exec_malloc/free() prototypes to their own header
Brian Paul
2017-10-10
1
-0
/
+1
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: remove empty glthread.h file
Brian Paul
2014-03-03
1
-1
/
+0
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-5
/
+5
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
Mesa: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
selinux: Fix mmap() return value check
Adam Jackson
2009-09-21
1
-4
/
+3
*
mesa: update/fix doxygen comments
Vinson Lee
2009-03-17
1
-1
/
+1
*
Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap space
Alan Coopersmith
2009-03-06
1
-1
/
+1
*
mesa: also check for __NetBSD__
Blair Sadewitz
2008-07-14
1
-1
/
+1
*
mesa: check for OpenBSD (bug 15604)
Brian Paul
2008-07-09
1
-1
/
+7
*
Trivial SELinux awareness. Enable with --enable-selinux.
Adam Jackson
2008-02-15
1
-3
/
+19
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-1
/
+1
*
Drop XFree86Server from execmem.c
George Sapountzis
2007-04-07
1
-1
/
+1
*
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
*
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
*
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-10-18
1
-0
/
+83