Hi Zhongmin, On Tue, Jan 16, 2018 at 4:07 PM, Wu, Zhongmin <[email protected]> wrote: > Sorry, is there any comment about the below patch, Thanks very much! Or did I > miss something ?
I assumed this was sent by mistake. The subject doesn't look like a patch for review - it should have [PATCH] prefix. There was even a follow-up email (presumably generated by your mailing client) to cancel sending it. Also please remove internal annotations, such as gerrit Change-Id, since they do not have any meaning for upstream purposes. As for the change itself, it looks fine to me, +/- some style nitpicks, which I listed inline. Have you checked if there are no dEQP regressions (at least for the EGL suite)? Best regards, Tomasz > > -----Original Message----- > From: Wu, Zhongmin > Sent: Wednesday, January 3, 2018 10:11 > To: [email protected] > Cc: Kondapally, Kalyan <[email protected]>; Palli, Tapani > <[email protected]>; Xu, Randy <[email protected]>; Long, Zhifang > <[email protected]>; Wu, Zhongmin <[email protected]>; Rob Herring > <[email protected]>; Tomasz Figa <[email protected]>; Eric Engestrom > <[email protected]>; Emil Velikov <[email protected]>; Bhardwaj, > MunishX <[email protected]>; Kps, Harish Krupo > <[email protected]>; Chad Versace <[email protected]> > Subject: [egl/android: Implement the eglSwapinterval for Android] > egl/android: Implement the eglSwapinterval for Android. > > From: Zhongmin Wu <[email protected]> > > Implement the eglSwapinterval for Android platform to enable the async mode > for some GFX benchmarks. > > Change-Id: I3576d8b92862719dae11c31e2adc2d77cb5a0b64 > Signed-off-by: Zhongmin Wu <[email protected]> > --- > src/egl/drivers/dri2/platform_android.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/src/egl/drivers/dri2/platform_android.c > b/src/egl/drivers/dri2/platform_android.c > index f6a24cd..f9c74ee 100644 > --- a/src/egl/drivers/dri2/platform_android.c > +++ b/src/egl/drivers/dri2/platform_android.c > @@ -476,6 +476,18 @@ droid_destroy_surface(_EGLDriver *drv, _EGLDisplay > *disp, _EGLSurface *surf) > return EGL_TRUE; > } > > +static EGLBoolean droid_swap_interval(_EGLDriver *drv, _EGLDisplay *dpy, > + _EGLSurface *surf, EGLint interval) { Please move the function name to new line, align the arguments with the top lines, if there is a need to wrap the lines and move the opening brace to new line, to match the coding style already used in the file. > + No need for this blank line. Best regards, Tomasz _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
