diff options
author | Jerome Glisse <[email protected]> | 2010-12-03 11:34:47 -0500 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-12-03 11:35:36 -0500 |
commit | 833f3a488a7ba0fa59e25f1e518f6b4616270143 (patch) | |
tree | b5f2e36be637e276a8a24f1e260ffa676cdb19c8 /src/gallium/drivers/r600/r600_asm.h | |
parent | 6d13ec7dc082aea9a8ce04dd8e045e77e5921d8a (diff) |
r600g: dump raw shader output for debugging
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index f2016af3e72..1be5e4a396a 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -200,6 +200,7 @@ int r600_bc_add_output(struct r600_bc *bc, const struct r600_bc_output *output); int r600_bc_build(struct r600_bc *bc); int r600_bc_add_cfinst(struct r600_bc *bc, int inst); int r600_bc_add_alu_type(struct r600_bc *bc, const struct r600_bc_alu *alu, int type); +void r600_bc_dump(struct r600_bc *bc); /* r700_asm.c */ int r700_bc_alu_build(struct r600_bc *bc, struct r600_bc_alu *alu, unsigned id); |