On Mon 13 Mar 2017, Jason Ekstrand wrote: > It's just a dummy for now, but we'll flesh it out as needed for external > semaphores. > --- > src/intel/vulkan/anv_private.h | 28 ++++++++++++++++++++++++++++ > src/intel/vulkan/anv_queue.c | 32 ++++++++++++++++++++++++++------ > 2 files changed, 54 insertions(+), 6 deletions(-)
> +struct anv_semaphore { > + /* Permanent semaphore state. Every semaphore has some form of permanent > + * state (type != ANV_SEMAPHORE_TYPE_NONE). This may be a BO to fence on > + * (for cross-process semaphores0 or it could just be a dummy for use Typo s/semaphores0/semaphores/ Other than the type, Reviewed-by: Chad Versace <chadvers...@chromium.org> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev