diff options
author | Marek Olšák <[email protected]> | 2013-03-01 17:13:18 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-03-11 13:43:36 +0100 |
commit | 3832059b1078ef3aa6921066ad2521ca85881ef8 (patch) | |
tree | 5b93292a67bddf00e1323cddd00619f31015dd59 /src/gallium/drivers/r600/r600_asm.h | |
parent | 4bf0ebdd4fc8dbcab9333ff8805af35a91e6848b (diff) |
r600g: remove bytecode dumping
Reviewed-by: Tom Stellard <[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, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 03cd2382140..1465c313b79 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -234,7 +234,6 @@ int r600_bytecode_add_alu_type(struct r600_bytecode *bc, void r600_bytecode_special_constants(uint32_t value, unsigned *sel, unsigned *neg); void r600_bytecode_disasm(struct r600_bytecode *bc); -void r600_bytecode_dump(struct r600_bytecode *bc); void r600_bytecode_alu_read(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); |