docs: add missing code-tags
[mesa.git] / docs / relnotes / 6.4.2.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Mesa Release Notes</title>
6 <link rel="stylesheet" type="text/css" href="../mesa.css">
7 </head>
8 <body>
9
10 <div class="header">
11 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="../contents.html"></iframe>
15 <div class="content">
16
17 <h1>Mesa 6.4.2 / February 2, 2006</h1>
18
19 <p>
20 Mesa 6.4.2 is a stable, bug-fix release.
21 </p>
22
23
24 <h2>MD5 checksums</h2>
25 <pre>
26 cb0d745d520fa7c2bb9178058b763544 MesaLib-6.4.2.tar.gz
27 7674d2c603b5834259e4e5a820cefd5b MesaLib-6.4.2.tar.bz2
28 d224e1325b33ff71a0f3893fc6b4d594 MesaLib-6.4.2.zip
29 d4b345d4588fc750cd3d34f3ac26673e MesaDemos-6.4.2.tar.gz
30 9cae1ab874af533ce356bd7dfe2e0bb0 MesaDemos-6.4.2.tar.bz2
31 2da6e1d1245e441d27813595c6ba50de MesaDemos-6.4.2.zip
32 84427d18c3453f0ea52388eeba7169b5 MesaGLUT-6.4.2.tar.gz
33 b157ba8ad1ea63260cf5339132e7aac6 MesaGLUT-6.4.2.tar.bz2
34 fe1523744fc05edc3811dfc6a1bf4181 MesaGLUT-6.4.2.zip
35 </pre>
36
37
38 <h2>New features</h2>
39 <ul>
40 <li>added OSMesaColorClamp() function/feature
41 <li>added wglGetExtensionStringARB() function
42 </ul>
43
44 <h2>Changes</h2>
45 <ul>
46 <li>GLUT tarball:
47 Starting with 6.4, the GLUT library sources are distributed in a separate
48 tarball. This was done at the request of Linux distro vendors who prefer
49 to use freeglut.
50 </ul>
51
52 <h2>Bug fixes</h2>
53 <ul>
54 <li>fixed some problems when building on Windows
55 <li>GLw header files weren't installed by installmesa script (bug 5396)
56 <li>GL/glfbdev.h file was missing from tarballs
57 <li>fixed TNL initialization bug which could lead to crash (bug 5791)
58 </ul>
59
60
61 <h2>Driver Status</h2>
62
63 <pre>
64 Driver Status
65 ---------------------- ----------------------
66 DRI drivers varies with the driver
67 XMesa (Xlib) implements OpenGL 1.5
68 OSMesa (off-screen) implements OpenGL 1.5
69 Windows/Win32 implements OpenGL 1.5
70 Glide (3dfx Voodoo1/2) requires updates
71 SVGA requires updates
72 DJGPP requires updates
73 GGI requires updates
74 BeOS requires updates
75 Allegro requires updates
76 D3D requires updates
77 </pre>
78
79 </div>
80 </body>
81 </html>