Move mm.c code into util module.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 19 Feb 2008 03:24:42 +0000 (12:24 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 19 Feb 2008 05:01:49 +0000 (14:01 +0900)
commit17158c2f00f5bee29ec8239367fd5498f22e4a91
tree198858e5ce45eb5d30c1b10f1910cf2248c33bf6
parentd2f6c9ab10656f6ecda131a6785a60565026d249
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.
src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
src/gallium/auxiliary/rtasm/Makefile
src/gallium/auxiliary/rtasm/SConscript
src/gallium/auxiliary/rtasm/rtasm_execmem.c
src/gallium/auxiliary/util/Makefile
src/gallium/auxiliary/util/SConscript
src/gallium/auxiliary/util/u_mm.c [moved from src/gallium/auxiliary/rtasm/mm.c with 97% similarity]
src/gallium/auxiliary/util/u_mm.h [moved from src/gallium/auxiliary/rtasm/mm.h with 92% similarity]