|
|
@ -94,7 +94,6 @@ does not find Doxygen, the documentation will not be generated. |
|
|
|
- Added `GLFW_CONTEXT_NO_ERROR` context hint for `GL_KHR_no_error` support |
|
|
|
- Added `GLFW_CONTEXT_NO_ERROR` context hint for `GL_KHR_no_error` support |
|
|
|
- Added `GLFW_INCLUDE_VULKAN` for including the Vulkan header |
|
|
|
- Added `GLFW_INCLUDE_VULKAN` for including the Vulkan header |
|
|
|
- Added `GLFW_TRUE` and `GLFW_FALSE` as client API independent boolean values |
|
|
|
- Added `GLFW_TRUE` and `GLFW_FALSE` as client API independent boolean values |
|
|
|
- Added `glfwGetGLXWindow` to query the `GLXWindow` of a window |
|
|
|
|
|
|
|
- Added icons to examples on Windows and OS X |
|
|
|
- Added icons to examples on Windows and OS X |
|
|
|
- Relaxed rules for native access header macros |
|
|
|
- Relaxed rules for native access header macros |
|
|
|
- Removed dependency on external OpenGL or OpenGL ES headers |
|
|
|
- Removed dependency on external OpenGL or OpenGL ES headers |
|
|
@ -127,6 +126,7 @@ does not find Doxygen, the documentation will not be generated. |
|
|
|
- [Linux] Made joystick polling more efficient |
|
|
|
- [Linux] Made joystick polling more efficient |
|
|
|
- [WGL] Changed extension loading to only be performed once |
|
|
|
- [WGL] Changed extension loading to only be performed once |
|
|
|
- [WGL] Removed dependency on external WGL headers |
|
|
|
- [WGL] Removed dependency on external WGL headers |
|
|
|
|
|
|
|
- [GLX] Added `glfwGetGLXWindow` to query the `GLXWindow` of a window |
|
|
|
- [GLX] Replaced legacy drawable with `GLXWindow` |
|
|
|
- [GLX] Replaced legacy drawable with `GLXWindow` |
|
|
|
- [GLX] Removed dependency on external GLX headers |
|
|
|
- [GLX] Removed dependency on external GLX headers |
|
|
|
- [GLX] Bugfix: NetBSD does not provide `libGL.so.1` |
|
|
|
- [GLX] Bugfix: NetBSD does not provide `libGL.so.1` |
|
|
|