Fixed debug bit not being set for OpenGL ES.

This commit is contained in:
Camilla Berglund
2015-02-27 02:53:21 +01:00
parent bbfdedff01
commit d90f5e0429
4 changed files with 12 additions and 9 deletions
+3
View File
@@ -64,6 +64,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- Removed support for LCC and Borland C++
- Bugfix: `glfwSetTime` silently accepted invalid values
- [WGL] Bugfix: The context flags debug bit was not set for OpenGL ES
- [Cocoa] Bugfix: `glfwSetWindowSize` did not change the video mode for full
screen windows
- [X11] Added support for Cygwin-X
@@ -72,6 +73,8 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [X11] Bugfix: Mouse button `GLFW_MOUSE_BUTTON_4` was never used
- [X11] Bugfix: `glfwTerminate` could close an unrelated file descriptor
- [X11] Bugfix: Some WMs (KWM, Fluxbox) did not respect cursor redefinition
- [GLX] Bugfix: The context flags debug bit was not set for OpenGL ES
- [EGL] Bugfix: The context flags debug bit was not set for OpenGL ES
## Contact