relnotes-7.1.html revision 2bdd467dfd3cfe9a479a8e8395620ecc414e18dc
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.1 Release Notes / (<em>in progress</em>)</H1>
12
13<p>
14Mesa 7.1 is a new development release.
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>GL_EXT_texture_from_pixmap extension for Xlib driver
27<li>Support for the GL shading language with i965 driver (implemented by Intel)
28</ul>
29
30
31<h2>Bug fixes</h2>
32<ul>
33</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>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
44Probably do the same for malloc, calloc, etc.
45The wrappers were useful in the past for memory debugging but now we
46have valgrind.  Not worried about SunOS 4 support anymore either...
47<li>Switch to freeglut
48<li>Fix linux-glide target/driver.
49<li>Improved lambda and derivative calculation for frag progs.
50</ul>
51
52
53<h2>Driver Status</h2>
54
55<pre>
56Driver			Status
57----------------------	----------------------
58DRI drivers		varies with the driver
59XMesa/GLX (on Xlib)	implements OpenGL 2.1
60OSMesa (off-screen)	implements OpenGL 2.1
61Windows/Win32		implements OpenGL 2.1
62Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
63SVGA			unsupported
64Wind River UGL		unsupported
65DJGPP			unsupported
66GGI			unsupported
67BeOS			unsupported
68Allegro			unsupported
69D3D			unsupported
70</pre>
71
72</body>
73</html>
74