1Mesa 9.1 Release Notes / February 22, 2013
2==========================================
3
4Mesa 9.1 is a new development release. People who are concerned with
5stability and reliability should stick with a previous release or wait
6for Mesa 9.1.1.
7
8Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by
9glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
10glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
11used. Some drivers don't support all the features required in OpenGL
123.1. OpenGL 3.1 is **only** available if requested at context creation
13because GL_ARB_compatibility is not supported.
14
15MD5 checksums
16-------------
17
18::
19
20   86d40f3056f89949368764bf84aff55e  MesaLib-9.1.tar.gz
21   d3891e02215422e120271d976ff1947e  MesaLib-9.1.tar.bz2
22   01645f28f53351c23b0beb6c688911d8  MesaLib-9.1.zip
23
24New features
25------------
26
27Note: some of the new features are only available with certain drivers.
28
29-  GL_ANGLE_texture_compression_dxt3
30-  GL_ANGLE_texture_compression_dxt5
31-  GL_ARB_ES3_compatibility
32-  GL_ARB_internalformat_query
33-  GL_ARB_map_buffer_alignment
34-  GL_ARB_shading_language_packing
35-  GL_ARB_texture_buffer_object_rgb32
36-  GL_ARB_texture_cube_map_array
37-  GL_EXT_color_buffer_float
38-  GL_OES_depth_texture_cube_map
39-  OpenGL 3.1 core profile support on Radeon HD2000 up to HD6000 series
40-  Multisample anti-aliasing support on Radeon X1000 series
41-  OpenGL ES 3.0 support on Intel HD Graphics 2000, 2500, 3000, and 4000
42
43Bug fixes
44---------
45
46TBD -- This list is likely incomplete.
47
48Changes
49-------
50
51-  Removed VAAPI state tracker (unmaintained and broken)
52-  Removed i965's broken hardware implementation of GL_NV_vertex_program
53-  Removed swrast support for GL_NV_vertex_program
54-  Removed swrast support for GL_NV_fragment_program
55-  Removed OpenVMS support (unmaintained and broken)
56-  Removed makedepend build dependency
57