summaryrefslogtreecommitdiff
path: root/src/egl/main/egl.def
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-08-20 12:41:46 +0800
committerChia-I Wu <olv@lunarg.com>2010-08-20 19:22:50 +0800
commitce2cae4130548872a0205097b0b5dbe0f4f57d5f (patch)
tree655333529fef82c3df2a26aa05688898655a4e36 /src/egl/main/egl.def
parentf508c0c09702a5ea53dcb58721f3674605594c6e (diff)
egl: Add egl.def for win32 build.
Without the .def file, function names are decorated and cannot be queried by GetProcAddress easily.
Diffstat (limited to 'src/egl/main/egl.def')
-rw-r--r--src/egl/main/egl.def35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/egl/main/egl.def b/src/egl/main/egl.def
new file mode 100644
index 0000000000..0cfe920e0e
--- /dev/null
+++ b/src/egl/main/egl.def
@@ -0,0 +1,35 @@
+EXPORTS
+ eglBindAPI
+ eglBindTexImage
+ eglChooseConfig
+ eglCopyBuffers
+ eglCreateContext
+ eglCreatePbufferFromClientBuffer
+ eglCreatePbufferSurface
+ eglCreatePixmapSurface
+ eglCreateWindowSurface
+ eglDestroyContext
+ eglDestroySurface
+ eglGetConfigAttrib
+ eglGetConfigs
+ eglGetCurrentContext
+ eglGetCurrentDisplay
+ eglGetCurrentSurface
+ eglGetDisplay
+ eglGetError
+ eglGetProcAddress
+ eglInitialize
+ eglMakeCurrent
+ eglQueryAPI
+ eglQueryContext
+ eglQueryString
+ eglQuerySurface
+ eglReleaseTexImage
+ eglReleaseThread
+ eglSurfaceAttrib
+ eglSwapBuffers
+ eglSwapInterval
+ eglTerminate
+ eglWaitClient
+ eglWaitGL
+ eglWaitNative