summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
...
* egl/main: expose only core EGL functions staticallyEmil Velikov2015-05-141-133/+132
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-111-278/+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-3/+27
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-301-0/+28
* egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2015-04-301-5/+29
* 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/+50
* egl: don't fill client apis string forever.Dave Airlie2015-03-191-0/+1
* egl: Remove eglQueryString virtual dispatch.Matt Turner2015-03-171-3/+12
* egl: Create queryable strings in eglInitialize().Matt Turner2015-03-131-0/+112
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-111-6/+8
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-061-8/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-061-6/+8
* egl/main: replace __FUNCTION__ with __func__Emil Velikov2015-03-051-3/+3
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-9/+10
* egl: Add Haiku code and supportAlexander von Gluck IV2014-12-231-0/+2
* egl: Expose EGL_KHR_get_all_proc_addresses and its client extensionChad Versace2014-12-071-0/+17
* egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh2014-06-031-0/+4
* egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor2014-06-021-2/+6
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-201-0/+23
* egl/main: Enable Linux platform extensionsChad Versace2014-03-171-22/+110
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-5/+26
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-1/+1
* eglCreateContext: Remove the check for whether config == 0Neil Roberts2014-03-121-5/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts2013-12-041-0/+25
* egl: Enable EGL_EXT_client_extensionsChad Versace2013-11-261-1/+7
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-071-1/+1
* egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen2013-08-021-0/+5
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-0/+32
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-6/+2
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-0/+20
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+21
* egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu2011-12-201-0/+5
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-201-30/+0
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-201-25/+0
* egl: add Android-specific extensionsChia-I Wu2011-08-211-0/+25
* egl: Native Display autodetectionBenjamin Franzke2011-08-151-4/+4
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Fix int <-> ptr casts.José Fonseca2011-05-121-1/+1
* egl: Use the right extension name in #ifdefKristian Høgsberg2011-04-251-1/+1
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+44
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-6/+3
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-6/+11
* egl: Drop dpy argument from the link functions.Chia-I Wu2010-10-231-9/+9
* egl: Check extensions.Chia-I Wu2010-09-301-11/+41
* egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu2010-09-101-1/+1
* egl: Add EGL_MESA_drm_image extensionKristian Høgsberg2010-08-251-0/+43
* egl: Allow core functions to be queried.Chia-I Wu2010-08-201-1/+38