summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.h
AgeCommit message (Expand)Author
2011-03-16android: Add Android EGL extensions.Chia-I Wu
2011-03-16android: Add _EGL_PLATFORM_ANDROID.Chia-I Wu
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
2011-02-07egl: Add wayland platformBenjamin Franzke
2011-01-13egl: Improve driver selection.Chia-I Wu
2011-01-13egl: Simplify driver matching.Chia-I Wu
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu
2010-10-23egl: Add reference count for resources.Chia-I Wu
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg
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-28egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg
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-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-05-14egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg
2010-05-13egl: Implement EGL_NOK_swap_regionKristian Høgsberg
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-17egl: Make eglGetDisplay atomic.Chia-I Wu
2010-02-17egl: Add a mutex to _EGLDisplay.Chia-I Wu
2010-01-31egl: Clean up surface attributes.Chia-I Wu
2010-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu
2010-01-30egl: Clean up header inclusions.Chia-I Wu
2010-01-28egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu
2010-01-26egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu
2010-01-26egl: Mark _eglCheckResource as PUBLIC.Chia-I Wu
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-25egl: Make resource void pointer in _eglCheckResource.Chia-I Wu
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu
2010-01-24egl: Remove unused casting functions.Chia-I Wu
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
2010-01-24egl: Add _EGLResource and _EGLResourceType.Chia-I Wu
2010-01-24egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu
2010-01-24egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu
2010-01-20egl: Improve driver matching.Chia-I Wu
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu
2009-09-29egl: Rework config lookup.Chia-I Wu
2009-08-26egl: Remove Xdpy from EGLDisplay.Chia-I Wu
2009-08-21egl: Remove dependency on libX11.Chia-I Wu
2009-08-21egl: Check for null display in handle checking.Chia-I Wu
2009-08-18egl: Add back handle checking.Chia-I Wu
2009-08-18egl: Make lookup functions static inline.Chia-I Wu
2009-08-18egl: Remove hash table for displays.Chia-I Wu
2009-08-18egl: Remove hash table for surfaces.Chia-I Wu
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu