summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Fix crashes in eglCreate*Surface()Chad Versace2016-12-161-2/+2
* egl: make interop ABI visible againMarek Olšák2016-11-091-2/+2
* egl: add check that eglCreateContext gets a valid configTapani Pälli2016-10-271-1/+3
* egl: Implement EGL_MESA_platform_surfacelessChad Versace2016-10-141-1/+41
* egl: add eglSwapBuffersWithDamageKHREric Engestrom2016-10-111-6/+26
* egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-101-8/+27
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-051-0/+145
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-051-9/+142
* egl: Add _eglConvertIntsToAttribs()Chad Versace2016-10-041-0/+41
* egl: Fix an error path in eglCreateSync*Chad Versace2016-10-041-2/+12
* egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace2016-10-041-1/+1
* egl: Factor out _eglGetSyncAttribCommonKyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitSyncCommonKyle Brenneman2016-09-141-5/+13
* egl: Lock the display in _eglCreateSync's callersKyle Brenneman2016-09-141-6/+8
* egl: Factor out _eglCreateImageCommon (v2)Kyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitClientCommonKyle Brenneman2016-09-141-3/+8
* egl: Use _eglCreatePixmapSurfaceCommon consistentlyKyle Brenneman2016-09-141-15/+21
* egl: Use _eglCreateWindowSurfaceCommon consistentlyKyle Brenneman2016-09-141-10/+18
* egl: Factor out _eglGetPlatformDisplayCommonKyle Brenneman2016-09-141-5/+13
* egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson2016-09-121-2/+4
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-071-30/+12
* Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák2016-06-031-65/+0
* egl: Check if API is supported when using eglBindAPI.Plamena Manolova2016-06-021-0/+65
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-3/+3
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-1/+1
* mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov2016-05-241-2/+2
* egl: Add OpenGL_ES to API string regardless of GLES versionPlamena Manolova2016-05-231-7/+4
* egl: implement EGL part of interop interface (v2)Marek Olšák2016-04-201-0/+72
* egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim2016-04-051-1/+16
* egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring2016-04-011-0/+1
* egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring2016-04-011-0/+1
* egl: remove remnants of MESA_drm_displayEmil Velikov2016-03-091-9/+0
* egl: remove final pieces of KHR_vg_parent_imageEmil Velikov2016-03-091-1/+0
* egl: move Null check to eglGetSyncAttribKHR to prevent SegfaultDongwon Kim2016-02-191-2/+8
* egl: remove ifdef $(egl_extension) compile guardsEmil Velikov2015-08-011-35/+1
* egl: remove custom string functionsEmil Velikov2015-07-221-2/+1
* egl: sort extension lists alphabeticallyMarek Olšák2015-07-031-27/+26
* egl: expose EGL 1.5 if all requirements are metMarek Olšák2015-06-051-0/+15
* egl: return correct invalid-type error from eglCreateSyncMarek Olšák2015-06-051-8/+19
* egl: add new platform functions (v2)Marek Olšák2015-06-051-0/+54
* egl: add eglCreateImage (v2)Marek Olšák2015-06-051-0/+42
* egl: add eglGetSyncAttrib (v2)Marek Olšák2015-06-051-3/+22
* egl: add eglWaitSyncMarek Olšák2015-06-051-0/+12
* egl: add EGL 1.5 functions that don't need any changes from extensionsMarek Olšák2015-06-051-12/+16
* egl: use EGL 1.5 types without suffixesMarek Olšák2015-06-051-20/+20
* egl: combine VersionMajor and VersionMinor into one variableMarek Olšák2015-06-051-5/+4
* egl: set the EGL version in common codeMarek Olšák2015-06-051-0/+7
* egl: remove remaining EGL_MESA_copy_context skeletonEmil Velikov2015-05-141-1/+0
* egl/main: fix EGL_KHR_get_all_proc_addressesEmil Velikov2015-05-141-3/+3
* egl: more define fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau2015-05-141-1/+1