diff options
author | Nicolai Hähnle <[email protected]> | 2017-09-14 16:17:31 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-09-29 11:36:46 +0200 |
commit | 5b86c53b47c8264ff16da98d1ff0c07a2622e222 (patch) | |
tree | a3c059b484a579154a393d576836835c3f42aebf | |
parent | 47e527bd81f21cd18333fa7923d8ae8fd3a74d2c (diff) |
gallium/radeon: fix a comment
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
-rw-r--r-- | src/gallium/drivers/radeon/cayman_msaa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/cayman_msaa.c b/src/gallium/drivers/radeon/cayman_msaa.c index 4649d2cb8ae..72a393ebd51 100644 --- a/src/gallium/drivers/radeon/cayman_msaa.c +++ b/src/gallium/drivers/radeon/cayman_msaa.c @@ -36,7 +36,7 @@ static const uint32_t eg_sample_locs_2x[4] = { }; static const unsigned eg_max_dist_2x = 4; /* 4xMSAA - * There are 4 locations: (-2, 6), (6, -2), (-6, 2), (2, 6). */ + * There are 4 locations: (-2, -6), (6, -2), (-6, 2), (2, 6). */ static const uint32_t eg_sample_locs_4x[4] = { FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6), FILL_SREG(-2, -6, 6, -2, -6, 2, 2, 6), |