summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)Author
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: Add support for EGL_MESA_drm_display.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-31Define PUBLIC to dllexport on MSVC.Chia-I Wu
2010-05-31Always define int32_t in compiler headers.Chia-I Wu
2010-05-27egl: Return NULL if we fail to load a default driverKristian Høgsberg
2010-05-14egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg
2010-05-14egl: Only allow valid config attributes in _eglParseConfigAttribList()Kristian Høgsberg
2010-05-14egl: Silence uninitialized variable warnings.Vinson Lee
2010-05-13egl: Implement EGL_NOK_swap_regionKristian 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-05-04Add egl.pc fileKristian Høgsberg
2010-04-19Merge branch '7.8'Dan Nicholson
2010-04-19egl: Pass flags to locate Xlib headers and librariesDan Nicholson
2010-04-06egl: Unbind the old context in _eglBindContext.Chia-I Wu
2010-04-06egl: Fix eglMakeCurrent with different surfaces.Chia-I Wu
2010-03-28egl: Make _eglBindContextToSurfaces more readable.Chia-I Wu
2010-03-28egl: Always return the previously bound context.Chia-I Wu
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick
2010-02-23egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu
2010-02-19egl: Silence warnings when compiled with -pedantic.Chia-I Wu
2010-02-19egl: Silence warnings in check/return macros.Chia-I Wu
2010-02-17egl: Revisit global data locking.Chia-I Wu
2010-02-17egl: Always lock a display before using it.Chia-I Wu
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu
2010-02-17egl: Add a mutex to _EGLDisplay.Chia-I Wu
2010-02-17egl: eglGetError should return the status of the last call.Chia-I Wu
2010-02-17egl: Always record error code.Chia-I Wu
2010-02-17egl: Use new error checking macros.Chia-I Wu
2010-02-17egl: Add new error checking macros.Chia-I Wu
2010-02-05egl: Add debug messages to config validation and matching.Chia-I Wu
2010-02-05egl: Clean up eglconfig.h.Chia-I Wu
2010-02-05egl: Update the comments to typecast macros.Chia-I Wu
2010-02-05egl: Clarify IsLinked and IsBound.Chia-I Wu
2010-02-04egl: Add macros to define typecast functions.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