[Mesa-stable] [PATCH 2/2] clover: Use threadsafe wrappers for pipe_context v2

Emil Velikov emil.l.velikov at gmail.com
Tue Sep 1 06:44:00 PDT 2015


Hi guys

On 11 July 2015 at 11:47, Francisco Jerez <currojerez at riseup.net> wrote:
> Tom Stellard <thomas.stellard at amd.com> writes:
>
>> Events can be added to an OpenCL command queue concurrently from multiple
>> threads, but pipe_context bjects are not threadsafe.  The threadsafe
>> wrappers protect all pipe_context function calls with a mutex, so we
>> can safely use them with multiple threads.
>>
>> v2:
>>   - Don't use wrapper for pipe_screen.
>>
>> CC: 10.6 <mesa-stable at lists.freedesktop.org>
>
> Thanks, this patch is:
> Reviewed-by: Francisco Jerez <currojerez at riseup.net>
>
This hasn't landed in master yet. Are they any issues with it ?

Thanks
Emil


More information about the mesa-stable mailing list