Mesa (master): r600g: remove an irrelevant XXX comment

Marek Olšák mareko at kemper.freedesktop.org
Mon Sep 12 22:04:24 UTC 2011


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Sun Sep 11 19:31:40 2011 +0200

r600g: remove an irrelevant XXX comment

---

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

diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index d058cdd..9a5f74c 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -148,7 +148,7 @@ struct r600_pipe_resource_state {
 	unsigned			id;
 	u32                             val[8];
 	struct r600_bo			*bo[2];
-	enum radeon_bo_usage		bo_usage[2]; /* XXX set these */
+	enum radeon_bo_usage		bo_usage[2];
 };
 
 #define R600_BLOCK_STATUS_ENABLED	(1 << 0)




More information about the mesa-commit mailing list