GLX: Fix segfault when no GLXFBConfigs available

Fixes #1040.
This commit is contained in:
Camilla Löwy
2017-07-07 10:23:58 +02:00
parent 8c0512027f
commit 07bf2b166b
2 changed files with 3 additions and 1 deletions

View File

@@ -208,6 +208,8 @@ information on what to include when reporting a bug.
- [WGL] Added support for `WGL_EXT_colorspace` for OpenGL ES contexts
- [WGL] Added support for `WGL_ARB_create_context_no_error`
- [GLX] Added support for `GLX_ARB_create_context_no_error`
- [GLX] Bugfix: Context creation could segfault if no GLXFBConfigs were
available (#1040)
- [EGL] Added support for `EGL_KHR_get_all_proc_addresses` (#871)
- [EGL] Added support for `EGL_KHR_context_flush_control`
- [EGL] Bugfix: The test for `EGL_RGB_BUFFER` was invalid