gallium/util: start splitting u_debug into generic and gallium specific components
authorDylan Baker <dylan@pnwbakers.com>
Thu, 20 Sep 2018 21:35:36 +0000 (14:35 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 30 Oct 2018 21:32:52 +0000 (14:32 -0700)
commit078b3cdb34202c0d4b23b7f8723cd92081240ed5
tree904a7733fc1b46d7e081f810c100cb5e38619d1f
parent389d59c72a903b5a9dc36ba63d01df4f8be84828
gallium/util: start splitting u_debug into generic and gallium specific components

In order to pull u_debug into src/util we need to break the generically
useful bits from the bits that are tightly coupled to gallium.

Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/util/u_debug.c
src/gallium/auxiliary/util/u_debug.h
src/gallium/auxiliary/util/u_debug_gallium.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_debug_gallium.h [new file with mode: 0644]
src/gallium/auxiliary/util/u_pack_color.h