aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglglobals.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-0/+3
| | | | | The idea is to pass the call down to the device driver where an API-specific query can be made. Untested.
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-4/+4
|
* added EGL_OPENGL_API caseBrian Paul2008-05-271-0/+1
|
* eliminate the context hash tableBrian Paul2008-05-271-1/+0
| | | | | In EGL 1.4 the opaque EGLContext type is a pointer so we can just cast between public EGLContext handles and private _EGLContext pointers.
* some initial EGL 1.2 workBrian Paul2006-01-301-2/+15
|
* minor code movementBrian Paul2005-12-171-4/+0
|
* Some initial per-thread support.Brian Paul2005-12-101-4/+19
| | | | Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+6
|
* initial EGL codeBrian Paul2005-04-221-0/+38