mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
zink: remove rebar requirement for descriptor buffer support
this is not really relevant; if db is supported, use it Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37197>
This commit is contained in:
parent
efe536dbe9
commit
0b586d546d
1 changed files with 0 additions and 8 deletions
|
|
@ -3599,14 +3599,6 @@ zink_internal_create_screen(const struct pipe_screen_config *config, int64_t dev
|
|||
}
|
||||
can_db = false;
|
||||
}
|
||||
if (!screen->resizable_bar) {
|
||||
if (zink_descriptor_mode == ZINK_DESCRIPTOR_MODE_DB) {
|
||||
if (!screen->driver_name_is_inferred)
|
||||
mesa_loge("Cannot use db descriptor mode without resizable bar");
|
||||
goto fail;
|
||||
}
|
||||
can_db = false;
|
||||
}
|
||||
if (!screen->info.have_EXT_non_seamless_cube_map) {
|
||||
if (zink_descriptor_mode == ZINK_DESCRIPTOR_MODE_DB) {
|
||||
if (!screen->driver_name_is_inferred)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue