summaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* egl/display: make platform detection thread-safeEric Engestrom2017-06-281-7/+12
* egl/display: only detect the platform onceEric Engestrom2017-06-281-14/+17
* egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT caseTapani Pälli2017-06-141-1/+5
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-311-1/+1
* egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace2017-05-191-19/+0
* egl: Emit error when EGLSurface is lostChad Versace2017-05-083-0/+42
* EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman2017-04-177-5/+285
* 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