Re: [Mesa-dev] [PATCH 00/20] Add support for GL_EXT_semaphore v3

2018-01-30 Thread Andres Rodriguez
On 2018-01-29 02:02 PM, Marek Olšák wrote: On Tue, Jan 23, 2018 at 10:16 PM, Andres Rodriguez wrote: Also, the associated piglit patches: https://lists.freedesktop.org/archives/piglit/2017-December/023600.html You can just push the piglit patches if you get no review there. Thanks for the

Re: [Mesa-dev] [PATCH 00/20] Add support for GL_EXT_semaphore v3

2018-01-29 Thread Marek Olšák
On Tue, Jan 23, 2018 at 10:16 PM, Andres Rodriguez wrote: > Also, the associated piglit patches: > https://lists.freedesktop.org/archives/piglit/2017-December/023600.html You can just push the piglit patches if you get no review there. Marek ___ mesa-d

Re: [Mesa-dev] [PATCH 00/20] Add support for GL_EXT_semaphore v3

2018-01-23 Thread Andres Rodriguez
Also, the associated piglit patches: https://lists.freedesktop.org/archives/piglit/2017-December/023600.html On 2018-01-23 01:13 PM, Andres Rodriguez wrote: On 2018-01-23 01:04 PM, Andres Rodriguez wrote: Rebased on latest mesa and dropped the gallium fence->semaphore rename. There is also

Re: [Mesa-dev] [PATCH 00/20] Add support for GL_EXT_semaphore v3

2018-01-23 Thread Andres Rodriguez
On 2018-01-23 01:04 PM, Andres Rodriguez wrote: Rebased on latest mesa and dropped the gallium fence->semaphore rename. There is also a new bugfix on patch 7. See v3 notes there. Andres Rodriguez (20): gallium: add type parameter to create_fence_fd gallium: introduce PIPE_CAP_SEMAPHO

[Mesa-dev] [PATCH 00/20] Add support for GL_EXT_semaphore v3

2018-01-23 Thread Andres Rodriguez
Rebased on latest mesa and dropped the gallium fence->semaphore rename. Andres Rodriguez (20): gallium: add type parameter to create_fence_fd gallium: introduce PIPE_CAP_SEMAPHORE_SIGNAL gallium: introduce PIPE_FD_TYPE_SYNCOBJ gallium: add fence_server_signal() u_threaded_context: add su