Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 18 Oct 2005 13:29:59 +0000 (13:29 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 18 Oct 2005 13:29:59 +0000 (13:29 +0000)
commit005469005df6ba5f80e382d5371c6d069c27738b
tree3724212c691417d4dc08213d02b217d346cb25c3
parent05e1a49ab4b0d34aba4bdf55ed7ffe5b6d4411f8
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
executable memory.  Based on Thomas Hellstrom's patch.
TODO: glapi.c also needs this, but cannot access this code.
13 files changed:
src/mesa/drivers/dri/Makefile.template
src/mesa/drivers/dri/common/mm.c [deleted file]
src/mesa/drivers/dri/common/mm.h [deleted file]
src/mesa/drivers/dri/r200/r200_vtxfmt.c
src/mesa/drivers/dri/r200/r200_vtxfmt.h
src/mesa/drivers/dri/radeon/radeon_vtxfmt.c
src/mesa/drivers/dri/radeon/radeon_vtxfmt.h
src/mesa/main/execmem.c [new file with mode: 0644]
src/mesa/main/imports.h
src/mesa/main/mm.c [new file with mode: 0644]
src/mesa/main/mm.h [new file with mode: 0644]
src/mesa/sources
src/mesa/x86/rtasm/x86sse.c