Mesa (master): radeon: drop unused members of radeon_state.

Dave Airlie airlied at kemper.freedesktop.org
Thu Dec 17 04:26:55 UTC 2009


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Dec 17 14:18:54 2009 +1000

radeon: drop unused members of radeon_state.

---

 .../drivers/dri/radeon/radeon_common_context.h     |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index 49a9ec5..0739496 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -406,9 +406,6 @@ struct radeon_state {
 	struct radeon_depthbuffer_state depth;
 	struct radeon_scissor_state scissor;
 	struct radeon_stencilbuffer_state stencil;
-
-	struct radeon_cs_space_check bos[RADEON_MAX_BOS];
-	int validated_bo_count;
 };
 
 /**




More information about the mesa-commit mailing list