diff options
author | Marek Olšák <[email protected]> | 2018-04-01 14:00:14 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-05 15:34:58 -0400 |
commit | fbf1bf9b8fa6668d12c1f9acc15540818eb31b6c (patch) | |
tree | 65ac747cb0994de32e67f1663ce8a5b4b4656cd9 /src/gallium/drivers/radeon/r600_pipe_common.h | |
parent | 5ed8b54ffe7abe21552cc06c867c1e514d52848f (diff) |
radeonsi: remove r600_common_context::set_occlusion_query_state
and remove unused old_enable parameter.
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r-- | src/gallium/drivers/radeon/r600_pipe_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index c4ea893952e..2ac77be3b81 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -505,11 +505,6 @@ struct r600_common_context { * the invalidation. */ void (*rebind_buffer)(struct pipe_context *ctx, struct pipe_resource *buf, uint64_t old_gpu_address); - - /* Enable or disable occlusion queries. */ - void (*set_occlusion_query_state)(struct pipe_context *ctx, - bool old_enable, - bool old_perfect_enable); }; /* r600_buffer_common.c */ |