3 <TITLE>Mesa Release Notes</TITLE>
5 <head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
9 <body bgcolor="#eeeeee">
11 <H1>Mesa 7.0 Release Notes / (<em>in progress</em>)</H1>
14 Mesa 7.0 is a stable release, featuring OpenGL 2.1 API support.
18 <h2>MD5 checksums</h2>
26 <li>OpenGL 2.0 and 2.1 API support.
31 <li>Fixed a few fog-related bugs.
32 <li>Fixed broken GLSL mix() function.
33 <li>Implemented GLSL asin(), acos(), atan() functions.
34 <li>Fixed an R300 driver bug that caused Xorg composite manager to crash
35 <li>Fixed R300 vertex program/matrix bug (10848)
36 <li>GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords)
40 <h2>Internal code changes</h2>
45 <h2>To Do (someday) items</h2>
47 <li>Switch to freeglut
48 <li>Fix linux-glide target/driver.
49 <li>Improved lambda and derivative calculation for frag progs.
53 <h2>Driver Status</h2>
57 ---------------------- ----------------------
58 DRI drivers varies with the driver
59 XMesa/GLX (on Xlib) implements OpenGL 2.1
60 OSMesa (off-screen) implements OpenGL 2.1
61 Windows/Win32 implements OpenGL 2.1
62 Glide (3dfx Voodoo1/2) implements OpenGL 1.3
64 Wind River UGL unsupported