summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.h
AgeCommit message (Collapse)Author
2008-05-30egl: new eglGetProcAddress() codeBrian Paul
The idea is to pass the call down to the device driver where an API-specific query can be made. Untested.
2006-01-30some initial EGL 1.2 workBrian Paul
2005-12-10Some initial per-thread support.Brian Paul
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul