diff options
author | Marek Olšák <[email protected]> | 2015-08-15 23:56:22 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-08-26 19:25:18 +0200 |
commit | 110873ed11342426584a75bf27e85b74035c3b4c (patch) | |
tree | 7981716aacf16bc5e0de5b55fa7cb2ed45bdec4f /src/gallium/drivers/radeonsi/Makefile.sources | |
parent | 93d97db3492cc1af8fb401ed5eb6766e608f744e (diff) |
radeonsi: add an initial dump_debug_state implementation dumping shaders
This is usually called after a draw call.
Acked-by: Christian König <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/radeonsi/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.sources b/src/gallium/drivers/radeonsi/Makefile.sources index a0b1414f4bb..ae8fe5994b7 100644 --- a/src/gallium/drivers/radeonsi/Makefile.sources +++ b/src/gallium/drivers/radeonsi/Makefile.sources @@ -4,6 +4,7 @@ C_SOURCES := \ si_commands.c \ si_compute.c \ si_cp_dma.c \ + si_debug.c \ si_descriptors.c \ sid.h \ si_dma.c \ |