mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
radv: fix max_render_backends for Sienna Cichlid null winsys
This affects NGG culling. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13926>
This commit is contained in:
parent
f67b09e37c
commit
d5b41cbb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ static const struct {
|
|||
[CHIP_NAVI10] = {0x7310, 16, true},
|
||||
[CHIP_NAVI12] = {0x7360, 8, true},
|
||||
[CHIP_NAVI14] = {0x7340, 8, true},
|
||||
[CHIP_SIENNA_CICHLID] = {0x73A0, 8, true},
|
||||
[CHIP_SIENNA_CICHLID] = {0x73A0, 16, true},
|
||||
[CHIP_VANGOGH] = {0x163F, 8, false},
|
||||
[CHIP_NAVY_FLOUNDER] = {0x73C0, 8, true},
|
||||
[CHIP_DIMGREY_CAVEFISH] = {0x73E0, 8, true},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue