[Mesa-dev] [PATCH] egl: Fix eglentrypoint.h sort order.

Mathias.Froehlich at gmx.net Mathias.Froehlich at gmx.net
Thu Nov 1 07:40:08 UTC 2018


From: Mathias Fröhlich <Mathias.Froehlich at gmx.net>

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 <Mathias.Froehlich at web.de>
---
 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



More information about the mesa-dev mailing list