summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.c
AgeCommit message (Expand)Author
2010-12-09Revert "egl: Drop broken _EGL_PLATFORM_NO_OS code"Chia-I Wu
2010-11-02egl: Rework _eglGetSearchPath.Chia-I Wu
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu
2010-09-30egl: remove duplicated includeNicolas Kaiser
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu
2010-07-06egl: Remove unnecessary headers.Vinson Lee
2010-07-06egl: Rework driver loading.Chia-I Wu
2010-06-30egl: Make _eglUnloadDrivers no-op on Windows.Chia-I Wu
2010-06-29egl: Remove st/egl probe code.Chia-I Wu
2010-06-29egl: Do not call drv->Initialize with global mutex locked.Chia-I Wu
2010-06-29st/egl: Build a single EGL driver.Chia-I Wu
2010-06-29st/egl: One driver per hardware.Chia-I Wu
2010-06-23egl: Introduce platform displays internally.Chia-I Wu
2010-06-17egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu
2010-06-17egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.Chia-I Wu
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu
2010-05-27egl: Return NULL if we fail to load a default driverKristian Høgsberg
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg
2010-05-13egl: Drop broken _EGL_PLATFORM_NO_OS codeKristian Høgsberg
2010-05-13egl: Don't try to load driver basename if the platform needs a suffixKristian Høgsberg
2010-05-08egl: Add _eglSearchPathForEach.Chia-I Wu
2010-02-19egl: Silence warnings when compiled with -pedantic.Chia-I Wu
2010-02-17egl: Revisit global data locking.Chia-I Wu
2010-02-04egl: fix wrong argument. Use loader_data instead of loaderIgor Oliveira
2010-02-03egl: Rename _eglPreloadForEach callbacks.Chia-I Wu
2010-02-03egl: Fix a potential segfault in driver suffix matching.Chia-I Wu
2010-02-03egl: Remove unnecessary #ifdef's.Chia-I Wu
2010-02-03egl: Ignore certain environment variables when setuid/setgid.Chia-I Wu
2010-02-03egl: Add EGL_DRIVERS_PATH environment variable.Chia-I Wu
2010-01-31egl: Remove unnecessary headers.Vinson Lee
2010-01-30egl: Clean up header inclusions.Chia-I Wu
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu
2010-01-24egl: Add and use make_library_path.Chia-I Wu
2010-01-24egl: Remove _eglFindAPIs.Chia-I Wu
2010-01-22egl: Remove egl_softpipe.Chia-I Wu
2010-01-20egl: Add a simple cache for driver probe.Chia-I Wu
2010-01-20egl: Improve driver matching.Chia-I Wu
2010-01-20egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu
2010-01-20egl: Add _eglPreloadDrivers.Chia-I Wu
2009-10-15egl: Rework the synchronization primitives.Chia-I Wu
2009-10-13egl: Add support for driver built-in.Chia-I Wu
2009-08-21egl: Make _eglChooseDriver return the filename of the driver.Chia-I Wu
2009-08-21egl: Remove dependency on libX11.Chia-I Wu
2009-08-18egl: _eglCloseDriver should be no-op.Chia-I Wu
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Change the way drivers are loaded.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu