diff options
author | Marek Olšák <[email protected]> | 2018-04-01 14:13:22 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-05 15:34:58 -0400 |
commit | e04389cc2ad403388f591d31234cae798408e897 (patch) | |
tree | 989ecc40c21611cfea393bf0b59b711be393cc0c /src/gallium/drivers/radeonsi/si_pipe.h | |
parent | 9d7f809c03dc8a7ef564ad535bc3f4255b51e95c (diff) |
radeonsi: remove r600_pipe_common::decompress_dcc
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index 1ac16128e4f..c732379607b 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -660,6 +660,7 @@ void si_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box); +void si_decompress_dcc(struct pipe_context *ctx, struct r600_texture *rtex); /* si_clear.c */ void vi_dcc_clear_level(struct si_context *sctx, |