summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglglobals.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: fix _eglGlobal initialization for WindowsJonathan White2008-08-041-3/+4
|
* egl: default API should be ESBrian Paul2008-06-201-1/+1
|
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-2/+1
|
* eliminate the context hash tableBrian Paul2008-05-271-2/+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-3/+36
|
* minor code movementBrian Paul2005-12-171-14/+0
|
* Some initial per-thread support.Brian Paul2005-12-101-5/+19
| | | | Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
* report error token in message printed in _eglError()Brian Paul2005-11-241-1/+50
|
* change error messageBrian Paul2005-11-231-1/+2
|
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+14
|
* initial EGL codeBrian Paul2005-04-221-0/+51