Mesa (master): r600g: Fix the type of the family field in r600_pipe_context .

Henri Verbeet hverbeet at kemper.freedesktop.org
Sat Jul 9 16:13:23 UTC 2011


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

Author: Henri Verbeet <hverbeet at gmail.com>
Date:   Sat Jul  9 17:18:59 2011 +0200

r600g: Fix the type of the family field in r600_pipe_context.

Signed-off-by: Henri Verbeet <hverbeet at gmail.com>

---

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

diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index c58c2f7..b51fa24 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -175,7 +175,7 @@ struct r600_pipe_fences {
 struct r600_pipe_context {
 	struct pipe_context		context;
 	struct blitter_context		*blitter;
-	unsigned			family;
+	enum radeon_family		family;
 	void				*custom_dsa_flush;
 	struct r600_screen		*screen;
 	struct radeon			*radeon;




More information about the mesa-commit mailing list