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
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
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
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
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