Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | egl: fix assorted context-related bugs | Brian Paul | 2008-06-19 | 1 | -2/+6 | |
| | | | | | | Move memset() to proper place. Added EGL_CONTEXT_CLIENT_VERSION query. Fix bad return EGL_FALSE -> EGL_TRUE. | |||||
* | egl: clean up prototype code, new _eglFindAPIs() function. | Brian Paul | 2008-06-19 | 1 | -0/+2 | |
| | ||||||
* | egl: clean-up re-org of the client API state | Brian Paul | 2008-05-30 | 1 | -1/+9 | |
| | ||||||
* | eliminate the context hash table | Brian Paul | 2008-05-27 | 1 | -21/+32 | |
| | | | | | In EGL 1.4 the opaque EGLContext type is a pointer so we can just cast between public EGLContext handles and private _EGLContext pointers. | |||||
* | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul | 2008-05-27 | 1 | -6/+10 | |
| | ||||||
* | some initial EGL 1.2 work | Brian Paul | 2006-01-30 | 1 | -0/+5 | |
| | ||||||
* | Some initial per-thread support. | Brian Paul | 2005-12-10 | 1 | -3/+4 | |
| | | | | Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | |||||
* | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul | 2005-11-27 | 1 | -16/+46 | |
| | | | | Redo _eglInitContext() to do error checking, attribute list parsing, etc. | |||||
* | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul | 2005-11-24 | 1 | -3/+3 | |
| | ||||||
* | use EGLint instead of unsigned long for eglCopyContextMESA, added comments | Brian Paul | 2005-05-16 | 1 | -2/+8 | |
| | ||||||
* | Add empty placeholder for eglCopyContextMESA | Jon Smirl | 2005-05-14 | 1 | -0/+8 | |
| | ||||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -1/+1 | |
| | | | | Seems to be mostly working. Not all of egl API is implemented. | |||||
* | initial EGL code | Brian Paul | 2005-04-22 | 1 | -0/+226 | |