mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
gallium: introduce PIPE_FD_TYPE_SYNCOBJ
Denotes that a fd is backed by a synobj. For example, radv shared semaphores. Signed-off-by: Andres Rodriguez <andresx7@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
2ab405d254
commit
458f89be78
1 changed files with 1 additions and 0 deletions
|
|
@ -1088,6 +1088,7 @@ struct pipe_driver_query_group_info
|
|||
enum pipe_fd_type
|
||||
{
|
||||
PIPE_FD_TYPE_NATIVE_SYNC,
|
||||
PIPE_FD_TYPE_SYNCOBJ,
|
||||
};
|
||||
|
||||
enum pipe_debug_type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue