Module: Mesa Branch: master Commit: 5b86c53b47c8264ff16da98d1ff0c07a2622e222 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b86c53b47c8264ff16da98d1ff0c07a2622e222
Author: Nicolai Hähnle <[email protected]> Date: Thu Sep 14 16:17:31 2017 +0200 gallium/radeon: fix a comment Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Marek Olšák <[email protected]> --- src/gallium/drivers/radeon/cayman_msaa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeon/cayman_msaa.c b/src/gallium/drivers/radeon/cayman_msaa.c index 4649d2cb8a..72a393ebd5 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), _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
