mesa: move _mesa_exec_malloc/free() prototypes to their own header
authorBrian Paul <brianp@vmware.com>
Thu, 5 Oct 2017 19:30:32 +0000 (13:30 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 10 Oct 2017 17:28:31 +0000 (11:28 -0600)
commit3c5664b78d39e2d13f156369f8114ebbe08d6fb7
tree213e556a639fff2c7bfa67079cd0e9e9904dcea3
parentd670dd6b65d8b8b255ddcf0d83aa7dcb6a38f30b
mesa: move _mesa_exec_malloc/free() prototypes to their own header

Try to start removing things from the cluttered imports.h file.

v2: add new header to Makefile.sources

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/Makefile.sources
src/mesa/main/execmem.c
src/mesa/main/execmem.h [new file with mode: 0644]
src/mesa/main/imports.h
src/mesa/tnl/t_vertex.c
src/mesa/x86/rtasm/x86sse.c