mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 20:40:36 +02:00
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: eaa56eab6d "radv: initial support for shared semaphores (v2)"
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2385
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479>
This commit is contained in:
parent
dc594c95dd
commit
bd4380c63c
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ struct radeon_bo_metadata {
|
|||
uint32_t metadata[64];
|
||||
};
|
||||
|
||||
uint32_t syncobj_handle;
|
||||
struct radeon_winsys_fence;
|
||||
|
||||
struct radeon_winsys_bo {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue