mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-31 00:48:13 +02:00
egl: make interop ABI visible again
This was broken when the GLAPI use was removed from mesa_glinterop.h.
Cc: 12.0 13.0 <mesa-stable@lists.freedesktop.org>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
(cherry picked from commit ee39d4456e)
This commit is contained in:
parent
ad7d21bc3a
commit
1040360e9f
1 changed files with 2 additions and 2 deletions
|
|
@ -1939,7 +1939,7 @@ _eglLockDisplayInterop(EGLDisplay dpy, EGLContext context,
|
|||
return MESA_GLINTEROP_SUCCESS;
|
||||
}
|
||||
|
||||
int
|
||||
PUBLIC int
|
||||
MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context,
|
||||
struct mesa_glinterop_device_info *out)
|
||||
{
|
||||
|
|
@ -1961,7 +1961,7 @@ MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context,
|
|||
return ret;
|
||||
}
|
||||
|
||||
int
|
||||
PUBLIC int
|
||||
MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context,
|
||||
struct mesa_glinterop_export_in *in,
|
||||
struct mesa_glinterop_export_out *out)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue