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