From e04389cc2ad403388f591d31234cae798408e897 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 1 Apr 2018 14:13:22 -0400 Subject: radeonsi: remove r600_pipe_common::decompress_dcc Acked-by: Timothy Arceri --- src/gallium/drivers/radeon/r600_pipe_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h') diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index 288562bfdf3..f0a7630fb38 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -492,9 +492,6 @@ struct r600_common_context { unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample); - - void (*decompress_dcc)(struct pipe_context *ctx, - struct r600_texture *rtex); }; /* r600_buffer_common.c */ -- cgit v1.2.3