Re: [Mesa-dev] [PATCH 06/22] gallium: add semaphore_server_signal()

2017-12-22 Thread Andres Rodriguez
On 2017-12-22 10:56 AM, Roland Scheidegger wrote: Am 22.12.2017 um 01:41 schrieb Andres Rodriguez: Calling this function will emit a semaphore signal operation into the GPU's command stream. Signed-off-by: Andres Rodriguez --- src/gallium/docs/source/context.rst | 31 +

Re: [Mesa-dev] [PATCH 06/22] gallium: add semaphore_server_signal()

2017-12-22 Thread Roland Scheidegger
Am 22.12.2017 um 01:41 schrieb Andres Rodriguez: > Calling this function will emit a semaphore 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_con

[Mesa-dev] [PATCH 06/22] gallium: add semaphore_server_signal()

2017-12-21 Thread Andres Rodriguez
Calling this function will emit a semaphore 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 --g