Mesa (master): r600g: drop unused context members

Dave Airlie airlied at kemper.freedesktop.org
Wed Oct 13 23:25:03 UTC 2010


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Oct 14 09:10:16 2010 +1000

r600g: drop unused context members

---

 src/gallium/drivers/r600/r600_pipe.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 8731786..47a1b30 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -123,8 +123,6 @@ struct r600_pipe_context {
 	struct pipe_stencil_ref		stencil_ref;
 	struct pipe_viewport_state	viewport;
 	struct pipe_clip_state		clip;
-	unsigned			vs_nconst;
-	unsigned			ps_nconst;
 	struct r600_pipe_state		*vs_resource;
 	struct r600_pipe_state		*ps_resource;
 	struct r600_pipe_state		config;




More information about the mesa-commit mailing list