aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_hw_context_priv.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-03-05 15:17:42 +0100
committerMarek Olšák <[email protected]>2012-03-05 15:31:35 +0100
commit45d731fdf9e469011a071a101b510e5b1578215f (patch)
tree407db89f4d913c476c058820549c1ea5c896fba8 /src/gallium/drivers/r600/r600_hw_context_priv.h
parent8a56ed8d6dc37c23d4695d0fc292d7bcc2976f08 (diff)
r600g: remove unused function r600_context_reg_bo
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context_priv.h')
-rw-r--r--src/gallium/drivers/r600/r600_hw_context_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h
index e9d8984e7dc..67aca972010 100644
--- a/src/gallium/drivers/r600/r600_hw_context_priv.h
+++ b/src/gallium/drivers/r600/r600_hw_context_priv.h
@@ -52,7 +52,6 @@ struct r600_reg {
/*
* r600_hw_context.c
*/
-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);
void r600_context_pipe_state_set_resource(struct r600_context *ctx, struct r600_pipe_resource_state *state, struct r600_block *block);