summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul2008-06-041-1/+1
| | | | This allows subclassing by drivers.
* egl: added args string to _eglMain()Brian Paul2008-05-281-0/+1
|
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-1/+13
|
* added _eglGet*Handle() functionsBrian Paul2008-05-271-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 Smirl2005-05-131-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 Paul2005-05-041-1/+1
|
* initial EGL codeBrian Paul2005-04-221-0/+39