From: Nicolai Hähnle Date: Thu, 14 Sep 2017 14:17:31 +0000 (+0200) Subject: gallium/radeon: fix a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b86c53b47c8264ff16da98d1ff0c07a2622e222;p=mesa.git gallium/radeon: fix a comment Reviewed-by: Samuel Pitoiset Reviewed-by: Marek Olšák --- 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),