summaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt2017-03-162-1/+4
* eglapi: replace linear entrypoint search with binary searchEric Engestrom2017-02-241-13/+24
* eglapi: move entrypoints list out to its own fileEric Engestrom2017-02-242-77/+78
* eglapi: sort entrypoints listEric Engestrom2017-02-241-37/+37
* eglapi: use macro to map entrypoints to functionsEric Engestrom2017-02-241-74/+75
* eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom2017-02-241-7/+24
* eglapi: add entrypoint for eglDestroySyncKHREric Engestrom2017-02-241-7/+21
* eglapi: add entrypoint for eglDestroyImageKHREric Engestrom2017-02-241-7/+21
* egl: _eglFilterArray's filter is always non-nullEmil Velikov2017-02-161-18/+9
* egl: remove duplicate 0 assignmentEric Engestrom2017-02-151-3/+0
* egl: Emit correct error when robust context creation failsChad Versace2016-12-271-12/+26
* egl: Check config's surface types in eglCreate*Surface()Chad Versace2016-12-201-0/+10
* egl: Fix crashes in eglCreate*Surface()Chad Versace2016-12-141-2/+2
* egl: add and enable EGL_KHR_config_attribsEmil Velikov2016-12-092-0/+7
* egl: unexport _eglConvertIntsToAttribsEric Engestrom2016-12-092-4/+1
* egl: rename static functions to match conventionEric Engestrom2016-12-091-9/+9
* egl: add EGL_ANDROID_native_fence_syncRob Clark2016-12-016-6/+62
* egl: un-fallthrough sync attr parsingRob Clark2016-12-011-3/+3
* egl: initialize SyncCondition after attr parsingRob Clark2016-12-011-1/+2
* egl: fix helper function nameEric Engestrom2016-11-171-4/+4
* egl: fix function name in debug stringEric Engestrom2016-11-171-1/+1
* egl: add missing error-checking to eglReleaseTexImage()Eric Engestrom2016-11-161-3/+40
* egl: make interop ABI visible againMarek Olšák2016-11-041-2/+2
* egl: use util/macros.hMarek Olšák2016-11-041-3/+2
* egl: set preserved behavior for surface only if config supports itTapani Pälli2016-10-271-1/+5
* egl: fix error handling in _eglCreateSyncTapani Pälli2016-10-271-2/+9
* egl: add check that eglCreateContext gets a valid configTapani Pälli2016-10-251-1/+3
* egl: fix type mismatch error type in _eglInitSurfaceTapani Pälli2016-10-251-1/+1
* egl: Implement EGL_MESA_platform_surfacelessChad Versace2016-10-144-1/+70
* egl: Don't advertise unsupported platform extensionsChad Versace2016-10-141-2/+8
* egl: add eglSwapBuffersWithDamageKHREric Engestrom2016-10-111-6/+26
* egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-104-48/+32
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-052-0/+146
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-054-12/+257
* egl: Drop duplicate check on EGLSync typeChad Versace2016-10-041-6/+0
* egl: Cleanup control flow in _eglParseSyncAttribListChad Versace2016-10-041-6/+8
* egl: Add _eglConvertIntsToAttribs()Chad Versace2016-10-042-0/+43
* egl: Fix an error path in eglCreateSync*Chad Versace2016-10-041-2/+12
* egl: Fix truncation error in _eglParseSyncAttribList64Chad Versace2016-10-041-3/+4
* egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace2016-10-041-1/+1
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-145-3/+27
* 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: Fix typoKyle Brenneman2016-09-141-1/+1