diff options
author | Bas Nieuwenhuizen <[email protected]> | 2016-05-31 13:44:03 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2016-05-31 21:43:00 +0200 |
commit | cbe3421f05b1a99df6df0fc93d7ce7d5071af02f (patch) | |
tree | 0f76dfd5e62bd5ee72ab07ae0361fbc7bcb6c98c /src/gallium/drivers/radeonsi/si_state.h | |
parent | 8cb74dd4e6504f77b473aacd783218727e252909 (diff) |
radeonsi: Add counter to check if a texture is bound to a framebuffer.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 1 |
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 a3589d4611d..01b73f607ba 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -308,6 +308,7 @@ si_create_sampler_view_custom(struct pipe_context *ctx, const struct pipe_sampler_view *state, unsigned width0, unsigned height0, unsigned force_level); +void si_dec_framebuffer_counters(const struct pipe_framebuffer_state *state); /* si_state_shader.c */ bool si_update_shaders(struct si_context *sctx); |