util: remove LIST_ADD macro
authorTimothy Arceri <tarceri@itsqueeze.com>
Sun, 27 Oct 2019 23:03:21 +0000 (10:03 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 28 Oct 2019 11:24:38 +0000 (11:24 +0000)
commit40258fb8b83325bf208876babf779e7ea08a870c
treece46b3e5d3d3b14d16f5f26427da0b42e93ece8e
parent255de06c5990797832678d7af01876a1afca5b50
util: remove LIST_ADD macro

Just use the inlined function directly. The macro was replaced with
the function in ebe304fa540f.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
12 files changed:
src/gallium/auxiliary/hud/hud_context.c
src/gallium/auxiliary/pipebuffer/pb_slab.c
src/gallium/auxiliary/util/u_threaded_context.c
src/gallium/drivers/nouveau/nouveau_fence.c
src/gallium/drivers/nouveau/nouveau_mm.c
src/gallium/drivers/r600/radeon_vce.c
src/gallium/drivers/radeon/radeon_vce.c
src/gallium/drivers/svga/svga_resource_buffer_upload.c
src/gallium/drivers/svga/svga_screen_cache.c
src/mesa/state_tracker/st_manager.c
src/util/list.h
src/util/u_queue.c