[Mesa-stable] [PATCH v4 1/2] glx: fix error code when there is no context bound

Emil Velikov emil.l.velikov at gmail.com
Wed Jul 27 13:53:06 UTC 2016


On 14 June 2016 at 16:08, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> n 7 June 2016 at 11:33, Tapani Pälli <tapani.palli at intel.com> wrote:
>> From: Bernard Kilarski <bernard.r.kilarski at intel.com>
>>
>> v2: change all related NULL checks to check against dummyContext
>> v3: really check for dummyContext *only* when ctx was from
>>     __glXGetCurrentContext
>> v4: cover more checks, add dummyBuffer, dummyVtable (Emil)
>>
> Thanks for the update Tapani. There's a minor comment below, but
> regardless if you go for it or not the patch is
> Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
>
>> +GLubyte dummyBuffer[__GLX_BUFFER_LIMIT_SIZE];
>> +struct glx_context_vtable dummyVtable;
> Make these two static ?
>
AFAICT the patch hasn't landed in master. Tapani is there something
wrong with it and/or fall through the cracks ?

Thanks
Emil


More information about the mesa-stable mailing list