summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)Author
2010-08-19st/egl: Fix win32 build.Chia-I Wu
2010-08-17egl: Add support for EGL_KHR_fence_sync.Chia-I Wu
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-07-31egl: Fix '_eglAddAtExitCall' implicit declaration warning.Vinson Lee
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu
2010-07-28egl: Fix deref before NULL-checkKristian Høgsberg
2010-07-28egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg
2010-07-15egl: Return the correct array size in _eglFlattenArray.Chia-I Wu
2010-07-06egl: Remove unnecessary headers.Vinson Lee
2010-07-06egl: Rework driver loading.Chia-I Wu
2010-07-03egl: Always use EGLAPIENTRY in api function prototypesnobled
2010-06-30egl: Update MaxSize when a dynamic array is grown.Chia-I Wu
2010-06-30egl: Make _eglUnloadDrivers no-op on Windows.Chia-I Wu
2010-06-30egl: Store screens in a dynamic array.Chia-I Wu
2010-06-30egl: Store configs in a dynamic array.Chia-I Wu
2010-06-30egl: Add dynamic array.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: 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