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