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

Tapani Pälli tapani.palli at intel.com
Thu Nov 1 09:32:26 UTC 2018


Reviewed-by: Tapani Pälli <tapani.palli at intel.com>

This fixes:
dEQP-EGL.functional.get_proc_address.extension.egl_ext_device_base

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108617


On 11/1/18 9:40 AM, Mathias.Froehlich at gmx.net wrote:
> 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)
> 


More information about the mesa-dev mailing list