diff options
author | Marek Olšák <[email protected]> | 2012-02-26 20:37:43 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-18 07:16:30 +0200 |
commit | 99c65bac341f808279a8a847158ace4f058aa72e (patch) | |
tree | 8ed3fe5a58c3511b0a34a4a8520268d09a7c91e6 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 8ac9801669c68c33d9dd35a57baf985a4be49eff (diff) |
r600g: implement wait-free buffer transfer for DISCARD_RANGE
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 2f16ff6e51c..7fdf2f8c444 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -456,6 +456,9 @@ void evergreen_cb(struct r600_context *rctx, struct r600_pipe_state *rstate, void evergreen_update_dual_export_state(struct r600_context * rctx); /* r600_blit.c */ +void r600_copy_buffer(struct pipe_context *ctx, struct + pipe_resource *dst, unsigned dstx, + struct pipe_resource *src, const struct pipe_box *src_box); void r600_init_blit_functions(struct r600_context *rctx); void r600_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture, |