summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglmisc.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts2013-12-041-0/+1
* egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen2013-08-021-0/+1
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-0/+1
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-151-0/+3
* egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg2013-01-041-0/+1
* egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick2012-08-141-0/+2
* egl: Implement front-end support for EGL_KHR_create_contextIan Romanick2012-08-141-0/+1
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-3/+1
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+2
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-201-1/+0
* egl: add Android-specific extensionsChia-I Wu2011-08-211-0/+3
* egl: add copyright noticesChia-I Wu2011-07-021-12/+14
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+2
* egl: Fix EGL_VERSION string.Chia-I Wu2011-01-141-1/+1
* egl: Fix an assertion in _eglUpdateAPIsString.Chia-I Wu2011-01-141-1/+1
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-14/+17
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-29/+0
* egl: Add EGL_MESA_drm_image extensionKristian Høgsberg2010-08-251-0/+1
* egl: Add support for EGL_KHR_fence_sync.Chia-I Wu2010-08-171-0/+1
* egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+2
* egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg2010-07-281-0/+4
* egl: Add support for EGL_MESA_drm_display.Chia-I Wu2010-06-231-0/+1
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-311-2/+2
* egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg2010-05-141-0/+1
* egl: Implement EGL_NOK_swap_regionKristian Høgsberg2010-05-131-0/+1
* egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu2010-01-311-10/+44
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+1
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+8
* egl: Rework the synchronization primitives.Chia-I Wu2009-10-151-1/+2
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-24/+30
* egl: Overhaul driver API.Chia-I Wu2009-08-181-3/+3
* egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul2008-06-191-52/+0
* egl: some prototype API detection codeBrian Paul2008-06-101-0/+52
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-2/+23
* egl: move a few small functions into new eglmisc.[ch] filesBrian Paul2008-05-281-0/+108