Module: Mesa Branch: staging/19.3 Commit: 4a233ac030b6af05f2277d9911ebf9729ff5ce07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a233ac030b6af05f2277d9911ebf9729ff5ce07
Author: Bas Nieuwenhuizen <[email protected]> Date: Tue Jan 21 11:49:55 2020 +0100 radv: Remove syncobj_handle variable in header. I strongly suspect it was supposed to be a typedef. However, used nowhere, we should remove it. Fixes: eaa56eab6da "radv: initial support for shared semaphores (v2)" Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2385 Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479> (cherry picked from commit bd4380c63c3b8b8b5f60dc840809dbe96a222fd7) --- .pick_status.json | 2 +- src/amd/vulkan/radv_radeon_winsys.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 66bc86a9185..add730be7f6 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -85,7 +85,7 @@ "description": "radv: Remove syncobj_handle variable in header.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "eaa56eab6da565c7bc84419c025c7c9bc90cf87a" }, diff --git a/src/amd/vulkan/radv_radeon_winsys.h b/src/amd/vulkan/radv_radeon_winsys.h index ba464dea884..e53d48d5cb5 100644 --- a/src/amd/vulkan/radv_radeon_winsys.h +++ b/src/amd/vulkan/radv_radeon_winsys.h @@ -164,7 +164,6 @@ struct radeon_bo_metadata { uint32_t metadata[64]; }; -uint32_t syncobj_handle; struct radeon_winsys_fence; struct radeon_winsys_bo { _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
