Add check for EGL specific buffer swap issue

Fixes #675.
This commit is contained in:
Camilla Berglund
2016-01-31 19:17:18 +01:00
parent 12d49eaf6c
commit 276b1bc07a
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -96,6 +96,8 @@ used by the tests and examples and are not required to build the library.
- [GLX] Bugfix: NetBSD does not provide `libGL.so.1`
- [EGL] Added `_GLFW_USE_EGLPLATFORM_H` configuration macro for controlling
whether to use an existing `EGL/eglplatform.h` header
- [EGL] Added and documented test for if the context is current on the calling
thread during buffer swap
- [EGL] Removed dependency on external EGL headers