Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-01 | egl: additional error checking in _eglBind/ReleaseTexImage() | Brian Paul | |
2008-05-27 | added _eglGet*Handle() functions | Brian Paul | |
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. | |||
2006-01-30 | some initial EGL 1.2 work | Brian Paul | |
2005-11-27 | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul | |
Redo _eglInitContext() to do error checking, attribute list parsing, etc. | |||
2005-05-17 | added _eglInitPbufferSurface() | Brian Paul | |
2005-04-22 | initial EGL code | Brian Paul | |