diff options
author | Marek Olšák <[email protected]> | 2012-07-18 00:17:46 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-18 00:21:53 +0200 |
commit | b242adbe5cfa165b252064a1ea36f802d8251ef1 (patch) | |
tree | 9438e162228ccdf0684c17a7fb9613e2a8dcb5d9 /src/gallium/drivers/r600/r600_resource.h | |
parent | 611dd529425281d73f1f0ad2000362d4a5525a25 (diff) |
r600g: remove needless wrapper r600_texture_depth_flush
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 8e5225e2c6f..0d872308c0a 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -92,11 +92,6 @@ static INLINE struct r600_resource *r600_resource(struct pipe_resource *r) bool r600_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_resource_texture **staging); -void r600_texture_depth_flush(struct pipe_context *ctx, - struct pipe_resource *texture, - struct r600_resource_texture **staging, - unsigned first_level, unsigned last_level, - unsigned first_layer, unsigned last_layer); /* r600_texture.c texture transfer functions. */ struct pipe_transfer* r600_texture_get_transfer(struct pipe_context *ctx, |