summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcontext.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-3/+3
|
* eliminate the context hash tableBrian Paul2008-05-271-2/+4
| | | | | 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-0/+3
|
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-2/+3
| | | | Redo _eglInitContext() to do error checking, attribute list parsing, etc.
* use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul2005-05-161-1/+1
|
* Add empty placeholder for eglCopyContextMESAJon Smirl2005-05-141-0/+3
|
* initial EGL codeBrian Paul2005-04-221-0/+64