Mesa (master): radeon: Remove useless pa_su_poly_offset_db_fmt_cntl

Axel Davy axeldavy at kemper.freedesktop.org
Sat Jun 25 08:17:13 UTC 2016


Module: Mesa
Branch: master
Commit: c2b7b48a54e0124dd8aa0513a264d76535ea9829
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2b7b48a54e0124dd8aa0513a264d76535ea9829

Author: Axel Davy <axel.davy at ens.fr>
Date:   Tue Jun 14 22:32:04 2016 +0200

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 <axel.davy at ens.fr>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/drivers/radeon/r600_pipe_common.h | 1 -
 1 file changed, 1 deletion(-)

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 {




More information about the mesa-commit mailing list