commit | e12a55c97981c9be9e105b239e954d2e146dc989 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Tue Aug 08 17:23:08 2023 +0100 |
committer | Marge Bot <emma+marge@anholt.net> | Tue Feb 27 10:51:03 2024 +0000 |
tree | 50a41b2729b1ba95600fb32d3b366d0a1d85637b | |
parent | ac304d0393f2653d5a78f2a1b024b10a8bf45218 [diff] |
egl/android: Remove check for EGLConfig presence We now check in the EGL core that we actually have some configs for the display, so no need to do it in the platform. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27709>