blob: 397459374820694d4c91c8dadfd805dd8be8513a [file] [log] [blame]
Brian347bb542007-05-14 14:40:59 -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.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>
Brian80a57982007-05-19 08:29:04 -060026<li>GL_EXT_texture_from_pixmap extension for Xlib driver
Brian2bdd4672007-10-31 09:57:07 -060027<li>Support for the GL shading language with i965 driver (implemented by Intel)
Brian347bb542007-05-14 14:40:59 -060028</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>
Briand70fa022007-06-12 15:16:21 -060043<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...
Brian347bb542007-05-14 14:40:59 -060047<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>