From: Marek Olšák Date: Sun, 11 Sep 2011 17:31:40 +0000 (+0200) Subject: r600g: remove an irrelevant XXX comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12325b7962ba0dcc34cef2b6070ecd511e5ffa88;p=mesa.git r600g: remove an irrelevant XXX comment --- 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)