Module: Mesa Branch: master Commit: b501ece6f604f1c99e37dc62b0e77d81a5bb49f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b501ece6f604f1c99e37dc62b0e77d81a5bb49f6
Author: Eric Engestrom <[email protected]> Date: Sat Jul 11 00:33:53 2020 +0200 egl: drop unused fallback function Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Frank Binns <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5861> --- src/egl/drivers/dri2/egl_dri2_fallbacks.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/egl/drivers/dri2/egl_dri2_fallbacks.h b/src/egl/drivers/dri2/egl_dri2_fallbacks.h index 44c130b9c14..10417cab472 100644 --- a/src/egl/drivers/dri2/egl_dri2_fallbacks.h +++ b/src/egl/drivers/dri2/egl_dri2_fallbacks.h @@ -30,15 +30,6 @@ struct wl_buffer; -static inline _EGLImage* -dri2_fallback_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, - _EGLContext *ctx, EGLenum target, - EGLClientBuffer buffer, - const EGLint *attr_list) -{ - return NULL; -} - static inline EGLBoolean dri2_fallback_swap_buffers_with_damage(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
