diff options
author | Tilman Sauerbeck <[email protected]> | 2010-10-23 13:33:22 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-24 12:56:35 +1000 |
commit | f4a2c62af56ce10e43688e8283f8defeb05cef1a (patch) | |
tree | 6c841fc57aaf1b05f58f9ad372433d91063f942b /src/gallium/drivers/r600/r600_asm.h | |
parent | ccb9be105602edaaff196046e324c8cb4a12fe0a (diff) |
r600g: Also clear bc data when we're destroying a shader.
[airlied: remove unused vars]
Signed-off-by: Tilman Sauerbeck <[email protected]>
Signed-off-by: Dave Airlie <[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 bebc7c15b00..97d08ee4b54 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -185,6 +185,7 @@ int eg_bc_cf_build(struct r600_bc *bc, struct r600_bc_cf *cf); /* r600_asm.c */ int r600_bc_init(struct r600_bc *bc, enum radeon_family family); +void r600_bc_clear(struct r600_bc *bc); int r600_bc_add_alu(struct r600_bc *bc, const struct r600_bc_alu *alu); int r600_bc_add_literal(struct r600_bc *bc, const u32 *value); int r600_bc_add_vtx(struct r600_bc *bc, const struct r600_bc_vtx *vtx); |