egl: Update Windows .def to include missing exports
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12881>
This commit is contained in:
@@ -2,14 +2,21 @@ EXPORTS
|
|||||||
eglBindAPI
|
eglBindAPI
|
||||||
eglBindTexImage
|
eglBindTexImage
|
||||||
eglChooseConfig
|
eglChooseConfig
|
||||||
|
eglClientWaitSync
|
||||||
eglCopyBuffers
|
eglCopyBuffers
|
||||||
eglCreateContext
|
eglCreateContext
|
||||||
|
eglCreateImage
|
||||||
eglCreatePbufferFromClientBuffer
|
eglCreatePbufferFromClientBuffer
|
||||||
eglCreatePbufferSurface
|
eglCreatePbufferSurface
|
||||||
eglCreatePixmapSurface
|
eglCreatePixmapSurface
|
||||||
|
eglCreatePlatformPixmapSurface
|
||||||
|
eglCreatePlatformWindowSurface
|
||||||
|
eglCreateSync
|
||||||
eglCreateWindowSurface
|
eglCreateWindowSurface
|
||||||
eglDestroyContext
|
eglDestroyContext
|
||||||
|
eglDestroyImage
|
||||||
eglDestroySurface
|
eglDestroySurface
|
||||||
|
eglDestroySync
|
||||||
eglGetConfigAttrib
|
eglGetConfigAttrib
|
||||||
eglGetConfigs
|
eglGetConfigs
|
||||||
eglGetCurrentContext
|
eglGetCurrentContext
|
||||||
@@ -17,7 +24,9 @@ EXPORTS
|
|||||||
eglGetCurrentSurface
|
eglGetCurrentSurface
|
||||||
eglGetDisplay
|
eglGetDisplay
|
||||||
eglGetError
|
eglGetError
|
||||||
|
eglGetPlatformDisplay
|
||||||
eglGetProcAddress
|
eglGetProcAddress
|
||||||
|
eglGetSyncAttrib
|
||||||
eglInitialize
|
eglInitialize
|
||||||
eglMakeCurrent
|
eglMakeCurrent
|
||||||
eglQueryAPI
|
eglQueryAPI
|
||||||
@@ -33,3 +42,6 @@ EXPORTS
|
|||||||
eglWaitClient
|
eglWaitClient
|
||||||
eglWaitGL
|
eglWaitGL
|
||||||
eglWaitNative
|
eglWaitNative
|
||||||
|
eglWaitSync
|
||||||
|
MesaGLInteropEGLQueryDeviceInfo
|
||||||
|
MesaGLInteropEGLExportObject
|
||||||
|
Reference in New Issue
Block a user