summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglglobals.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-051-0/+5
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-141-0/+10
* egl: remove unused _egl_global::ClientExtensionsMarek Olšák2015-06-051-9/+0
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-111-2/+2
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-061-2/+2
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-061-2/+2
* egl: Expose EGL_KHR_get_all_proc_addresses and its client extensionChad Versace2014-12-071-0/+1
* egl/main: Enable Linux platform extensionsChad Versace2014-03-171-0/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: Enable EGL_EXT_client_extensionsChad Versace2013-11-261-0/+7
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-2/+0
* egl: Rework driver loading.Chia-I Wu2010-07-061-4/+0
* egl: Revisit global data locking.Chia-I Wu2010-02-171-0/+1
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-2/+1
* egl: Allow binding to any client API.Chia-I Wu2009-10-131-3/+0
* egl: Remove hash table for displays.Chia-I Wu2009-08-181-1/+5
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-2/+0
* egl: Add _eglAddAtExitCall.Chia-I Wu2009-08-111-0/+9
* egl: Make _eglGlobal initialize statically.Chia-I Wu2009-08-111-10/+0
* egl: Make display and surface hash tables local.Chia-I Wu2009-08-111-4/+0
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-0/+1
* egl: Support per-thread info.Chia-I Wu2009-07-171-30/+1
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-0/+3
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-4/+4
* added EGL_OPENGL_API caseBrian Paul2008-05-271-0/+1
* eliminate the context hash tableBrian Paul2008-05-271-1/+0
* some initial EGL 1.2 workBrian Paul2006-01-301-2/+15
* minor code movementBrian Paul2005-12-171-4/+0
* Some initial per-thread support.Brian Paul2005-12-101-4/+19
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+6
* initial EGL codeBrian Paul2005-04-221-0/+38