blob: 51f0812538b7cfc2b08ed11a7e1b831908f4f5b8 [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.
Brian18cfe0c2007-05-02 18:46:45 -060033<li>Implemented GLSL asin(), acos(), atan() functions.
34<li>Fixed an R300 driver bug that caused Xorg composite manager to crash
Briana6dad572007-05-03 13:52:33 -060035<li>Fixed R300 vertex program/matrix bug (10848)
Brian18cfe0c2007-05-02 18:46:45 -060036<li>GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords)
Brian58239d22007-05-10 10:52:19 -060037<li>Specifying an invalid texture unit as a sampler could lead to a crash
Brian502ebe92007-04-27 16:53:26 -060038</ul>
39
40
41<h2>Internal code changes</h2>
42<ul>
Brian58239d22007-05-10 10:52:19 -060043<li>Some texture code consolidation and simplifiction (Ian Romanick)
44<li>R300 driver clean-ups.
Brian502ebe92007-04-27 16:53:26 -060045</ul>
46
47
48<h2>To Do (someday) items</h2>
49<ul>
50<li>Switch to freeglut
51<li>Fix linux-glide target/driver.
52<li>Improved lambda and derivative calculation for frag progs.
53</ul>
54
55
56<h2>Driver Status</h2>
57
58<pre>
59Driver Status
60---------------------- ----------------------
61DRI drivers varies with the driver
62XMesa/GLX (on Xlib) implements OpenGL 2.1
63OSMesa (off-screen) implements OpenGL 2.1
64Windows/Win32 implements OpenGL 2.1
65Glide (3dfx Voodoo1/2) implements OpenGL 1.3
66SVGA unsupported
67Wind River UGL unsupported
68DJGPP unsupported
69GGI unsupported
70BeOS unsupported
71Allegro unsupported
72D3D unsupported
73</pre>
74
75</body>
76</html>