util: rename u_mempool -> u_slab
authorMarek Olšák <maraeo@gmail.com>
Mon, 29 Nov 2010 22:37:25 +0000 (23:37 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 30 Nov 2010 09:12:26 +0000 (10:12 +0100)
commit80f24c1575688e9cd4a5a811137f43b7e0a661bb
treecc76bc3861f325d9f4bf372eeee7ff328541e5e7
parent557280542399629ac64a48f5b618365e2b18fce1
util: rename u_mempool -> u_slab
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/u_mempool.c [deleted file]
src/gallium/auxiliary/util/u_mempool.h [deleted file]
src/gallium/auxiliary/util/u_slab.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_slab.h [new file with mode: 0644]
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_screen.h
src/gallium/drivers/r300/r300_screen_buffer.c