Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: in _eglAddConfig() just save a pointer to the config; don't copy the config | Brian Paul | 2008-06-04 | 1 | -1/+1 |
| | | | | This allows subclassing by drivers. | ||||
* | egl: added args string to _eglMain() | Brian Paul | 2008-05-28 | 1 | -0/+1 |
| | |||||
* | minor overhaul/re-org of driver selection/loading code | Brian Paul | 2008-05-27 | 1 | -1/+13 |
| | |||||
* | 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. | ||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -1/+6 |
| | | | | Seems to be mostly working. Not all of egl API is implemented. | ||||
* | sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles) | Brian Paul | 2005-05-04 | 1 | -1/+1 |
| | |||||
* | initial EGL code | Brian Paul | 2005-04-22 | 1 | -0/+39 |