blob: 4f8586d5df924114c1d40a94f675d7b987b114fd [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
Brian Paul17e9bbd2008-08-26 15:58:42 -060011<H1>Mesa 7.1 Release Notes / August 26, 2008</H1>
Brian347bb542007-05-14 14:40:59 -060012
13<p>
14Mesa 7.1 is a new development release.
Brian Paul5173fc62008-05-27 12:51:10 -060015There have been many internal code changes since Mesa 7.0.x.
16It should be relatively stable, but those who are especially concerned about
Brian Paul17e9bbd2008-08-26 15:58:42 -060017stability should wait for Mesa 7.2 or use Mesa 7.0.4 (the previous stable
18release).
19</p>
20</>
21Note that this version of Mesa does not use the GEM memory manager.
22The master branch of git uses GEM.
23</p>
24<p>
25DRM version 2.3.1 should be used with Mesa 7.1
Brian347bb542007-05-14 14:40:59 -060026</p>
27
28
29<h2>MD5 checksums</h2>
30<pre>
31TBD
32</pre>
33
34
35<h2>New features</h2>
36<ul>
Brian Paul376203c2008-06-06 12:38:24 -060037<li>autoconf-based configuration (and clean-up of Makefiles)
Brian Paul17e9bbd2008-08-26 15:58:42 -060038<li>Assorted DRI driver enhancements
Brian Paul5173fc62008-05-27 12:51:10 -060039<li>Reduced dependencies between X server and Mesa
Brian80a57982007-05-19 08:29:04 -060040<li>GL_EXT_texture_from_pixmap extension for Xlib driver
Brian2bdd4672007-10-31 09:57:07 -060041<li>Support for the GL shading language with i965 driver (implemented by Intel)
Brian Paul17e9bbd2008-08-26 15:58:42 -060042<li>ATI R500 series support (Radeon X1300&#8211;X1950) in r300 DRI driver
Brian347bb542007-05-14 14:40:59 -060043</ul>
44
45
Brian Paul1f4d07482008-07-04 10:05:39 -060046<h2>Bug fixes</h2>
47<ul>
Brian Paulb068ab62008-07-29 17:50:43 -060048<li>Numerous GLSL fixes
Brian Paul1f4d07482008-07-04 10:05:39 -060049<li>Fixed some error code/detection bugs in the GLSL-related API functions
Brian Paul17e9bbd2008-08-26 15:58:42 -060050<li>Lots of DRI driver fixes.
Brian Paul1f4d07482008-07-04 10:05:39 -060051</ul>
52
53
Brian347bb542007-05-14 14:40:59 -060054<h2>To Do (someday) items</h2>
55<ul>
Briand70fa022007-06-12 15:16:21 -060056<li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
57Probably do the same for malloc, calloc, etc.
58The wrappers were useful in the past for memory debugging but now we
59have valgrind. Not worried about SunOS 4 support anymore either...
Brian347bb542007-05-14 14:40:59 -060060<li>Switch to freeglut
61<li>Fix linux-glide target/driver.
62<li>Improved lambda and derivative calculation for frag progs.
63</ul>
64
65
66<h2>Driver Status</h2>
67
68<pre>
69Driver Status
70---------------------- ----------------------
71DRI drivers varies with the driver
72XMesa/GLX (on Xlib) implements OpenGL 2.1
73OSMesa (off-screen) implements OpenGL 2.1
74Windows/Win32 implements OpenGL 2.1
75Glide (3dfx Voodoo1/2) implements OpenGL 1.3
76SVGA unsupported
77Wind River UGL unsupported
78DJGPP unsupported
79GGI unsupported
80BeOS unsupported
81Allegro unsupported
82D3D unsupported
83</pre>
84
85</body>
86</html>