summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglglobals.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Implement EGL_MESA_platform_surfacelessChad Versace2016-10-141-0/+3
* egl: Don't advertise unsupported platform extensionsChad Versace2016-10-141-2/+8
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-051-0/+1
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-141-1/+4
* egl: Fix typoKyle Brenneman2016-09-141-1/+1
* egl: sort extension lists alphabeticallyMarek Olšák2015-07-031-2/+2
* egl: remove unused _egl_global::ClientExtensionsMarek Olšák2015-06-051-10/+0
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-111-4/+5
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-061-5/+4
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-061-4/+5
* egl: Expose EGL_KHR_get_all_proc_addresses and its client extensionChad Versace2014-12-071-1/+3
* egl/main: Enable Linux platform extensionsChad Versace2014-03-171-1/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: Kill macro _EGL_DECLARE_MUTEXChad Versace2013-11-261-1/+2
* egl: Enable EGL_EXT_client_extensionsChad Versace2013-11-261-0/+8
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-1/+0
* egl: Rework driver loading.Chia-I Wu2010-07-061-2/+0
* egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-131-3/+0
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* egl: Improve logging facility.Chia-I Wu2009-10-131-3/+4
* egl: Allow binding to any client API.Chia-I Wu2009-10-131-1/+0
* egl: Remove hash table for displays.Chia-I Wu2009-08-181-1/+3
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-1/+0
* egl: Change the way drivers are loaded.Chia-I Wu2009-08-181-3/+5
* egl: Add _eglAddAtExitCall.Chia-I Wu2009-08-111-0/+40
* egl: Make _eglGlobal initialize statically.Chia-I Wu2009-08-111-26/+6
* egl: Make display and surface hash tables local.Chia-I Wu2009-08-111-5/+1
* egl: Initialize current thread management on demand.Chia-I Wu2009-08-111-4/+0
* egl: Support per-thread info.Chia-I Wu2009-07-171-109/+4
* egl: fix _eglGlobal initialization for WindowsJonathan White2008-08-041-3/+4
* egl: default API should be ESBrian Paul2008-06-201-1/+1
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-2/+1
* eliminate the context hash tableBrian Paul2008-05-271-2/+0
* some initial EGL 1.2 workBrian Paul2006-01-301-3/+36
* minor code movementBrian Paul2005-12-171-14/+0
* Some initial per-thread support.Brian Paul2005-12-101-5/+19
* report error token in message printed in _eglError()Brian Paul2005-11-241-1/+50
* change error messageBrian Paul2005-11-231-1/+2
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+14
* initial EGL codeBrian Paul2005-04-221-0/+51