From 12325b7962ba0dcc34cef2b6070ecd511e5ffa88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 11 Sep 2011 19:31:40 +0200 Subject: [PATCH] r600g: remove an irrelevant XXX comment --- src/gallium/drivers/r600/r600.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2