diff options
author | Marek Olšák <[email protected]> | 2018-01-07 21:04:55 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-02-21 20:03:11 +0100 |
commit | 5f55f4c59fba483eb781da291f254c52845d8bc2 (patch) | |
tree | ffa88f898d5211b949d8fde7f8427d545995075b /src/gallium/drivers/radeon/r600_pipe_common.h | |
parent | 81dd4a76373c7392aaff9fc3fa3a660fc01ed864 (diff) |
radeonsi: make texture_discard_cmask/eliminate functions non-static
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r-- | src/gallium/drivers/radeon/r600_pipe_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index 4f3aa1fe3ce..79419036665 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -599,6 +599,10 @@ void si_texture_get_fmask_info(struct si_screen *sscreen, void si_texture_get_cmask_info(struct si_screen *sscreen, struct r600_texture *rtex, struct r600_cmask_info *out); +void si_eliminate_fast_color_clear(struct r600_common_context *rctx, + struct r600_texture *rtex); +void si_texture_discard_cmask(struct si_screen *sscreen, + struct r600_texture *rtex); bool si_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_texture **staging); |