From: Axel Davy Date: Tue, 14 Jun 2016 20:32:04 +0000 (+0200) Subject: radeon: Remove useless pa_su_poly_offset_db_fmt_cntl X-Git-Tag: upstream/17.1.0~8490 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2b7b48a54e0124dd8aa0513a264d76535ea9829;p=platform%2Fupstream%2Fmesa.git 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 Reviewed-by: Marek Olšák --- diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index 8117c9a..a70c7fe 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 {