summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.c
Commit message (Expand)AuthorAgeFilesLines
* egl: add _EGL_PLATFORM_ANDROIDChia-I Wu2011-08-211-1/+2
* egl: Log (debug) native platform typeBenjamin Franzke2011-08-151-12/+25
* egl: Native Display autodetectionBenjamin Franzke2011-08-151-3/+97
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Add wayland platformBenjamin Franzke2011-02-071-0/+1
* egl: Add reference count for resources.Chia-I Wu2010-10-231-1/+41
* egl: Drop dpy argument from the link functions.Chia-I Wu2010-10-231-6/+5
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-191-1/+1
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-7/+1
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-0/+56
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-3/+7
* egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu2010-02-231-6/+0
* egl: Make eglGetDisplay atomic.Chia-I Wu2010-02-171-72/+19
* egl: Add a mutex to _EGLDisplay.Chia-I Wu2010-02-171-0/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-311-1/+0
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* egl: Fix a segfault when a display is initialized again.Chia-I Wu2010-01-261-0/+1
* egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu2010-01-261-1/+5
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-2/+2
* egl: Make resource void pointer in _eglCheckResource.Chia-I Wu2010-01-251-2/+5
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-15/+19
* egl: Add _EGLResource and _EGLResourceType.Chia-I Wu2010-01-241-0/+60
* egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu2010-01-241-64/+0
* egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu2010-01-241-63/+0
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-201-30/+0
* egl: Use _eglPreloadDrivers.Chia-I Wu2010-01-201-6/+0
* egl: Remove Xdpy from EGLDisplay.Chia-I Wu2009-08-261-3/+0
* egl: Remove dependency on libX11.Chia-I Wu2009-08-211-0/+30
* egl: Check for null display in handle checking.Chia-I Wu2009-08-211-4/+6
* egl: Remove eglhash.c and eglhash.h.Chia-I Wu2009-08-181-1/+0
* egl: Add back handle checking.Chia-I Wu2009-08-181-0/+66
* egl: Make lookup functions static inline.Chia-I Wu2009-08-181-66/+0
* egl: Remove hash table for displays.Chia-I Wu2009-08-181-75/+49
* egl: Remove hash table for surfaces.Chia-I Wu2009-08-181-29/+6
* egl: _eglCloseDriver should be no-op.Chia-I Wu2009-08-181-5/+6
* egl: Change the way drivers are loaded.Chia-I Wu2009-08-181-6/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-12/+12
* egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu2009-08-111-1/+1
* egl: Implement _eglFiniDisplay.Chia-I Wu2009-08-111-1/+17
* egl: Make display and surface hash tables local.Chia-I Wu2009-08-111-13/+72
* egl: Silence warnings on x86-64.Chia-Wu2009-07-311-9/+10
* egl: Destroy display's resources upon termination.Chia-I Wu2009-07-171-0/+32
* egl: Return the same EGL Display for the same native display.Chia-I Wu2009-07-171-0/+24
* egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu2009-07-171-24/+178
* egl: Support per-thread info.Chia-I Wu2009-07-171-11/+0
* egl: added null ptr checkBrian Paul2008-06-201-2/+3
* egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul2008-06-041-2/+16
* 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