Re: [Mesa-dev] [PATCH 04/20] gallium: add fence_server_signal()

2018-01-29 Thread Marek Olšák
On Tue, Jan 23, 2018 at 7:04 PM, Andres Rodriguez wrote: > Calling this function will emit a fence signal operation into the > GPU's command stream. > > Signed-off-by: Andres Rodriguez > --- > src/gallium/docs/source/context.rst | 31 +++ > src/gallium/include/pipe/p

[Mesa-dev] [PATCH 04/20] gallium: add fence_server_signal()

2018-01-23 Thread Andres Rodriguez
Calling this function will emit a fence signal operation into the GPU's command stream. Signed-off-by: Andres Rodriguez --- src/gallium/docs/source/context.rst | 31 +++ src/gallium/include/pipe/p_context.h | 6 ++ 2 files changed, 37 insertions(+) diff --git a