• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  <title>Mesa Release Notes</title>
5  <link rel="stylesheet" type="text/css" href="../mesa.css">
6  <meta http-equiv="content-type" content="text/html; charset=utf-8">
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.0.1 Release Notes / August 3, 2007</h1>
18
19<p>
20Mesa 7.0.1 is a stable release with bug fixes since version 7.0.
21</p>
22
23
24<h2>MD5 checksums</h2>
25<pre>
26db55141a44b902fcc61d9265b7862c06  MesaLib-7.0.1.tar.gz
27c056abd763e899114bf745c9eedbf9ad  MesaLib-7.0.1.tar.bz2
28ecc2637547fae2b38271ae362d013afa  MesaLib-7.0.1.zip
29b85a4a5be4e829f4a1165e4514b13183  MesaDemos-7.0.1.tar.gz
303b66b3268df12ca8a6c4e0c4c457912c  MesaDemos-7.0.1.tar.bz2
31b1c18006f16e44e80fea66774c59b391  MesaDemos-7.0.1.zip
32b87a69986839ae43ce12fc8e3dc1ebb4  MesaGLUT-7.0.1.tar.gz
3325f30d0c1651997b4412366ba0572f7f  MesaGLUT-7.0.1.tar.bz2
34676ee6682a6ce78a5540554fd975c03e  MesaGLUT-7.0.1.zip
35</pre>
36
37
38<h2>New features</h2>
39<ul>
40<li>Added a bluegene-osmesa build config
41</ul>
42
43<h2>Bug fixes</h2>
44<ul>
45<li>Fixed some MingW build issues
46<li>Added a few missing OpenGL 2.0 API entrypoints:
47  <ul>
48  <li>glVertexAttrib4bv
49  <li>glVertexAttrib4iv
50  <li>glVertexAttrib4ubv
51  <li>glVertexAttrib4uiv
52  <li>glVertexAttrib4usv
53  </ul>
54<li>Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457
55<li>GLSL bug fix: added vec2(vec4) constructor
56<li>GLSL bug fix: .strq and .rgba writemasks didn't always work
57<li>Stencil pixel map didn't always work for glDrawPixels (bug 11475)
58<li>Fixed polygon stipple bug in i915 driver
59<li>Binding a zero-sized texture didn't disable texturing (bug 11309)
60<li>Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include
61the terminating zero (bug 11588)
62<li>glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag properly
63<li>Fixed a GLSL function call bug (#11731)
64<li>glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug 11754)
65<li>glGetAttribLocation() always returned 1 (bug 11774)
66<li>Fixed a few memory-related bugs in GLU library
67</ul>
68
69
70<h2>Changes</h2>
71<ul>
72<li>The libOSMesa library version has been reverted to 6.5.3 (soname=6)
73in order to avoid application linking issues.  Otherwise, applications
74previously linked with libOSMesa.so.6 would no longer link with libOSMesa.so.7
75<li>Dropped obsolete, unmaintained Windows project files for VC6 and VC7.
76</ul>
77
78
79<h2>To Do (someday) items</h2>
80<ul>
81<li>Switch to freeglut
82<li>Fix linux-glide target/driver.
83<li>Improved lambda and derivative calculation for frag progs.
84</ul>
85
86
87<h2>Driver Status</h2>
88
89<pre>
90Driver			Status
91----------------------	----------------------
92DRI drivers		varies with the driver
93XMesa/GLX (on Xlib)	implements OpenGL 2.1
94OSMesa (off-screen)	implements OpenGL 2.1
95Windows/Win32		implements OpenGL 2.1
96Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
97SVGA			unsupported
98Wind River UGL		unsupported
99DJGPP			unsupported
100GGI			unsupported
101BeOS			unsupported
102Allegro			unsupported
103D3D			unsupported
104</pre>
105
106</div>
107</body>
108</html>
109