diff options
author | Nicolai Hähnle <[email protected]> | 2015-12-30 14:55:34 -0500 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-01-02 16:47:23 -0500 |
commit | b6847062dd5c504023dfbef8e6b3118136ee506c (patch) | |
tree | f65953f978cc7eb4e5030675a635d6cdb781bb95 /src/gallium/drivers/radeon/r600_pipe_common.h | |
parent | ecb2da1559bcb9a9eec7ac224c8ff47b026c95ff (diff) |
gallium/radeon: implement set_debug_callback
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r-- | src/gallium/drivers/radeon/r600_pipe_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index c3933b1da98..a69e627a2e9 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -440,6 +440,8 @@ struct r600_common_context { * the GPU addresses are updated. */ struct list_head texture_buffers; + struct pipe_debug_callback debug; + /* Copy one resource to another using async DMA. */ void (*dma_copy)(struct pipe_context *ctx, struct pipe_resource *dst, |