Add exception handle for multithread case.
[platform/upstream/mesa.git] / src / egl / main / egldevice.c
2023-02-21 XuelianAdd exception handle for multithread case.
2022-08-17 Rob Clarkegl: Convert to simple_mtx_t
2021-07-22 Simon Seregl: add support for EGL_EXT_device_drm_render_node
2021-03-26 Simon SerRevert "egl: Don't add hardware device if there is...
2021-03-26 Simon Seregl: only take render nodes into account when listing...
2021-01-27 Adam Jacksonegl: Fix error string returned by eglQueryDeviceAttribEXT
2020-12-01 Pierre-Eric Pellou... egl: update fallthrough comments
2020-07-02 Timothy Arceriegl: move fallthrough comment so gcc can see it
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-06-19 Mathias Fröhlichegl: Don't add hardware device if there is no render...
2019-06-05 Emil Velikovegl: add EGL_platform_device support
2019-06-05 Emil Velikovegl: keep the software device at the end of the list
2019-03-05 Eric Engestromegl: fix libdrm-less builds
2018-11-01 Emil Velikovegl: add EGL_EXT_device_drm support
2018-11-01 Emil Velikovegl: add EGL_MESA_device_software support
2018-11-01 Emil Velikovegl: add base EGL_EXT_device_base implementation