Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: new eglGetProcAddress() code | Brian Paul | 2008-05-30 | 1 | -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 state | Brian Paul | 2008-05-30 | 1 | -4/+4 |
| | |||||
* | added EGL_OPENGL_API case | Brian Paul | 2008-05-27 | 1 | -0/+1 |
| | |||||
* | eliminate the context hash table | Brian Paul | 2008-05-27 | 1 | -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 work | Brian Paul | 2006-01-30 | 1 | -2/+15 |
| | |||||
* | minor code movement | Brian Paul | 2005-12-17 | 1 | -4/+0 |
| | |||||
* | Some initial per-thread support. | Brian Paul | 2005-12-10 | 1 | -4/+19 |
| | | | | Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | ||||
* | sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles) | Brian Paul | 2005-05-04 | 1 | -0/+6 |
| | |||||
* | initial EGL code | Brian Paul | 2005-04-22 | 1 | -0/+38 |