summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)AuthorFilesLines
2017-05-30egl: introduce DMA_BUF_MAX_PLANESPekka Paalanen1-3/+5
2017-05-29egl: error out on eglCreateWaylandBufferFromImageWLEmil Velikov1-1/+2
2017-05-19configure: update remaining --with-egl-platforms referencesEmil Velikov1-1/+1
2017-05-18egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace1-19/+0
2017-05-15egl: fix android logger compilationTapani Pälli1-5/+5
2017-05-11egl: simplify the Android loggerEmil Velikov1-27/+7
2017-05-08egl: Fix -Wint-to-pointer-castChad Versace1-1/+1
2017-05-08egl: use designated initializersEmil Velikov1-8/+7
2017-05-08egl: drop unneeded sentinel from level_strings[]Emil Velikov1-2/+2
2017-05-08egl: remove suprous header eglcompiler.hEmil Velikov4-51/+2
2017-05-08egl: remove unneeded else statement in _eglInitLoggerEmil Velikov1-3/+0
2017-05-08egl: remove no longer needed logger infraEmil Velikov2-49/+6
2017-05-08egl: fold Android logger into main/Emil Velikov1-0/+36
2017-05-08egl: remove unused _eglSetLogLevel()Emil Velikov2-25/+0
2017-05-08egl: avoid dereferencing a null displayEric Engestrom1-1/+3
2017-05-04egl: Emit error when EGLSurface is lostChad Versace3-0/+42
2017-05-04egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attributeAdam Jackson2-7/+13
2017-04-29egl: initialise dummy_thread via _eglInitThreadInfoEmil Velikov1-9/+4
2017-04-17EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman7-5/+285
2017-03-16egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt2-1/+4
2017-02-24eglapi: replace linear entrypoint search with binary searchEric Engestrom1-13/+24
2017-02-24eglapi: move entrypoints list out to its own fileEric Engestrom2-77/+78
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
2017-02-16egl: _eglFilterArray's filter is always non-nullEmil Velikov1-18/+9
2017-02-15egl: remove duplicate 0 assignmentEric Engestrom1-3/+0
2016-12-27egl: Emit correct error when robust context creation failsChad Versace1-12/+26
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 Velikov2-0/+7
2016-12-09egl: unexport _eglConvertIntsToAttribsEric Engestrom2-4/+1
2016-12-09egl: rename static functions to match conventionEric Engestrom1-9/+9
2016-12-01egl: add EGL_ANDROID_native_fence_syncRob Clark6-6/+62
2016-12-01egl: un-fallthrough sync attr parsingRob Clark1-3/+3
2016-12-01egl: initialize SyncCondition after attr parsingRob Clark1-1/+2
2016-11-17egl: fix helper function nameEric Engestrom1-4/+4
2016-11-17egl: fix function name in debug stringEric Engestrom1-1/+1
2016-11-16egl: add missing error-checking to eglReleaseTexImage()Eric Engestrom1-3/+40
2016-11-04egl: make interop ABI visible againMarek Olšák1-2/+2
2016-11-04egl: use util/macros.hMarek Olšák1-3/+2
2016-10-27egl: set preserved behavior for surface only if config supports itTapani Pälli1-1/+5
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-25egl: fix type mismatch error type in _eglInitSurfaceTapani Pälli1-1/+1
2016-10-14egl: Implement EGL_MESA_platform_surfacelessChad Versace4-1/+70
2016-10-14egl: Don't advertise unsupported platform extensionsChad Versace1-2/+8
2016-10-11egl: add eglSwapBuffersWithDamageKHREric Engestrom1-6/+26