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 | <h1>The Mesa 3D Graphics Library</h1>
|
---|
12 | </div>
|
---|
13 |
|
---|
14 | <iframe src="../contents.html"></iframe>
|
---|
15 | <div class="content">
|
---|
16 |
|
---|
17 | <h1>Mesa 7.3 Release Notes / 22 January 2009</h1>
|
---|
18 |
|
---|
19 | <p>
|
---|
20 | Mesa 7.3 is a new development release.
|
---|
21 | Users especially concerned with stability should stick with latest
|
---|
22 | stable release: version 7.2.
|
---|
23 | </p>
|
---|
24 | <p>
|
---|
25 | Mesa 7.3 implements the OpenGL 2.1 API, but the version reported by
|
---|
26 | glGetString(GL_VERSION) depends on the particular driver being used.
|
---|
27 | Some drivers don't support all the features required in OpenGL 2.1.
|
---|
28 | </p>
|
---|
29 | <p>
|
---|
30 | See the <a href="../install.html">Compiling/Installing page</a> for prerequisites
|
---|
31 | for DRI hardware acceleration.
|
---|
32 | </p>
|
---|
33 |
|
---|
34 |
|
---|
35 | <h2>MD5 checksums</h2>
|
---|
36 | <pre>
|
---|
37 | 8ed03191432b22d118d88d6db497f304 MesaLib-7.3.tar.gz
|
---|
38 | 781e7811a6ed5c97b2b8defefc8ffbc9 MesaLib-7.3.tar.bz2
|
---|
39 | 3ccba9a1734ed6d4b3389e1535d90fbf MesaLib-7.3.zip
|
---|
40 | d312e974b31043b13b61bac5fbf00b87 MesaDemos-7.3.tar.gz
|
---|
41 | 3f0741394069bdf2329565a387396cda MesaDemos-7.3.tar.bz2
|
---|
42 | 4d0887fd4c66a824295cdd619f6d34cb MesaDemos-7.3.zip
|
---|
43 | 2d7661b66022bcb8878728f3d5bd33ab MesaGLUT-7.3.tar.gz
|
---|
44 | abe8036a724c1a483bdad6b5a55ddc1a MesaGLUT-7.3.tar.bz2
|
---|
45 | 5f247819b47e2a7c62d07a6afe5262fb MesaGLUT-7.3.zip
|
---|
46 | </pre>
|
---|
47 |
|
---|
48 |
|
---|
49 | <h2>New features</h2>
|
---|
50 | <ul>
|
---|
51 | <li>Support for GLSL 1.20
|
---|
52 | <li>Intel DRI drivers now use GEM and DRI2
|
---|
53 | </ul>
|
---|
54 |
|
---|
55 |
|
---|
56 | <h2>Bug fixes</h2>
|
---|
57 | <ul>
|
---|
58 | <li>Assorted GLSL bug fixes
|
---|
59 | <li>Assorted i965 driver fixes
|
---|
60 | <li>Fix for wglCreateLayerContext() in WGL/Windows driver
|
---|
61 | <li>Build fixes for OpenBSD and gcc 2.95
|
---|
62 | <li>GLSL preprocessor handles #pragma now
|
---|
63 | <li>Fix incorrect transformation of GL_SPOT_DIRECTION
|
---|
64 | <li>Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
|
---|
65 | <li>Assorted Windows build fixes
|
---|
66 | </ul>
|
---|
67 |
|
---|
68 | <h2>Changes</h2>
|
---|
69 | <ul>
|
---|
70 | <li>Deprecated the "XMesa" interface (include/GL/xmesa*.h files)
|
---|
71 | <li>Deprecated the "FXMesa" interface (include/GL/fxmesa.h file)
|
---|
72 | <li>Deprecated the "Allegro" interface (include/GL/amesa.h file)
|
---|
73 | <li>Removed include/GL/uglmesa.h header
|
---|
74 | <li>Removed include/GLView.h header for BeOS
|
---|
75 | </ul>
|
---|
76 |
|
---|
77 |
|
---|
78 |
|
---|
79 | <h2>Driver Status</h2>
|
---|
80 |
|
---|
81 | <pre>
|
---|
82 | Driver Status
|
---|
83 | ---------------------- ----------------------
|
---|
84 | DRI drivers varies with the driver
|
---|
85 | XMesa/GLX (on Xlib) implements OpenGL 2.1
|
---|
86 | OSMesa (off-screen) implements OpenGL 2.1
|
---|
87 | Windows/Win32 implements OpenGL 2.1
|
---|
88 | Glide (3dfx Voodoo1/2) implements OpenGL 1.3
|
---|
89 | SVGA unsupported
|
---|
90 | Wind River UGL unsupported
|
---|
91 | DJGPP unsupported
|
---|
92 | GGI unsupported
|
---|
93 | BeOS unsupported
|
---|
94 | Allegro unsupported
|
---|
95 | D3D unsupported
|
---|
96 | </pre>
|
---|
97 |
|
---|
98 | </div>
|
---|
99 | </body>
|
---|
100 | </html>
|
---|