summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcurrent.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-051-3/+88
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-141-2/+1
* egl: fix gcc warning braces around scalar initializerTimothy Arceri2016-09-121-1/+1
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-071-13/+2
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-111-8/+0
* egl: fix cast to silence compiler warningBrian Paul2015-03-131-1/+1
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-111-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-111-7/+6
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-061-6/+7
* Revert "egl/main: convert thread management to use c11 threads"Emil Velikov2015-03-061-6/+42
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-061-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-061-7/+6
* egl/main: no longer export internal functionEmil Velikov2015-03-051-1/+1
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-9/+11
* egl: Kill macro _EGL_DECLARE_MUTEXChad Versace2013-11-261-1/+1
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-011-3/+3
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+28
* egl: add missing case in _eglError()Brian Paul2010-12-311-1/+4
* egl: Set up the pthread key even TLS is used.Chia-I Wu2010-11-031-27/+13
* egl: Fix '_eglAddAtExitCall' implicit declaration warning.Vinson Lee2010-07-311-0/+1
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-1/+2
* egl: Always record error code.Chia-I Wu2010-02-171-4/+5
* egl: Remove unnecessary headers.Vinson Lee2010-01-311-1/+0
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-2/+2
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-37/+0
* egl: Add _eglGetAPIContext.Chia-I Wu2010-01-261-1/+12
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-1/+1
* egl: Fix GLX_USE_TLS build.Chia-I Wu2009-10-151-1/+1
* egl: Allow binding to any client API.Chia-I Wu2009-10-131-1/+1
* egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu2009-08-111-2/+3
* egl: Initialize current thread management on demand.Chia-I Wu2009-08-111-18/+19
* egl: Destroy eglThreadInfo on thread exit.Chia-I Wu2009-08-111-16/+73
* egl: commit missing eglcurrent.[ch] filesBrian Paul2009-07-171-0/+283