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:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user