summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.c
AgeCommit message (Expand)Author
2009-08-26egl: Remove Xdpy from EGLDisplay.Chia-I Wu
2009-08-21egl: Remove dependency on libX11.Chia-I Wu
2009-08-21egl: Check for null display in handle checking.Chia-I Wu
2009-08-18egl: Remove eglhash.c and eglhash.h.Chia-I Wu
2009-08-18egl: Add back handle checking.Chia-I Wu
2009-08-18egl: Make lookup functions static inline.Chia-I Wu
2009-08-18egl: Remove hash table for displays.Chia-I Wu
2009-08-18egl: Remove hash table for surfaces.Chia-I Wu
2009-08-18egl: _eglCloseDriver should be no-op.Chia-I Wu
2009-08-18egl: Change the way drivers are loaded.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu
2009-08-11egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu
2009-08-11egl: Implement _eglFiniDisplay.Chia-I Wu
2009-08-11egl: Make display and surface hash tables local.Chia-I Wu
2009-07-31egl: Silence warnings on x86-64.Chia-Wu
2009-07-17egl: Destroy display's resources upon termination.Chia-I Wu
2009-07-17egl: Return the same EGL Display for the same native display.Chia-I Wu
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu
2009-07-17egl: Support per-thread info.Chia-I Wu
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