summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.c
AgeCommit message (Expand)Author
2011-03-16android: Add _EGL_PLATFORM_ANDROID.Chia-I Wu
2011-02-07egl: Add wayland platformBenjamin Franzke
2010-10-23egl: Add reference count for resources.Chia-I Wu
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
2010-06-30egl: Store configs in a dynamic array.Chia-I Wu
2010-06-29st/egl: One driver per hardware.Chia-I Wu
2010-06-23egl: Introduce platform displays internally.Chia-I Wu
2010-02-23egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu
2010-02-17egl: Add a mutex to _EGLDisplay.Chia-I Wu
2010-01-31egl: Remove unnecessary headers.Vinson Lee
2010-01-30egl: Clean up header inclusions.Chia-I Wu
2010-01-28egl: Remove unnecessary headers.Vinson Lee
2010-01-26egl: Fix a segfault when a display is initialized again.Chia-I Wu
2010-01-26egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-25egl: Make resource void pointer in _eglCheckResource.Chia-I Wu
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
2010-01-24egl: Add _EGLResource and _EGLResourceType.Chia-I Wu
2010-01-24egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu
2010-01-24egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu
2010-01-20egl: Use _eglPreloadDrivers.Chia-I Wu
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