summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.c
AgeCommit message (Expand)Author
2008-06-20egl: added null ptr checkBrian Paul
2008-06-04egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul
2008-05-28egl: bring card->driver lookup code into egldriver.cBrian Paul
2008-05-28egl: added args string to _eglMain()Brian Paul
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul
2008-05-27added _eglGet*Handle() functionsBrian Paul
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul
2005-12-23this needs to be callocedDave Airlie
2005-05-17remove eglQueryDisplayMESA()Brian Paul
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
2005-04-22initial EGL codeBrian Paul