summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-03egl: Ignore certain environment variables when setuid/setgid.Chia-I Wu1-2/+16
2010-02-03egl: Add EGL_DRIVERS_PATH environment variable.Chia-I Wu1-99/+191
2010-01-31egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+1
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu1-22/+1
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-0/+6
2010-01-24egl: Add and use make_library_path.Chia-I Wu1-27/+49
2010-01-24egl: Remove _eglFindAPIs.Chia-I Wu1-52/+0
2010-01-22egl: Remove egl_softpipe.Chia-I Wu1-1/+1
2010-01-20egl: Add a simple cache for driver probe.Chia-I Wu1-0/+48
2010-01-20egl: Improve driver matching.Chia-I Wu1-16/+19
2010-01-20egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu1-8/+8
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu1-114/+0