summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.c
Commit message (Expand)AuthorAgeFilesLines
* egl: remove final Windows specific workaroundEmil Velikov2015-07-221-5/+0
* egl: remove custom string functionsEmil Velikov2015-07-221-2/+1
* egl/main: cleanup function prototypesEmil Velikov2015-05-141-4/+0
* egl/main: drop support for external egl driversEmil Velikov2015-05-141-351/+13
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-111-4/+4
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-061-4/+4
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-061-4/+4
* st/egl: Remove.Jose Fonseca2015-03-041-3/+0
* egl: Add Haiku code and supportAlexander von Gluck IV2014-12-231-0/+6
* egl: remove egl_gallium from the loaderMarek Olšák2014-11-141-14/+0
* egl/glx: Remove egl_glx driverChad Versace2014-02-051-3/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: Kill macro _EGL_DECLARE_MUTEXChad Versace2013-11-261-1/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Make the transition to built-in drivers more smooth.Chia-I Wu2011-01-301-5/+24
* egl: Improve driver selection.Chia-I Wu2011-01-131-0/+5
* egl: Simplify driver matching.Chia-I Wu2011-01-131-73/+48
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-5/+3
* egl: When EGL_DRIVER is set, do not add other drivers.Chia-I Wu2011-01-121-5/+14
* scons: Updates for targets/egl-static.Chia-I Wu2011-01-121-0/+3
* targets/egl-static: New EGL target for scons.Chia-I Wu2011-01-121-6/+14
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-101-85/+50
* egl: Do not unload drivers.Chia-I Wu2010-12-121-5/+11
* egl: Rework _eglGetSearchPath.Chia-I Wu2010-11-021-19/+46
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-79/+0
* egl: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+9
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-1/+0
* egl: Remove unnecessary headers.Vinson Lee2010-07-061-1/+0
* egl: Rework driver loading.Chia-I Wu2010-07-061-154/+334
* egl: Make _eglUnloadDrivers no-op on Windows.Chia-I Wu2010-06-301-0/+4
* egl: Remove st/egl probe code.Chia-I Wu2010-06-291-48/+0
* egl: Do not call drv->Initialize with global mutex locked.Chia-I Wu2010-06-291-3/+9
* st/egl: Build a single EGL driver.Chia-I Wu2010-06-291-82/+3
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-36/+6
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-0/+10
* egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu2010-06-171-8/+11
* egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.Chia-I Wu2010-06-171-12/+12
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-311-4/+6
* egl: Return NULL if we fail to load a default driverKristian Høgsberg2010-05-271-1/+1
* egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-131-16/+32
* egl: Drop broken _EGL_PLATFORM_NO_OS codeKristian Høgsberg2010-05-131-32/+0
* egl: Don't try to load driver basename if the platform needs a suffixKristian Høgsberg2010-05-131-3/+5
* egl: Add _eglSearchPathForEach.Chia-I Wu2010-05-081-0/+15
* egl: Silence warnings when compiled with -pedantic.Chia-I Wu2010-02-191-1/+7
* egl: Revisit global data locking.Chia-I Wu2010-02-171-1/+14
* egl: fix wrong argument. Use loader_data instead of loaderIgor Oliveira2010-02-041-1/+1
* egl: Rename _eglPreloadForEach callbacks.Chia-I Wu2010-02-031-12/+12
* egl: Fix a potential segfault in driver suffix matching.Chia-I Wu2010-02-031-3/+5
* egl: Remove unnecessary #ifdef's.Chia-I Wu2010-02-031-8/+0