Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa
[mesa.git] / docs / relnotes-7.0.html
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.0 Release Notes / (<em>in progress</em>)</H1>
12
13 <p>
14 Mesa 7.0 is a stable release, featuring OpenGL 2.1 API support.
15 </p>
16
17
18 <h2>MD5 checksums</h2>
19 <pre>
20 TBD
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>
31 <li>Fixed a few fog-related bugs.
32 <li>Fixed broken GLSL mix() function.
33 <li>Fixed broken GLSL exp() functions.
34 <li>Fixed GLSL mod4(vec4, vec4) bug.
35 <li>Implemented GLSL asin(), acos(), atan() functions.
36 <li>Fixed an R300 driver bug that caused Xorg composite manager to crash
37 <li>Fixed R300 vertex program/matrix bug (10848)
38 <li>GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords)
39 <li>Specifying an invalid texture unit as a sampler could lead to a crash
40 </ul>
41
42
43 <h2>Internal code changes</h2>
44 <ul>
45 <li>Some texture code consolidation and simplifiction (Ian Romanick)
46 <li>R300 driver clean-ups.
47 </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>
61 Driver Status
62 ---------------------- ----------------------
63 DRI drivers varies with the driver
64 XMesa/GLX (on Xlib) implements OpenGL 2.1
65 OSMesa (off-screen) implements OpenGL 2.1
66 Windows/Win32 implements OpenGL 2.1
67 Glide (3dfx Voodoo1/2) implements OpenGL 1.3
68 SVGA unsupported
69 Wind River UGL unsupported
70 DJGPP unsupported
71 GGI unsupported
72 BeOS unsupported
73 Allegro unsupported
74 D3D unsupported
75 </pre>
76
77 </body>
78 </html>