summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-22egl: remove final Windows specific workaroundEmil Velikov1-5/+0
2015-07-22egl: remove custom string functionsEmil Velikov1-2/+1
2015-05-14egl/main: cleanup function prototypesEmil Velikov1-4/+0
2015-05-14egl/main: drop support for external egl driversEmil Velikov1-351/+13
2015-03-11egl/main: use c11/threads' mutex directlyEmil Velikov1-4/+4
2015-03-06Revert "egl/main: use c11/threads' mutex directly"Emil Velikov1-4/+4
2015-03-06egl/main: use c11/threads' mutex directlyEmil Velikov1-4/+4
2015-03-04st/egl: Remove.Jose Fonseca1-3/+0
2014-12-23egl: Add Haiku code and supportAlexander von Gluck IV1-0/+6
2014-11-14egl: remove egl_gallium from the loaderMarek Olšák1-14/+0
2014-02-05egl/glx: Remove egl_glx driverChad Versace1-3/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-11-26egl: Kill macro _EGL_DECLARE_MUTEXChad Versace1-1/+1
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2011-01-30egl: Make the transition to built-in drivers more smooth.Chia-I Wu1-5/+24
2011-01-13egl: Improve driver selection.Chia-I Wu1-0/+5
2011-01-13egl: Simplify driver matching.Chia-I Wu1-73/+48
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu1-5/+3
2011-01-12egl: When EGL_DRIVER is set, do not add other drivers.Chia-I Wu1-5/+14
2011-01-12scons: Updates for targets/egl-static.Chia-I Wu1-0/+3
2011-01-12targets/egl-static: New EGL target for scons.Chia-I Wu1-6/+14
2011-01-10egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu1-85/+50
2010-12-12egl: Do not unload drivers.Chia-I Wu1-5/+11
2010-11-02egl: Rework _eglGetSearchPath.Chia-I Wu1-19/+46
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-79/+0
2010-09-30egl: remove duplicated includeNicolas Kaiser1-1/+0
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu1-0/+9
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu1-1/+0
2010-07-06egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-07-06egl: Rework driver loading.Chia-I Wu1-154/+334
2010-06-30egl: Make _eglUnloadDrivers no-op on Windows.Chia-I Wu1-0/+4
2010-06-29egl: Remove st/egl probe code.Chia-I Wu1-48/+0
2010-06-29egl: Do not call drv->Initialize with global mutex locked.Chia-I Wu1-3/+9
2010-06-29st/egl: Build a single EGL driver.Chia-I Wu1-82/+3
2010-06-29st/egl: One driver per hardware.Chia-I Wu1-36/+6
2010-06-23egl: Introduce platform displays internally.Chia-I Wu1-0/+10
2010-06-17egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu1-8/+11
2010-06-17egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.Chia-I Wu1-12/+12
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu1-4/+6
2010-05-27egl: Return NULL if we fail to load a default driverKristian Høgsberg1-1/+1
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg1-16/+32
2010-05-13egl: Drop broken _EGL_PLATFORM_NO_OS codeKristian Høgsberg1-32/+0
2010-05-13egl: Don't try to load driver basename if the platform needs a suffixKristian Høgsberg1-3/+5
2010-05-08egl: Add _eglSearchPathForEach.Chia-I Wu1-0/+15
2010-02-19egl: Silence warnings when compiled with -pedantic.Chia-I Wu1-1/+7
2010-02-17egl: Revisit global data locking.Chia-I Wu1-1/+14
2010-02-04egl: fix wrong argument. Use loader_data instead of loaderIgor Oliveira1-1/+1
2010-02-03egl: Rename _eglPreloadForEach callbacks.Chia-I Wu1-12/+12
2010-02-03egl: Fix a potential segfault in driver suffix matching.Chia-I Wu1-3/+5
2010-02-03egl: Remove unnecessary #ifdef's.Chia-I Wu1-8/+0