added _eglGet*Handle() functions
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 20:33:54 +0000 (14:33 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 20:33:54 +0000 (14:33 -0600)
commit721ba15bf4596b2e9589e7656005b387724875c3
tree34821f5061822a2eac270444fca03db583376f55
parent5f8a4f3e5e8fe78f1abe9ca6dd1131ad53d3d943
added _eglGet*Handle() functions

These are the inverse of the _eglLookup*() functions.
Returns the public handle for a private surface/config/display/etc.
Removes glapi.c's direct access of private fields.
src/egl/main/eglapi.c
src/egl/main/eglconfig.c
src/egl/main/eglconfig.h
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h
src/egl/main/eglsurface.c
src/egl/main/eglsurface.h