gallium/radeon: fix a comment
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 14 Sep 2017 14:17:31 +0000 (16:17 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 29 Sep 2017 09:36:46 +0000 (11:36 +0200)
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeon/cayman_msaa.c

index 4649d2c..72a393e 100644 (file)
@@ -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),