Re: [Mesa-dev] [PATCH 00/22] Add support for GL_EXT_semaphore v2

2017-12-21 Thread Andres Rodriguez
Patch #2 is a little large so it is stuck in the moderation queue. The patch doesn't introduce any functionality changes, just renames fences to semaphores. [snip] [PATCH 02/22] gallium: rename pipe fences to semaphores Is being held until the list moderator can review it for approval. The

[Mesa-dev] [PATCH 00/22] Add support for GL_EXT_semaphore v2

2017-12-21 Thread Andres Rodriguez
Sorry for the long time to get this v2 out, past month has been a bit hectic. This incorporates the feedback I received from mareko and nha on the previous iteration. Some of the notable changes: - Merged fences and semaphores at the gallium level - Fixed latency due to delayed flushing - M