From 33180434afcc706a3b6d7750087cdb42574b6bec Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Sep 2020 14:51:40 +0200 Subject: [PATCH] docs: unecessarily -> unnecessarily Reviewed-by: Eric Engestrom Part-of: --- docs/gallium/context.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/context.rst b/docs/gallium/context.rst index 958e89361d6..2cd1e0e2122 100644 --- a/docs/gallium/context.rst +++ b/docs/gallium/context.rst @@ -609,7 +609,7 @@ the unsignaled state by performing a wait operation on said object, i.e. ``pipe_fence_handle`` can only have one waiter. This behaviour is useful in producer <-> consumer chains. It helps avoid -unecessarily sharing a new ``pipe_fence_handle`` each time a new frame is +unnecessarily sharing a new ``pipe_fence_handle`` each time a new frame is ready. Instead, the fences are exchanged once ahead of time, and access is synchronized through GPU signaling instead of direct producer <-> consumer communication.