On Thursday, 2018-11-01 08:40:08 +0100, [email protected] wrote: > From: Mathias Fröhlich <[email protected]> > > Hi Emil, > > There seems to be a failure with the latest patches you pushed. > The patch fixes a failure with the sort order in egl symbols. > > please review! > > FYI, I observed that the latest series that you sent for review > differs a lot in the individual patches. Kind of looks like a > problem that may have slipped in during a rebase -i session. > The total diff past the complete series only differs by this > current change that introduces the failure. > > best > > Mathias > > > > Fixes a make check failure. > > Signed-off-by: Mathias Fröhlich <[email protected]>
The joys of `sort` vs `LANG=C sort` :/ Fixes: 7552fcb7b9b98392e6a8 "egl: add base EGL_EXT_device_base implementation" Reviewed-by: Eric Engestrom <[email protected]> > --- > src/egl/main/eglentrypoint.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/egl/main/eglentrypoint.h b/src/egl/main/eglentrypoint.h > index 95a8814bce..69a6c1bf4c 100644 > --- a/src/egl/main/eglentrypoint.h > +++ b/src/egl/main/eglentrypoint.h > @@ -57,8 +57,8 @@ EGL_ENTRYPOINT(eglQueryAPI) > EGL_ENTRYPOINT(eglQueryContext) > EGL_ENTRYPOINT(eglQueryDebugKHR) > EGL_ENTRYPOINT(eglQueryDeviceAttribEXT) > -EGL_ENTRYPOINT(eglQueryDevicesEXT) > EGL_ENTRYPOINT(eglQueryDeviceStringEXT) > +EGL_ENTRYPOINT(eglQueryDevicesEXT) > EGL_ENTRYPOINT(eglQueryDisplayAttribEXT) > EGL_ENTRYPOINT(eglQueryDmaBufFormatsEXT) > EGL_ENTRYPOINT(eglQueryDmaBufModifiersEXT) > -- > 2.17.2 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
