LookingGlass/client/renderers
Andrew Sheldon 70110b4a5a [client] Use eglGetPlatformDisplay() to fix surface creation
[Why]
Recent versions of Mesa may have trouble with surface creation, resulting in
errors like:
egl.c:428  | egl_render_startup             | Failed to create EGL surface (eglError: 0x300b)

[How]
Replace eglGetDisplay() with eglGetPlatformDisplay(). Requires EGL 1.5, but should
be supported with any desktop driver released in the past few years.
2019-12-13 00:35:35 +11:00
..
EGL [client] Use eglGetPlatformDisplay() to fix surface creation 2019-12-13 00:35:35 +11:00
OpenGL [client] opengl: handle configuration failure properly 2019-12-12 23:32:31 +11:00
CMakeLists.txt [client] cmake: cosmetics 2019-03-28 20:15:13 +11:00