summaryrefslogtreecommitdiff
path: root/src/egl/main/eglmisc.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-02egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen1-0/+1
2013-05-07egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg1-0/+1
2013-01-15egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace1-0/+3
2013-01-04egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg1-0/+1
2012-08-14egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick1-0/+2
2012-08-14egl: Implement front-end support for EGL_KHR_create_contextIan Romanick1-0/+1
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick1-3/+1
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-08-21egl: add Android-specific extensionsChia-I Wu1-0/+3
2011-07-02egl: add copyright noticesChia-I Wu1-12/+14
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+2
2011-01-14egl: Fix EGL_VERSION string.Chia-I Wu1-1/+1
2011-01-14egl: Fix an assertion in _eglUpdateAPIsString.Chia-I Wu1-1/+1
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu1-14/+17
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-29/+0
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/+2
2010-07-28egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg1-0/+4
2010-06-23egl: Add support for EGL_MESA_drm_display.Chia-I Wu1-0/+1
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu1-2/+2
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-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu1-10/+44
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-1/+1
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-0/+8
2009-10-15egl: Rework the synchronization primitives.Chia-I Wu1-1/+2
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu1-24/+30
2009-08-18egl: Overhaul driver API.Chia-I Wu1-3/+3
2008-06-19egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul1-52/+0
2008-06-10egl: some prototype API detection codeBrian Paul1-0/+52
2008-05-30egl: clean-up re-org of the client API stateBrian Paul1-2/+23
2008-05-28egl: move a few small functions into new eglmisc.[ch] filesBrian Paul1-0/+108