From: Eric Engestrom Date: Tue, 29 May 2018 15:59:18 +0000 (+0100) Subject: egl/x11: fix build with DRI3 disabled X-Git-Tag: upstream/19.0.0~4898 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1945231b48df8ffcfa2eb168f81c3f5984433b01;p=platform%2Fupstream%2Fmesa.git egl/x11: fix build with DRI3 disabled Fixes: 473af0b541b2583f4c72 "egl/x11: deduplicate depth-to-format logic" Signed-off-by: Eric Engestrom Tested-by: Vinson Lee Reviewed-by: Yogesh Marathe --- diff --git a/src/egl/drivers/dri2/platform_x11.c b/src/egl/drivers/dri2/platform_x11.c index b2a3000..ea9b0cc 100644 --- a/src/egl/drivers/dri2/platform_x11.c +++ b/src/egl/drivers/dri2/platform_x11.c @@ -55,6 +55,9 @@ static EGLBoolean dri2_x11_swap_interval(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint interval); +uint32_t +dri2_format_for_depth(uint32_t depth); + static void swrastCreateDrawable(struct dri2_egl_display * dri2_dpy, struct dri2_egl_surface * dri2_surf)