Re: [Mesa-dev] [PATCH v1] egl/android: Implement the eglSwapinterval for Android.

2018-01-16 Thread Eric Engestrom
On Tuesday, 2018-01-16 07:56:53 +, Zhongmin Wu wrote: > Implement the eglSwapinterval for Android platform to > enable the async mode for some GFX benchmarks. > > Signed-off-by: Zhongmin Wu Like Tomasz, I thought this was a mistake, given the recall email. I have now looked at it, and it lo

Re: [Mesa-dev] [PATCH v1] egl/android: Implement the eglSwapinterval for Android.

2018-01-16 Thread Emil Velikov
On 16 January 2018 at 07:43, Zhongmin Wu wrote: > Implement the eglSwapinterval for Android platform to > enable the async mode for some GFX benchmarks. > For the future, feel free to mention the benchmarks you've tried. > Signed-off-by: Zhongmin Wu > --- > src/egl/drivers/dri2/platform_android

[Mesa-dev] [PATCH v1] egl/android: Implement the eglSwapinterval for Android.

2018-01-15 Thread Zhongmin Wu
Implement the eglSwapinterval for Android platform to enable the async mode for some GFX benchmarks. Signed-off-by: Zhongmin Wu --- src/egl/drivers/dri2/platform_android.c | 16 1 file changed, 16 insertions(+) diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/dri