diff options
author | Jan Vesely <[email protected]> | 2016-01-21 11:17:28 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-01-26 19:01:22 +0100 |
commit | e1dcd333e4e0757f3fd2b010bc14b36340b70c39 (patch) | |
tree | f23355d7e3b1e098ab684d1792abe82c67b46039 /src/gallium/drivers/r600/r600_asm.h | |
parent | 2924ca131f0e7c9bd301316ab8901b8a8333acc7 (diff) |
r600: Typos and whitespace fixes
Signed-off-by: Jan Vesely <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 0b78290295a..1629399d8fe 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -245,8 +245,8 @@ struct r600_bytecode { unsigned ar_chan; unsigned ar_handling; unsigned r6xx_nop_after_rel_dst; - bool index_loaded[2]; - unsigned index_reg[2]; /* indexing register CF_INDEX_[01] */ + bool index_loaded[2]; + unsigned index_reg[2]; /* indexing register CF_INDEX_[01] */ unsigned debug_id; struct r600_isa* isa; }; |