util: Move u_debug to utils
authorDylan Baker <dylan@pnwbakers.com>
Mon, 1 Oct 2018 18:55:27 +0000 (11:55 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 30 Oct 2018 21:32:52 +0000 (14:32 -0700)
commit37db383abbec071e2b3d26d0a531ec8296705b63
tree7480f6129ea2a1011ec25384adda7ae783d826c1
parent2fd5dff7e7348cce46318ee0db913948968ded2a
util: Move u_debug to utils

Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
13 files changed:
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/util/u_cpu_detect.c
src/gallium/auxiliary/util/u_debug.c [deleted file]
src/gallium/auxiliary/util/u_debug.h [deleted file]
src/gallium/auxiliary/util/u_debug_stack.c
src/gallium/auxiliary/util/u_debug_symbol.c
src/gallium/auxiliary/util/u_format_zs.c
src/gallium/auxiliary/util/u_log.h
src/util/Makefile.sources
src/util/meson.build
src/util/u_debug.c [new file with mode: 0644]
src/util/u_debug.h [new file with mode: 0644]