The Mesa 3D Graphics Library

Mesa 9.2 Release Notes / (August 27, 2013)

Mesa 9.2 is a new development release. People who are concerned with stability and reliability should stick with a previous release or wait for Mesa 9.2.1.

Mesa 9.2 implements the OpenGL 3.1 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 3.1. OpenGL 3.1 is only available if requested at context creation because GL_ARB_compatibility is not supported.

MD5 checksums

4f93c6475ec656fc1f7b93aeffc9b6c4  MesaLib-9.2.0.tar.gz
4185b6aae890bc62a964f4b24cc1aca8  MesaLib-9.2.0.tar.bz2
3bc5339bc98b9c37777ffd14e3a8eca4  MesaLib-9.2.0.zip

New features

Note: some of the new features are only available with certain drivers.

Bug fixes

Attempts have been made to not include bugs fixed in previous 9.1 releases or bugs that were regressions during 9.2 development. This list is likely incomplete.

Changes