mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium/radeon: fix a comment
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
47e527bd81
commit
5b86c53b47
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue