radeonsi: implement pipe_context::set_log_context
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 4 Aug 2017 13:54:56 +0000 (15:54 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 22 Aug 2017 07:50:48 +0000 (09:50 +0200)
commitbbaad18c04ad31eaaa945cf644f5f9693c2e1f5e
tree81fd9536954ade27b2023d692d7687754e7e8b6e
parentfbbb5f71cd02e33a4dc7bb1be5b468e638df7670
radeonsi: implement pipe_context::set_log_context

We'll add radeonsi-specific code to set_log_context in later patches,
but we may want to log from common code. Hence keep the log pointer
in r600_common_context.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeon/r600_pipe_common.h
src/gallium/drivers/radeonsi/si_pipe.c