egl: Remove core functions from eglGetProcAddress.
authorChia-I Wu <olvaffe@gmail.com>
Sat, 15 Aug 2009 14:44:46 +0000 (22:44 +0800)
committerBrian Paul <brianp@vmware.com>
Tue, 13 Oct 2009 18:00:36 +0000 (12:00 -0600)
commit9061d733d3f31293c145cf3b7a0f71c1bfd31989
tree6f18322926d0c1dd89216648b7cd52afdb117be8
parent5541988578054345ca70b7ed7972710396e61b44
egl: Remove core functions from eglGetProcAddress.

eglGetProcAddress may not be used to query core (non-extension)
functions.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/egl/main/eglapi.c