summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-20egl: add EGL_NV_post_sub_bufferFredrik Höglund1-0/+2
2011-12-20egl: remove EGL_ANDROID_swap_rectangleChia-I Wu1-1/+0
2011-09-20egl: add null platformChia-I Wu1-0/+1
2011-08-21egl: add Android-specific extensionsChia-I Wu1-0/+3
2011-08-21egl: add _EGL_PLATFORM_ANDROIDChia-I Wu1-0/+1
2011-08-15egl: Native Display autodetectionBenjamin Franzke1-1/+1
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+2
2011-02-07egl: Add wayland platformBenjamin Franzke1-0/+1
2011-01-13egl: Improve driver selection.Chia-I Wu1-0/+1
2011-01-13egl: Simplify driver matching.Chia-I Wu1-0/+5
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu1-14/+14
2010-10-23egl: Add reference count for resources.Chia-I Wu1-0/+13
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu1-1/+1
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg1-0/+1
2010-08-17egl: Add support for EGL_KHR_fence_sync.Chia-I Wu1-0/+1
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu1-0/+6
2010-07-28egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg1-0/+3
2010-06-30egl: Store screens in a dynamic array.Chia-I Wu1-3/+1
2010-06-30egl: Store configs in a dynamic array.Chia-I Wu1-3/+2
2010-06-29st/egl: One driver per hardware.Chia-I Wu1-0/+4
2010-06-23egl: Add support for EGL_MESA_drm_display.Chia-I Wu1-0/+1
2010-06-23egl: Introduce platform displays internally.Chia-I Wu1-3/+16
2010-05-14egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg1-0/+1
2010-05-13egl: Implement EGL_NOK_swap_regionKristian Høgsberg1-0/+1
2010-02-23egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu1-24/+0
2010-02-19egl: Silence warnings when compiled with -pedantic.Chia-I Wu1-0/+2
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu1-23/+1
2010-02-17egl: Add a mutex to _EGLDisplay.Chia-I Wu1-0/+3
2010-01-31egl: Clean up surface attributes.Chia-I Wu1-2/+0
2010-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu1-0/+5
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+1
2010-01-28egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu1-0/+1
2010-01-26egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu1-1/+5
2010-01-26egl: Mark _eglCheckResource as PUBLIC.Chia-I Wu1-1/+1
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu1-2/+2
2010-01-25egl: Make resource void pointer in _eglCheckResource.Chia-I Wu1-3/+3
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-0/+3
2010-01-24egl: Remove unused casting functions.Chia-I Wu1-21/+0
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu1-4/+1
2010-01-24egl: Add _EGLResource and _EGLResourceType.Chia-I Wu1-0/+49
2010-01-24egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu1-55/+0
2010-01-24egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu1-55/+0
2010-01-20egl: Improve driver matching.Chia-I Wu1-1/+0
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu1-4/+0
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu1-2/+2
2009-09-29egl: Rework config lookup.Chia-I Wu1-0/+1
2009-08-26egl: Remove Xdpy from EGLDisplay.Chia-I Wu1-8/+0
2009-08-21egl: Remove dependency on libX11.Chia-I Wu1-0/+4
2009-08-21egl: Check for null display in handle checking.Chia-I Wu1-3/+6