Emil Velikov writes:
> Hi Eric,
>
> On 24 August 2018 at 14:11, Emil Velikov wrote:
>> From: Emil Velikov
>>
>> As the comment above globalDriverAPI (in dri_util.c) says, if the loader
>> is unaware of createNewScreen2 there is a race condition.
>>
>> In which globalDriverAPI, will be set in th
Hi Eric,
On 24 August 2018 at 14:11, Emil Velikov wrote:
> From: Emil Velikov
>
> As the comment above globalDriverAPI (in dri_util.c) says, if the loader
> is unaware of createNewScreen2 there is a race condition.
>
> In which globalDriverAPI, will be set in the driver driDriverGetExtensions*
>
From: Emil Velikov
As the comment above globalDriverAPI (in dri_util.c) says, if the loader
is unaware of createNewScreen2 there is a race condition.
In which globalDriverAPI, will be set in the driver driDriverGetExtensions*
function and used in createNewScreen(). If we call another drivers'
dr