History log of /external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
237fa8a81c03b754a425c00b43d5a8e3eb33c228 30-Sep-2010 Nicolas Kaiser <nikai@nikai.net> gallium/rtasm: remove duplicated include

Remove duplicated include.

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
2aaca1df9df6980ec88180c8866c8987b31db91a 02-Feb-2010 José Fonseca <jfonseca@vmware.com> gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.

Into os/os_thread.h and util/u_atomic.h respectively.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
66c1de77ed58ea8856c5bc72c8e4c69e23aa04f2 03-Jan-2010 José Fonseca <jfonseca@vmware.com> rtasm: Play nicely with Windows's Data Execution Prevention.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
ad11107206ff4954366d77f334431b637ee256fa 24-Mar-2009 Alan Coopersmith <alan.coopersmith@sun.com> Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
dbab39c6caacb974062ac574b365254412aea412 25-Feb-2009 Benjamin Close <Benjamin.Close@clearchain.com> gallium: Add support for BSD operating systems, tested with FreeBSD

BSD supports pipe in the same way as linux hence options which
are safe for linux are also safe for BSD. Define PIPE_OS_BSD in
include/pipe/p_config.h and adjust the defines to make use of it.

Also define MAP_ANONYMOUS for BSD systems which use MAP_ANON

Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
ea4bf267e4b023b08043f91ac44592fed1736e7f 18-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Move p_debug.h into util module.

The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
8828d52348d81e1b9ec985200a430554873b5f4e 29-Oct-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: fix alignment parameter passed to u_mmAllocMem()

Was 32, now 5. The param is expressed as a power of two exponent.
The net effect is that the alignment was a no-op on X86 but on PPC we
always got the same memory address everytime rtasm_exec_malloc() was called.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
3ad56968f09397a8dd417eae025b9506efaf8414 29-Oct-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: prefix memory manager functions with u_ to differentiate from functions in mesa/main/mm.c
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
09570d2e737a4c9f3f24edd78af3b897ee261733 29-Oct-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: test for PIPE_OS_LINUX instead of __linux__
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
0bb852fa49e7f9a31036089ea4f5dfbd312a4a3a 27-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: thread wrapper clean-up

In p_thread.h replace _glthread_* functions with new pipe_* functions.
Remove other old cruft.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
4f25420bdd834e81a3e22733304efc5261c2998a 25-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
5480a6bc13a555f99a89fc801cfe153182697dda 19-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Fix windows build.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
17158c2f00f5bee29ec8239367fd5498f22e4a91 18-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Move mm.c code into util module.

Using the u_ prefix to distingish the c source files that support gallium
interfaces and those that have really no relation with gallium itself.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c
39ea0308425ad04618061129c63c22ac0efb0692 18-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Rename rtasm files.
/external/mesa3d/src/gallium/auxiliary/rtasm/rtasm_execmem.c