Re: [Mesa-dev] [PATCH 06/12] egl: add dri2_setup_swap_interval helper

2017-08-04 Thread Eric Engestrom
On Thursday, 2017-08-03 19:29:32 +0100, Emil Velikov wrote: > From: Emil Velikov > > The current two implementations - X11 and Wayland were identical, > barrind the upper limit. > > Instead of having same code twice - introduce a helper and pass the > limit as an argument. > > Thus as Android/D

[Mesa-dev] [PATCH 06/12] egl: add dri2_setup_swap_interval helper

2017-08-03 Thread Emil Velikov
From: Emil Velikov The current two implementations - X11 and Wayland were identical, barrind the upper limit. Instead of having same code twice - introduce a helper and pass the limit as an argument. Thus as Android/DRM/others get support - they only need to call the function ;-) Signed-off-by