summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul2008-06-041-2/+16
| | | | This allows subclassing by drivers.
* egl: bring card->driver lookup code into egldriver.cBrian Paul2008-05-281-1/+1
|
* egl: added args string to _eglMain()Brian Paul2008-05-281-15/+4
|
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-14/+43
|
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+15
| | | | | | 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.
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-4/+6
|
* this needs to be callocedDave Airlie2005-12-231-1/+1
|
* remove eglQueryDisplayMESA()Brian Paul2005-05-171-7/+0
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-2/+9
| | | | Seems to be mostly working. Not all of egl API is implemented.
* initial EGL codeBrian Paul2005-04-221-0/+71