summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-29egl: error out on eglCreateWaylandBufferFromImageWLEmil Velikov1-1/+2
2017-05-18egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace1-19/+0
2017-05-08egl: remove suprous header eglcompiler.hEmil Velikov1-1/+1
2017-05-04egl: Emit error when EGLSurface is lostChad Versace1-0/+36
2017-04-17EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman1-1/+5
2017-02-24eglapi: replace linear entrypoint search with binary searchEric Engestrom1-13/+24
2017-02-24eglapi: move entrypoints list out to its own fileEric Engestrom1-77/+1
2017-02-24eglapi: sort entrypoints listEric Engestrom1-37/+37
2017-02-24eglapi: use macro to map entrypoints to functionsEric Engestrom1-74/+75
2017-02-24eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom1-7/+24
2017-02-24eglapi: add entrypoint for eglDestroySyncKHREric Engestrom1-7/+21
2017-02-24eglapi: add entrypoint for eglDestroyImageKHREric Engestrom1-7/+21
2016-12-20egl: Check config's surface types in eglCreate*Surface()Chad Versace1-0/+10
2016-12-14egl: Fix crashes in eglCreate*Surface()Chad Versace1-2/+2
2016-12-09egl: add and enable EGL_KHR_config_attribsEmil Velikov1-0/+6
2016-12-09egl: unexport _eglConvertIntsToAttribsEric Engestrom1-1/+1
2016-12-09egl: rename static functions to match conventionEric Engestrom1-9/+9
2016-12-01egl: add EGL_ANDROID_native_fence_syncRob Clark1-4/+37
2016-11-17egl: fix helper function nameEric Engestrom1-4/+4
2016-11-04egl: make interop ABI visible againMarek Olšák1-2/+2
2016-10-27egl: fix error handling in _eglCreateSyncTapani Pälli1-2/+9
2016-10-25egl: add check that eglCreateContext gets a valid configTapani Pälli1-1/+3
2016-10-14egl: Implement EGL_MESA_platform_surfacelessChad Versace1-1/+41
2016-10-11egl: add eglSwapBuffersWithDamageKHREric Engestrom1-6/+26
2016-10-10egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace1-8/+27
2016-10-05egl: Implement EGL_KHR_debug (v2)Kyle Brenneman1-0/+145
2016-10-05egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman1-9/+142
2016-10-04egl: Add _eglConvertIntsToAttribs()Chad Versace1-0/+41
2016-10-04egl: Fix an error path in eglCreateSync*Chad Versace1-2/+12
2016-10-04egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace1-1/+1
2016-09-14egl: Factor out _eglGetSyncAttribCommonKyle Brenneman1-5/+13
2016-09-14egl: Factor out _eglWaitSyncCommonKyle Brenneman1-5/+13
2016-09-14egl: Lock the display in _eglCreateSync's callersKyle Brenneman1-6/+8
2016-09-14egl: Factor out _eglCreateImageCommon (v2)Kyle Brenneman1-5/+13
2016-09-14egl: Factor out _eglWaitClientCommonKyle Brenneman1-3/+8
2016-09-14egl: Use _eglCreatePixmapSurfaceCommon consistentlyKyle Brenneman1-15/+21
2016-09-14egl: Use _eglCreateWindowSurfaceCommon consistentlyKyle Brenneman1-10/+18
2016-09-14egl: Factor out _eglGetPlatformDisplayCommonKyle Brenneman1-5/+13
2016-09-12egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson1-2/+4
2016-09-07EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman1-30/+12
2016-06-03Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák1-65/+0
2016-06-02egl: Check if API is supported when using eglBindAPI.Plamena Manolova1-0/+65
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov1-3/+3
2016-05-24mesa_glinterop: make GL interop version field bidirectionalEmil Velikov1-1/+1
2016-05-24mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov1-2/+2
2016-05-23egl: Add OpenGL_ES to API string regardless of GLES versionPlamena Manolova1-7/+4
2016-04-20egl: implement EGL part of interop interface (v2)Marek Olšák1-0/+72
2016-04-05egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim1-1/+16
2016-04-01egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring1-0/+1
2016-04-01egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring1-0/+1