blob: 0cd7db8e2e6655edf27f36becd3612d0330ffeae [file] [log] [blame]
Brian502ebe92007-04-27 16:53:26 -06001<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.0 Release Notes / (<em>in progress</em>)</H1>
12
13<p>
14Mesa 7.0 is a stable release, featuring OpenGL 2.1 API support.
15</p>
16
17
18<h2>MD5 checksums</h2>
19<pre>
20TBD
21</pre>
22
23
24<h2>New features</h2>
25<ul>
26<li>OpenGL 2.0 and 2.1 API support.
27</ul>
28
29<h2>Bug fixes</h2>
30<ul>
Brianbfd5cf72007-05-01 10:23:15 -060031<li>Fixed a few fog-related bugs.
32<li>Fixed broken GLSL mix() function.
Brian502ebe92007-04-27 16:53:26 -060033</ul>
34
35
36<h2>Internal code changes</h2>
37<ul>
38</ul>
39
40
41<h2>To Do (someday) items</h2>
42<ul>
43<li>Switch to freeglut
44<li>Fix linux-glide target/driver.
45<li>Improved lambda and derivative calculation for frag progs.
46</ul>
47
48
49<h2>Driver Status</h2>
50
51<pre>
52Driver Status
53---------------------- ----------------------
54DRI drivers varies with the driver
55XMesa/GLX (on Xlib) implements OpenGL 2.1
56OSMesa (off-screen) implements OpenGL 2.1
57Windows/Win32 implements OpenGL 2.1
58Glide (3dfx Voodoo1/2) implements OpenGL 1.3
59SVGA unsupported
60Wind River UGL unsupported
61DJGPP unsupported
62GGI unsupported
63BeOS unsupported
64Allegro unsupported
65D3D unsupported
66</pre>
67
68</body>
69</html>