diff options
author | Marek Olšák <[email protected]> | 2012-01-30 08:34:13 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-01-31 23:12:30 +0100 |
commit | 4fd97b46a071a8dcec6ec6658dfc835e08f4e2c6 (patch) | |
tree | 1bfedf5736d2591ac094d30e5e4991564cdce662 /src/gallium/drivers/r600/r600_hw_context_priv.h | |
parent | 0813e58a3e41faf6f2072d034dfdc6198a3a1fee (diff) |
r600g: remove unused flush code
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context_priv.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_hw_context_priv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h index 82cbfa7e133..79fa57b8c81 100644 --- a/src/gallium/drivers/r600/r600_hw_context_priv.h +++ b/src/gallium/drivers/r600/r600_hw_context_priv.h @@ -51,13 +51,9 @@ struct r600_reg { unsigned flush_mask; }; -#define BO_BOUND_TEXTURE 1 - /* * r600_hw_context.c */ -void r600_context_bo_flush(struct r600_context *ctx, unsigned flush_flags, - unsigned flush_mask, struct r600_resource *rbo); struct r600_resource *r600_context_reg_bo(struct r600_context *ctx, unsigned offset); int r600_context_add_block(struct r600_context *ctx, const struct r600_reg *reg, unsigned nreg, unsigned opcode, unsigned offset_base); |