diff options
author | Dave Airlie <[email protected]> | 2017-11-03 11:27:23 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-12-05 20:31:48 +0000 |
commit | ca64281690a9c9f8ff083e1f1df963f2f70fe07c (patch) | |
tree | c995c9722b4946b8ae5c4fa7c5e7fb89d9532f19 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 5c78d000e60266fcee08c8c7f509913a49e68c56 (diff) |
r600: add compute support to compressed resource handling.
This just adds support for decompressing compute resources.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 711acccc55c..4af87e1a3ae 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -1032,5 +1032,6 @@ void evergreen_emit_atomic_buffer_save(struct r600_context *rctx, bool is_compute, struct r600_shader_atomic *combined_atomics, uint8_t *atomic_used_mask_p); +void r600_update_compressed_resource_state(struct r600_context *rctx, bool compute_only); #endif |