[Mesa-dev] [PATCH 1/2] android: fix vulkan driver futex usage issues

Jason Ekstrand jason at jlekstrand.net
Mon Dec 18 06:20:09 UTC 2017


Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

On Sun, Dec 17, 2017 at 9:55 PM, Tapani Pälli <tapani.palli at intel.com>
wrote:

> Ping ..
>
> These 2 patches are required because build is broken without them (when
> vulkan=true in build options). This patch should be renamed as "fix
> undefined futex API references" or something better like that.
>
>
> On 12/12/2017 10:01 AM, Tapani Pälli wrote:
>
>> Fixes: f98a2768ca "mesa: Add new fast mtx_t mutex type for basic use
>> cases"
>> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
>> ---
>>   Android.common.mk | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/Android.common.mk b/Android.common.mk
>> index 103e3fec61..d9f871c08c 100644
>> --- a/Android.common.mk
>> +++ b/Android.common.mk
>> @@ -69,6 +69,7 @@ LOCAL_CFLAGS += \
>>         -DHAVE_PTHREAD=1 \
>>         -DHAVE_DLADDR \
>>         -DHAVE_DL_ITERATE_PHDR \
>> +       -DHAVE_LINUX_FUTEX_H \
>>         -DMAJOR_IN_SYSMACROS \
>>         -fvisibility=hidden \
>>         -Wno-sign-compare
>>
>> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171217/aefec27a/attachment.html>


More information about the mesa-dev mailing list