[vlc-devel] [PATCH] glx: Bind drawable to context before setting swap interval (fix #8738)

Francois Cartegnie fcvlcdev at free.fr
Tue Jun 4 21:50:05 CEST 2013


Le 30/05/2013 15:52, Rémi Denis-Courmont a écrit :
> Review of this patch is put on hold until after I have my abusively
> removed commits rights reinstated.
> 

> Comment:
>
>  commit d79244f3275768353f1c963a74b8290494e03745
>  Author: Rémi Denis-Courmont <remi at remlab.net>
>  Date:   Thu May 30 18:42:53 2013 +0300
>
>      glx: make context current before setting swap interval (fixes #8738)
>

Either:

- we can change context (I guess that's the point of MakeCurrent) then
GLX_*_swap_control is not applied to this new context.
(that's why i moved that code in MakeCurrent)

- we never change the context: MakeCurrent & ReleaseCurrent are useless,
no ?

Francois



More information about the vlc-devel mailing list