mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
r600: Enable NIR debug flags also for Cayman
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10608>
This commit is contained in:
parent
ed595c1785
commit
5be00fe88a
1 changed files with 1 additions and 2 deletions
|
|
@ -247,8 +247,7 @@ fail:
|
|||
|
||||
static bool is_nir_enabled(struct r600_common_screen *screen) {
|
||||
return ((screen->debug_flags & DBG_NIR_PREFERRED) &&
|
||||
screen->family >= CHIP_CEDAR &&
|
||||
screen->family < CHIP_CAYMAN);
|
||||
screen->family >= CHIP_CEDAR);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue