mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radeonsi: fix a typo in a comment in emit_guardband
This commit is contained in:
parent
2a26b1c045
commit
69a87b5d47
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ static void si_emit_guardband(struct si_context *ctx)
|
|||
hw_screen_offset_x = CLAMP(hw_screen_offset_x, 0, hw_screen_offset_max);
|
||||
hw_screen_offset_y = CLAMP(hw_screen_offset_y, 0, hw_screen_offset_max);
|
||||
|
||||
/* Align the screen offset by dropping the low 4 bits. */
|
||||
/* Align the screen offset by dropping the low bits. */
|
||||
hw_screen_offset_x &= ~(hw_screen_offset_alignment - 1);
|
||||
hw_screen_offset_y &= ~(hw_screen_offset_alignment - 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue