Mesa 9.1 Release Notes / February 22, 2013 ========================================== Mesa 9.1 is a new development release. People who are concerned with stability and reliability should stick with a previous release or wait for Mesa 9.1.1. Mesa 9.1 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 ------------- :: 86d40f3056f89949368764bf84aff55e MesaLib-9.1.tar.gz d3891e02215422e120271d976ff1947e MesaLib-9.1.tar.bz2 01645f28f53351c23b0beb6c688911d8 MesaLib-9.1.zip New features ------------ Note: some of the new features are only available with certain drivers. - GL\_ANGLE\_texture\_compression\_dxt3 - GL\_ANGLE\_texture\_compression\_dxt5 - GL\_ARB\_ES3\_compatibility - GL\_ARB\_internalformat\_query - GL\_ARB\_map\_buffer\_alignment - GL\_ARB\_shading\_language\_packing - GL\_ARB\_texture\_buffer\_object\_rgb32 - GL\_ARB\_texture\_cube\_map\_array - GL\_EXT\_color\_buffer\_float - GL\_OES\_depth\_texture\_cube\_map - OpenGL 3.1 core profile support on Radeon HD2000 up to HD6000 series - Multisample anti-aliasing support on Radeon X1000 series - OpenGL ES 3.0 support on Intel HD Graphics 2000, 2500, 3000, and 4000 Bug fixes --------- TBD -- This list is likely incomplete. Changes ------- - Removed VAAPI state tracker (unmaintained and broken) - Removed i965's broken hardware implementation of GL\_NV\_vertex\_program - Removed swrast support for GL\_NV\_vertex\_program - Removed swrast support for GL\_NV\_fragment\_program - Removed OpenVMS support (unmaintained and broken) - Removed makedepend build dependency