mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
egl: drop unused fallback function
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5861>
This commit is contained in:
parent
43e2d80849
commit
b501ece6f6
1 changed files with 0 additions and 9 deletions
|
|
@ -30,15 +30,6 @@
|
||||||
|
|
||||||
struct wl_buffer;
|
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
|
static inline EGLBoolean
|
||||||
dri2_fallback_swap_buffers_with_damage(_EGLDriver *drv, _EGLDisplay *disp,
|
dri2_fallback_swap_buffers_with_damage(_EGLDriver *drv, _EGLDisplay *disp,
|
||||||
_EGLSurface *surf,
|
_EGLSurface *surf,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue