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