gallium: Replace u_simple_list.h with util/simple_list.h
authorEric Anholt <eric@anholt.net>
Fri, 14 Nov 2014 20:40:46 +0000 (12:40 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 29 Jan 2015 00:33:34 +0000 (16:33 -0800)
commitd70eb3851753ed7b57c56e4a7fd538857e4385ce
tree2f0cf33cb814c832c10b9b2575a8080d1dc47ab9
parent7c99187c6a6144cb9fd9d77261c643257246ede7
gallium: Replace u_simple_list.h with util/simple_list.h

The code was exactly the same, except util/ has c++ guards and a struct
simple_node declaration.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
25 files changed:
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/draw/draw_llvm.c
src/gallium/auxiliary/draw/draw_llvm.h
src/gallium/auxiliary/gallivm/lp_bld_init.c
src/gallium/auxiliary/util/u_cache.c
src/gallium/auxiliary/util/u_simple_list.h [deleted file]
src/gallium/auxiliary/util/u_slab.c
src/gallium/drivers/llvmpipe/lp_context.c
src/gallium/drivers/llvmpipe/lp_scene.c
src/gallium/drivers/llvmpipe/lp_state_fs.c
src/gallium/drivers/llvmpipe/lp_state_setup.c
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_flush.c
src/gallium/drivers/r300/r300_query.c
src/gallium/drivers/rbug/rbug_context.c
src/gallium/drivers/rbug/rbug_core.c
src/gallium/drivers/rbug/rbug_objects.c
src/gallium/drivers/rbug/rbug_screen.c
src/gallium/drivers/trace/tr_context.c
src/gallium/drivers/trace/tr_screen.c
src/gallium/drivers/trace/tr_texture.c
src/gallium/drivers/vc4/vc4_qir.c
src/gallium/drivers/vc4/vc4_qir.h
src/gallium/winsys/radeon/drm/radeon_drm_bo.c