commit | cda9980f9639093cf86897a760e90c89df7b6c0f | [log] [tgz] |
---|---|---|
author | Robert Foss <rfoss@kernel.org> | Thu Nov 09 15:16:46 2023 +0100 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Dec 13 23:15:17 2023 +0000 |
tree | a2055ccf0e243a9a49e50b8292a234db2d783416 | |
parent | 59a7fc205498552ff9778a6ef387ae25fdc46e0c [diff] |
egl/surfaceless: Fix EGL_DEVICE_EXT implementation The native_display checks are incorrect and partially never executed due to native_display always being NULL. Fixes: 1efaa858890 ("egl: Fix attrib_list[0] == EGL_NONE check") Signed-off-by: Robert Foss <rfoss@kernel.org> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26131>