summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2016-03-09 15:42:31 -0500
committerNicolai Hähnle <nicolai.haehnle@amd.com>2016-03-10 18:22:52 -0500
commit59c5508b9ab357c47aa07dfec6d74fec9d0843aa (patch)
tree6a32952be911e8b1c74d0bfbb0ef9b4ade17acd6 /src/gallium/drivers/radeonsi/si_state.h
parentda68a9b21501f4dbff6789362aec40f5221425c9 (diff)
downloadexternal_mesa3d-59c5508b9ab357c47aa07dfec6d74fec9d0843aa.zip
external_mesa3d-59c5508b9ab357c47aa07dfec6d74fec9d0843aa.tar.gz
external_mesa3d-59c5508b9ab357c47aa07dfec6d74fec9d0843aa.tar.bz2
radeonsi: update compressed_colortex_masks when a cmask is created or disabled
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index fb16d0f..60c34f1 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -249,6 +249,7 @@ void si_all_descriptors_begin_new_cs(struct si_context *sctx);
void si_upload_const_buffer(struct si_context *sctx, struct r600_resource **rbuffer,
const uint8_t *ptr, unsigned size, uint32_t *const_offset);
void si_shader_change_notify(struct si_context *sctx);
+void si_update_compressed_colortex_masks(struct si_context *sctx);
void si_emit_shader_userdata(struct si_context *sctx, struct r600_atom *atom);
/* si_state.c */