diff options
author | Marek Olšák <[email protected]> | 2012-06-25 22:53:21 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-06-25 23:53:49 +0200 |
commit | 4891c5dc64ccd8cf2bf8a8550ae23e1a61806a7d (patch) | |
tree | a2160064ae83ba0873a512ebf05f0c42bf9d8660 /src/gallium/drivers/r600/r600_pipe.h | |
parent | da98bb6fc105e1a2f688a1713ca9e50f0ac8fbed (diff) |
r600g: inline r600_blit_push_depth and use resource_copy_region
We are going to have a separate resource for depth texturing and transfers
and this is just a transfer thing.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index b5eff347987..9806e5b261d 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -405,7 +405,6 @@ boolean evergreen_is_format_supported(struct pipe_screen *screen, /* r600_blit.c */ void r600_init_blit_functions(struct r600_context *rctx); void r600_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture); -void r600_blit_push_depth(struct pipe_context *ctx, struct r600_resource_texture *texture); void r600_flush_depth_textures(struct r600_context *rctx); /* r600_buffer.c */ |