aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-191-1/+1
* egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace2017-05-181-19/+0
* egl: fix android logger compilationTapani Pälli2017-05-151-5/+5
* egl: simplify the Android loggerEmil Velikov2017-05-111-27/+7
* egl: Fix -Wint-to-pointer-castChad Versace2017-05-081-1/+1
* egl: use designated initializersEmil Velikov2017-05-081-8/+7
* egl: drop unneeded sentinel from level_strings[]Emil Velikov2017-05-081-2/+2
* egl: remove suprous header eglcompiler.hEmil Velikov2017-05-084-51/+2
* egl: remove unneeded else statement in _eglInitLoggerEmil Velikov2017-05-081-3/+0
* egl: remove no longer needed logger infraEmil Velikov2017-05-082-49/+6
* egl: fold Android logger into main/Emil Velikov2017-05-081-0/+36
* egl: remove unused _eglSetLogLevel()Emil Velikov2017-05-082-25/+0
* egl: avoid dereferencing a null displayEric Engestrom2017-05-081-1/+3
* egl: Emit error when EGLSurface is lostChad Versace2017-05-043-0/+42
* egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attributeAdam Jackson2017-05-042-7/+13
* egl: initialise dummy_thread via _eglInitThreadInfoEmil Velikov2017-04-291-9/+4
* 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