From f54da1370aa9ce59b176781191f65b97d6633709 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sat, 5 Mar 2011 13:26:13 +0100 Subject: [PATCH] Updated changelog. --- readme.html | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.html b/readme.html index 23b86b7a..c373a4ba 100644 --- a/readme.html +++ b/readme.html @@ -297,6 +297,7 @@ version of GLFW.

  • Removed GLFWCALL and GLFWAPIENTRY macros for stdcall calling convention
  • Bugfix: The default OpenGL version in the version test was set to 1.1
  • Bugfix: The OpenGL profile and forward-compatibility window parameters were not saved after context creation
  • +
  • Bugfix: The FSAA test did not check for the availability of GL_ARB_multisample
  • [Cocoa] Bugfix: The loop condition for saving video modes used the wrong index variable
  • [X11] Added support for the GLX_EXT_swap_control extension as an alternative to GLX_SGI_swap_control
  • [X11] Bugfix: Calling glXCreateContextAttribsARB with an unavailable OpenGL version caused the application to terminate with a BadMatch Xlib error