Re: [Mesa-dev] [PATCH 10/20] mesa: add support for semaphore object signal/wait v2

2018-01-23 Thread Brian Paul
On 01/23/2018 11:05 AM, Andres Rodriguez wrote: Memory synchronization is left for a future patch. v2: flush vertices/bitmaps moved to mesa/main Signed-off-by: Andres Rodriguez --- src/mesa/main/dd.h | 14 ++ src/mesa/main/externalobjects.c | 38

[Mesa-dev] [PATCH 10/20] mesa: add support for semaphore object signal/wait v2

2018-01-23 Thread Andres Rodriguez
Memory synchronization is left for a future patch. v2: flush vertices/bitmaps moved to mesa/main Signed-off-by: Andres Rodriguez --- src/mesa/main/dd.h | 14 ++ src/mesa/main/externalobjects.c | 38 ++ 2 files changed, 52 insertions(+