The Mesa 3D Graphics Library

Mesa 10.0 Release Notes / (November 30th, 2013)

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

Mesa 10.0 implements the OpenGL 3.3 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.3. OpenGL 3.3 is only available if requested at context creation because compatibility contexts are not supported.

MD5 checksums

b38626b96c664db67a534d7859682436  MesaLib-10.0.0.tar.gz
f3fe55d9735bea158bbe97ed9a0da819  MesaLib-10.0.0.tar.bz2
c6ee1ce51e3bf35947d2978b872daf51  MesaLib-10.0.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.2 releases or bugs that were regressions during 10.0 development. This list is likely incomplete.

Changes