mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
radv: fix sample shading on GFX 10.3
Based on RadeonSI. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6168>
This commit is contained in:
parent
8b3682310c
commit
05b09d6549
1 changed files with 1 additions and 0 deletions
|
|
@ -420,6 +420,7 @@ si_emit_graphics(struct radv_device *device,
|
|||
|
||||
if (physical_device->rad_info.chip_class >= GFX10_3) {
|
||||
radeon_set_context_reg(cs, R_028750_SX_PS_DOWNCONVERT_CONTROL_GFX103, 0xff);
|
||||
radeon_set_context_reg(cs, 0x28848, 1 << 9); /* This fixes sample shading. */
|
||||
}
|
||||
|
||||
if (physical_device->rad_info.chip_class == GFX10) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue