mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
r600g: remove an irrelevant XXX comment
This commit is contained in:
parent
9f0dc855b2
commit
12325b7962
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ struct r600_pipe_resource_state {
|
||||||
unsigned id;
|
unsigned id;
|
||||||
u32 val[8];
|
u32 val[8];
|
||||||
struct r600_bo *bo[2];
|
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)
|
#define R600_BLOCK_STATUS_ENABLED (1 << 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue