egl: Allow core functions to be queried.
authorChia-I Wu <olv@lunarg.com>
Fri, 20 Aug 2010 04:35:02 +0000 (12:35 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 20 Aug 2010 11:22:35 +0000 (19:22 +0800)
commitf508c0c09702a5ea53dcb58721f3674605594c6e
treefd1a77630488e10a74d60032b2b1c668eb5ef103
parent4df17f9dfea527b83a896aabd9944e3563cb4a0e
egl: Allow core functions to be queried.

When _EGL_GET_CORE_ADDRESSES is defined, eglGetProcAddress can be used to query
core functions.  This is non-standard, but some apps expect it.
src/egl/main/SConscript
src/egl/main/eglapi.c