From 110873ed11342426584a75bf27e85b74035c3b4c Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 15 Aug 2015 23:56:22 +0200 Subject: radeonsi: add an initial dump_debug_state implementation dumping shaders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is usually called after a draw call. Acked-by: Christian König Acked-by: Alex Deucher --- src/gallium/drivers/radeonsi/si_pipe.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/drivers/radeonsi/si_pipe.h') diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index 553e1f32683..3ab95385d8e 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -275,6 +275,9 @@ void si_copy_buffer(struct si_context *sctx, bool is_framebuffer); void si_init_cp_dma_functions(struct si_context *sctx); +/* si_debug.c */ +void si_init_debug_functions(struct si_context *sctx); + /* si_dma.c */ void si_dma_copy(struct pipe_context *ctx, struct pipe_resource *dst, -- cgit v1.2.3