summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-09-11 19:31:40 +0200
committerMarek Olšák <[email protected]>2011-09-12 22:03:03 +0200
commit12325b7962ba0dcc34cef2b6070ecd511e5ffa88 (patch)
tree3034d19777a9428347936b7fa36d338fefec953e /src
parent9f0dc855b274cb2591fc6896149f9a9cabcbcab5 (diff)
r600g: remove an irrelevant XXX comment
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r600/r600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index d058cdd6328..9a5f74c7abe 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)