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:
committed by
Marge Bot
parent
64045fcf7c
commit
e6e8c092ff
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user