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:
Andres Rodriguez 2017-12-05 15:44:04 -05:00
parent 2ab405d254
commit 458f89be78

View file

@ -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