Re: [Mesa-dev] [PATCH 05/10] gallium: wire up server_wait_sync

2016-11-18 Thread Marek Olšák
On Fri, Nov 18, 2016 at 11:17 PM, Rob Clark wrote: > On Fri, Nov 18, 2016 at 5:07 PM, Marek Olšák wrote: >> On Fri, Nov 18, 2016 at 2:39 PM, Rob Clark wrote: >>> From: Rob Clark >>> >>> This will be needed for explicit synchronization with devices outside >>> the gpu, ie. EGL_ANDROID_native_fen

Re: [Mesa-dev] [PATCH 05/10] gallium: wire up server_wait_sync

2016-11-18 Thread Rob Clark
On Fri, Nov 18, 2016 at 5:07 PM, Marek Olšák wrote: > On Fri, Nov 18, 2016 at 2:39 PM, Rob Clark wrote: >> From: Rob Clark >> >> This will be needed for explicit synchronization with devices outside >> the gpu, ie. EGL_ANDROID_native_fence_sync. >> >> Signed-off-by: Rob Clark >> Reviewed-by: Ma

Re: [Mesa-dev] [PATCH 05/10] gallium: wire up server_wait_sync

2016-11-18 Thread Marek Olšák
On Fri, Nov 18, 2016 at 2:39 PM, Rob Clark wrote: > From: Rob Clark > > This will be needed for explicit synchronization with devices outside > the gpu, ie. EGL_ANDROID_native_fence_sync. > > Signed-off-by: Rob Clark > Reviewed-by: Marek Olšák > --- > src/gallium/include/pipe/p_context.h | 6

[Mesa-dev] [PATCH 05/10] gallium: wire up server_wait_sync

2016-11-18 Thread Rob Clark
From: Rob Clark This will be needed for explicit synchronization with devices outside the gpu, ie. EGL_ANDROID_native_fence_sync. Signed-off-by: Rob Clark Reviewed-by: Marek Olšák --- src/gallium/include/pipe/p_context.h | 6 ++ src/gallium/state_trackers/dri/dri2.c | 6 +- 2 files c