24fa94a039502194180182834cfd13a159bd4ce5
[mesa.git] / docs / relnotes-7.12.html
1 <HTML>
2
3 <head>
4 <TITLE>Mesa Release Notes</TITLE>
5 <link rel="stylesheet" type="text/css" href="mesa.css">
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 </head>
8
9 <BODY>
10
11 <body bgcolor="#eeeeee">
12
13 <H1>Mesa 7.12 Release Notes / (release date TBD)</H1>
14
15 <p>
16 Mesa 7.12 is a new development release.
17 People who are concerned with stability and reliability should stick
18 with a previous release or wait for Mesa 7.12.1.
19 </p>
20 <p>
21 Mesa 7.12 implements the OpenGL 2.1 API, but the version reported by
22 glGetString(GL_VERSION) depends on the particular driver being used.
23 Some drivers don't support all the features required in OpenGL 2.1.
24 </p>
25 <p>
26 See the <a href="install.html">Compiling/Installing page</a> for prerequisites
27 for DRI hardware acceleration.
28 </p>
29
30
31 <h2>MD5 checksums</h2>
32 <pre>
33 tbd
34 </pre>
35
36
37 <h2>New features</h2>
38 <ul>
39 <li>GL_ARB_ES2_compatibility (r600g)
40 <li>GL_ARB_depth_buffer_float (r600g)
41 <li>GL_ARB_vertex_type_2_10_10_10_rev (r600g)
42 <li>GL_EXT_packed_float (i965)
43 <li>GL_EXT_texture_array (r600g)
44 <li>GL_EXT_texture_shared_exponent (i965)
45 <li>GL_NV_primitive_restart (r600g)
46 </ul>
47
48
49 <h2>Bug fixes</h2>
50 <ul>
51 </ul>
52
53
54 <h2>Changes</h2>
55 <ul>
56 <li>Removed all DRI drivers that did not support DRI2. Specifically,
57 i810, mach64, mga, r128, savage, sis, tdfx, and unichrome were
58 removed.</li>
59 <li>Removed support for BeOS.</li>
60 <li>Removed the obsolete (and unmaintained) Windows "gldirect" and
61 "ICD" drivers.</li>
62 <li>Removed the linux-fbdev software driver.</li>
63 <li>Removed all remnants of paletted texture support. As required by
64 desktop OpenGL, <tt>GL_COLOR_INDEX</tt> data can still be uploaded
65 to a color (e.g., RGBA) texture. However, the data cannot be stored
66 internally as color-index.</li>
67 <li>Removed support for GL_APPLE_client_storage extension.
68 </ul>
69
70
71 </body>
72 </html>