mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 18:40:42 +01:00
radv/meta: remove redundant check for hw resolve pipelines
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30187>
This commit is contained in:
parent
76e4edefbf
commit
ecd3bbf826
1 changed files with 0 additions and 3 deletions
|
|
@ -289,9 +289,6 @@ build_resolve_pipeline(struct radv_device *device, unsigned fs_key)
|
|||
{
|
||||
VkResult result = VK_SUCCESS;
|
||||
|
||||
if (device->meta_state.resolve.pipeline[fs_key])
|
||||
return result;
|
||||
|
||||
mtx_lock(&device->meta_state.mtx);
|
||||
if (device->meta_state.resolve.pipeline[fs_key]) {
|
||||
mtx_unlock(&device->meta_state.mtx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue