Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-20 | egl: added null ptr check | Brian Paul | |
2008-06-04 | egl: in _eglAddConfig() just save a pointer to the config; don't copy the config | Brian Paul | |
This allows subclassing by drivers. | |||
2008-05-28 | egl: bring card->driver lookup code into egldriver.c | Brian Paul | |
2008-05-28 | egl: added args string to _eglMain() | Brian Paul | |
2008-05-27 | minor overhaul/re-org of driver selection/loading code | 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. | |||
2008-05-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul | |
2005-12-23 | this needs to be calloced | Dave Airlie | |
2005-05-17 | remove eglQueryDisplayMESA() | Brian Paul | |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | |
Seems to be mostly working. Not all of egl API is implemented. | |||
2005-04-22 | initial EGL code | Brian Paul | |