radeonsi: add radeonsi_aux_debug option for aux context debug dumps
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 14 Mar 2019 08:51:43 +0000 (09:51 +0100)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 25 Apr 2019 10:35:27 +0000 (12:35 +0200)
commitca95adf8ff0986ae4b40aeb9afb13e02f7e88f98
treeabfdec4832b6922262669a3909478a0743abae8c
parentfea3dcb844af03231f7aa6d1ede93a7733733641
radeonsi: add radeonsi_aux_debug option for aux context debug dumps

Enabling this option will create ddebug-style dumps for the aux context,
except that instead of intercepting the pipe_context layer
we just dump the IB contents on flush.

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