mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 05:30:24 +01:00
radv: remove bogus assertion about independent set layouts with GPL
layout->independent_sets can't be TRUE here. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18252>
This commit is contained in:
parent
64045fcf7c
commit
e6e8c092ff
1 changed files with 0 additions and 1 deletions
|
|
@ -1598,7 +1598,6 @@ radv_graphics_pipeline_import_lib(struct radv_graphics_pipeline *pipeline,
|
|||
radv_pipeline_layout_add_set(layout, s, lib_layout->set[s].layout);
|
||||
}
|
||||
|
||||
assert(layout->independent_sets == lib_layout->independent_sets);
|
||||
layout->independent_sets = lib_layout->independent_sets;
|
||||
layout->push_constant_size = MAX2(layout->push_constant_size, lib_layout->push_constant_size);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue