gallium: add async debug message forwarding helper
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Sun, 22 Oct 2017 15:38:38 +0000 (17:38 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 9 Nov 2017 10:53:19 +0000 (11:53 +0100)
commit28c95cdb299f56c8224446368fb464b7b1d44a6c
treeb8a4039586bbfbcf82c565da4f31522ce1b7a7f3
parent637240d824051b8b99f35c165cabe31106612f2a
gallium: add async debug message forwarding helper

v2: use util_vasprintf for Windows portability

Reviewed-by: Marek Olšák <marek.olsak@amd.com> (v1)
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/util/u_async_debug.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_async_debug.h [new file with mode: 0644]