summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-22egl: remove custom string functionsEmil Velikov1-2/+1
2015-07-03egl: sort extension lists alphabeticallyMarek Olšák1-27/+26
2015-06-05egl: expose EGL 1.5 if all requirements are metMarek Olšák1-0/+15
2015-06-05egl: return correct invalid-type error from eglCreateSyncMarek Olšák1-8/+19
2015-06-05egl: add new platform functions (v2)Marek Olšák1-0/+54
2015-06-05egl: add eglCreateImage (v2)Marek Olšák1-0/+42
2015-06-05egl: add eglGetSyncAttrib (v2)Marek Olšák1-3/+22
2015-06-05egl: add eglWaitSyncMarek Olšák1-0/+12
2015-06-05egl: add EGL 1.5 functions that don't need any changes from extensionsMarek Olšák1-12/+16
2015-06-05egl: use EGL 1.5 types without suffixesMarek Olšák1-20/+20
2015-06-05egl: combine VersionMajor and VersionMinor into one variableMarek Olšák1-5/+4
2015-06-05egl: set the EGL version in common codeMarek Olšák1-0/+7
2015-05-14egl: remove remaining EGL_MESA_copy_context skeletonEmil Velikov1-1/+0
2015-05-14egl/main: fix EGL_KHR_get_all_proc_addressesEmil Velikov1-3/+3
2015-05-14egl: more define fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau1-1/+1
2015-05-14egl/main: expose only core EGL functions staticallyEmil Velikov1-133/+132
2015-05-11egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson1-278/+0
2015-05-05egl: image_dma_buf_export - use KHR 64-bit typeDave Airlie1-1/+1
2015-04-30egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák1-3/+27
2015-04-30egl/dri2: implement EGL_KHR_wait_syncMarek Olšák1-0/+28
2015-04-30egl/dri2: implement EGL_KHR_fence_syncMarek Olšák1-5/+29
2015-04-29egl: misc fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau1-1/+1
2015-04-01egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie1-0/+50
2015-03-19egl: don't fill client apis string forever.Dave Airlie1-0/+1
2015-03-17egl: Remove eglQueryString virtual dispatch.Matt Turner1-3/+12
2015-03-13egl: Create queryable strings in eglInitialize().Matt Turner1-0/+112
2015-03-11egl/main: use c11/threads' mutex directlyEmil Velikov1-6/+8
2015-03-06Revert "egl/main: use c11/threads' mutex directly"Emil Velikov1-8/+6
2015-03-06egl/main: use c11/threads' mutex directlyEmil Velikov1-6/+8
2015-03-05egl/main: replace __FUNCTION__ with __func__Emil Velikov1-3/+3
2015-03-05egl/main: replace INLINE with inlineEmil Velikov1-9/+10
2014-12-23egl: Add Haiku code and supportAlexander von Gluck IV1-0/+2
2014-12-07egl: Expose EGL_KHR_get_all_proc_addresses and its client extensionChad Versace1-0/+17
2014-06-03egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh1-0/+4
2014-06-02egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor1-2/+6
2014-05-20egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp1-0/+23
2014-03-17egl/main: Enable Linux platform extensionsChad Versace1-22/+110
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace1-5/+26
2014-03-12Add the EGL_MESA_configless_context extensionNeil Roberts1-1/+1
2014-03-12eglCreateContext: Remove the check for whether config == 0Neil Roberts1-5/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-04wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts1-0/+25
2013-11-26egl: Enable EGL_EXT_client_extensionsChad Versace1-1/+7
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira1-1/+1
2013-08-02egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen1-0/+5
2013-05-07egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg1-0/+32
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick1-6/+2
2012-07-11egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg1-0/+20
2011-12-20egl: add EGL_NV_post_sub_bufferFredrik Höglund1-0/+21
2011-12-20egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu1-0/+5