r600g: remove an irrelevant XXX comment
authorMarek Olšák <maraeo@gmail.com>
Sun, 11 Sep 2011 17:31:40 +0000 (19:31 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 12 Sep 2011 20:03:03 +0000 (22:03 +0200)
src/gallium/drivers/r600/r600.h

index d058cdd6328ceac7eac8918b901168cf75ae9eaa..9a5f74c7abeecddc514f6ff2b93a0d690200d87c 100644 (file)
@@ -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)