summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-101-2/+1
* egl: Add _eglConvertIntsToAttribs()Chad Versace2016-10-041-0/+2
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-6/+6
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-1/+1
* egl: implement EGL part of interop interface (v2)Marek Olšák2016-04-201-0/+9
* egl: clean up typedef madness in the backend APIMarek Olšák2016-03-101-140/+140
* egl: remove ifdef $(egl_extension) compile guardsEmil Velikov2015-08-011-24/+0
* egl: add eglGetSyncAttrib (v2)Marek Olšák2015-06-051-2/+2
* egl: use EGL 1.5 types without suffixesMarek Olšák2015-06-051-2/+2
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-141-0/+10
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-111-31/+0
* egl: image_dma_buf_export - use KHR 64-bit typeDave Airlie2015-05-051-1/+1
* egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák2015-04-301-1/+1
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-301-0/+2
* egl: misc fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau2015-04-291-1/+1
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-011-0/+10
* egl: Remove eglQueryString virtual dispatch.Matt Turner2015-03-171-2/+0
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-201-0/+3
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts2013-12-041-0/+8
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-071-1/+1
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-0/+7
* egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg2013-01-041-0/+6
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-0/+2
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+4
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-201-12/+0
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-201-8/+0
* egl: add Android-specific extensionsChia-I Wu2011-08-211-0/+8
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+11
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-1/+1
* egl: Add EGL_MESA_drm_image extensionKristian Høgsberg2010-08-251-0/+10
* egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+18
* egl: Implement EGL_NOK_swap_regionKristian Høgsberg2010-05-131-0/+7
* egl: Always lock a display before using it.Chia-I Wu2010-02-171-0/+1
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+1
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-0/+1
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-3/+3
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-1/+12
* egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-121-1/+1
* egl: Rework the synchronization primitives.Chia-I Wu2009-10-151-4/+2
* egl: Rework eglSwapInterval.Chia-I Wu2009-10-151-1/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-37/+37
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-1/+10
* some initial EGL 1.2 workBrian Paul2006-01-301-1/+14
* Some initial per-thread support.Brian Paul2005-12-101-2/+2
* Move all the EGL API function pointers into a new _egl_api struct.Brian Paul2005-11-241-0/+106