[Mesa-dev] [PATCH v2 11/18] anv: Add a real semaphore struct

Chad Versace chadversary at chromium.org
Wed Apr 12 22:49:42 UTC 2017


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 <chadversary at chromium.org>


More information about the mesa-dev mailing list