blob: 46bf713fd2e26db46ea66c78c65159ee4af4bb37 [file] [log] [blame]
Brian Paul7ff89b02011-01-14 17:27:17 -07001<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.11 Release Notes / (release date TBD)</H1>
14
15<p>
16Mesa 7.11 is a new development release.
17People who are concerned with stability and reliability should stick
18with a previous release or wait for Mesa 7.11.1.
19</p>
20<p>
21Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by
22glGetString(GL_VERSION) depends on the particular driver being used.
23Some drivers don't support all the features required in OpenGL 2.1.
24</p>
25<p>
26See the <a href="install.html">Compiling/Installing page</a> for prerequisites
27for DRI hardware acceleration.
28</p>
29
30
31<h2>MD5 checksums</h2>
32<pre>
33tbd
34</pre>
35
36
37<h2>New features</h2>
38<ul>
Eric Anholt6e13cbc2011-04-18 13:44:35 -070039<li>GL_ARB_color_buffer_float (gallium drivers, i965)
Marek Olšák93059222011-04-14 17:27:03 +020040<li>GL_ARB_draw_buffers_blend (gallium)
Brian Paul889f44b2011-01-15 10:26:25 -070041<li>GL_ARB_draw_instanced extension (gallium drivers, swrast)
Brian Paul9473ca32011-01-15 17:40:56 -070042<li>GL_ARB_instanced_arrays extension (gallium drivers)
Marek Olšák93059222011-04-14 17:27:03 +020043<li>GL_ARB_occlusion_query2 (gallium drivers, swrast)
Brian Paul83eda352011-04-26 14:57:57 -060044<li>GL_ARB_robustness (all drivers)
Brian Paulda8d0c92011-04-10 13:06:27 -060045<li>GL_ARB_sampler_objects (gallium drivers)
Eric Anholt4093fdc2011-04-18 14:28:14 -070046<li>GL_ARB_texture_compression_rgtc (gallium drivers, swrast, i965)
Eric Anholt6e13cbc2011-04-18 13:44:35 -070047<li>GL_ARB_texture_float (gallium, i965)
Marek Olšákf974bde2011-04-28 17:33:05 +020048<li>GL_EXT_packed_float (gallium r600)
Marek Olšák93059222011-04-14 17:27:03 +020049<li>GL_EXT_texture_compression_latc (gallium drivers, swrast)
Eric Anholt4093fdc2011-04-18 14:28:14 -070050<li>GL_EXT_texture_compression_rgtc (gallium drivers, swrast, i965)
Marek Olšákf974bde2011-04-28 17:33:05 +020051<li>GL_EXT_texture_shared_exponent (gallium drivers, swrast)
Marek Olšák93059222011-04-14 17:27:03 +020052<li>GL_EXT_texture_sRGB_decode (gallium drivers, swrast, i965)
53<li>GL_EXT_texture_snorm (gallium drivers)
54<li>GL_ATI_draw_buffers (all drivers)
55<li>GL_ATI_texture_compression_3dc (gallium drivers, swrast)
Eric Anholt6e13cbc2011-04-18 13:44:35 -070056<li>GL_ATI_texture_float (gallium, i965)
Eric Anholt1df72402011-04-19 21:40:48 -070057<li>GL_NV_conditional_render (i965)
Marek Olšák93059222011-04-14 17:27:03 +020058<li>GL_NV_texture_barrier (gallium drivers)
Brian Paul7ff89b02011-01-14 17:27:17 -070059</ul>
60
61
62<h2>Bug fixes</h2>
63<ul>
64</ul>
65
66
67<h2>Changes</h2>
Brian Paule89fc332011-01-28 13:30:15 -070068<ul>
Brian Paul2d422a62011-04-26 14:58:33 -060069<li>The Windows MSVC project files have been removed.
70They haven't been maintained in quite a while.
71Building with SCons is an alternative.
Brian Paul9d208492011-02-28 18:24:30 -070072<li>Removed GL_SGI_texture_color_table support from swrast driver - the only
73driver that implemented it.
Brian Paule89fc332011-01-28 13:30:15 -070074</ul>
Brian Paul7ff89b02011-01-14 17:27:17 -070075
76
77</body>
78</html>