aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorAxel Davy <[email protected]>2016-06-14 22:32:04 +0200
committerAxel Davy <[email protected]>2016-06-25 10:16:15 +0200
commitc2b7b48a54e0124dd8aa0513a264d76535ea9829 (patch)
treee57c12c7c1b1a954f4bcb20652b82f89ac420d6d /src/gallium
parentfe2ec50d754d9ddf38d167ff56e376577732c128 (diff)
radeon: Remove useless pa_su_poly_offset_db_fmt_cntl
pa_su_poly_offset_db_fmt_cntl usages were removed in previous patches. Signed-off-by: Axel Davy <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/radeon/r600_pipe_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h
index 8117c9a53ca..a70c7fe5565 100644
--- a/src/gallium/drivers/radeon/r600_pipe_common.h
+++ b/src/gallium/drivers/radeon/r600_pipe_common.h
@@ -317,7 +317,6 @@ struct r600_surface {
unsigned db_htile_surface;
unsigned db_htile_data_base;
unsigned db_preload_control; /* EG and later */
- unsigned pa_su_poly_offset_db_fmt_cntl;
};
struct r600_common_screen {