relnotes-7.3.html revision 4e8d99998ff6679a321773da85df4aee31cb8d4c
1<HTML>
2
3<TITLE>Mesa Release Notes</TITLE>
4
5<head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
8
9<body bgcolor="#eeeeee">
10
11<H1>Mesa 7.3 Release Notes / 22 January 2009</H1>
12
13<p>
14Mesa 7.3 is a new development release.
15Users especially concerned with stability should stick with latest
16stable release: version 7.2.
17</p>
18<p>
19Mesa 7.3 implements the OpenGL 2.1 API, but the version reported by
20glGetString(GL_VERSION) depends on the particular driver being used.
21Some drivers don't support all the features required in OpenGL 2.1.
22</p>
23<p>
24See the <a href="install.html">Compiling/Installing page</a> for prerequisites
25for DRI ardware acceleration.
26</p>
27
28
29<h2>MD5 checksums</h2>
30<pre>
31tbd
32</pre>
33
34
35<h2>New features</h2>
36<ul>
37<li>Support for GLSL 1.20
38<li>Intel DRI drivers now use GEM and DRI2
39</ul>
40
41
42<h2>Bug fixes</h2>
43<ul>
44<li>Assorted GLSL bug fixes
45<li>Assorted i965 driver fixes
46<li>Fix for wglCreateLayerContext() in WGL/Windows driver
47<li>Build fixes for OpenBSD and gcc 2.95
48<li>GLSL preprocessor handles #pragma now
49<li>Fix incorrect transformation of GL_SPOT_DIRECTION
50<li>Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
51<li>Assorted Windows build fixes
52</ul>
53
54<h2>Changes</h2>
55<ul>
56<li>Deprecated the "XMesa" interface (include/GL/xmesa*.h files)
57<li>Deprecated the "FXMesa" interface (include/GL/fxmesa.h file)
58<li>Deprecated the "Allegro" interface (include/GL/amesa.h file)
59<li>Removed include/GL/uglmesa.h header
60<li>Removed include/GLView.h header for BeOS
61</ul>
62
63
64
65<h2>Driver Status</h2>
66
67<pre>
68Driver			Status
69----------------------	----------------------
70DRI drivers		varies with the driver
71XMesa/GLX (on Xlib)	implements OpenGL 2.1
72OSMesa (off-screen)	implements OpenGL 2.1
73Windows/Win32		implements OpenGL 2.1
74Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
75SVGA			unsupported
76Wind River UGL		unsupported
77DJGPP			unsupported
78GGI			unsupported
79BeOS			unsupported
80Allegro			unsupported
81D3D			unsupported
82</pre>
83
84</body>
85</html>
86