~ubuntu-branches/ubuntu/quantal/mesa-glw/quantal

« back to all changes in this revision

Viewing changes to docs/relnotes-7.0.3.html

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-05-06 16:19:15 UTC
  • Revision ID: james.westby@ubuntu.com-20080506161915-uynz7nftmfixu6bq
Tags: upstream-7.0.3
ImportĀ upstreamĀ versionĀ 7.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.3 Release Notes / April 4, 2008</H1>
 
12
 
 
13
<p>
 
14
Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
 
15
</p>
 
16
 
 
17
 
 
18
<h2>MD5 checksums</h2>
 
19
<pre>
 
20
</pre>
 
21
 
 
22
 
 
23
<h2>Bug fixes</h2>
 
24
<ul>
 
25
<li>Added missing glw.pc.in file to release tarball
 
26
<li>Fix GLUT/Fortran issues
 
27
<li>GLSL gl_FrontLightModelProduct.sceneColor variable wasn't defined
 
28
<li>Fix crash upon GLSL variable array indexes (not yet supported)
 
29
<li>Two-sided stencil test didn't work in software rendering
 
30
<li>Fix two-sided lighting bugs/crashes (bug 13368)
 
31
<li>GLSL gl_FrontFacing didn't work properly
 
32
<li>glGetActiveUniform returned incorrect sizes (bug 13751)
 
33
<li>Fix several bugs relating to uniforms and attributes in GLSL API (Bruce Merry, bug 13753)
 
34
<li>glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
 
35
<li>Fixed GLX indirect vertex array rendering bug (14197)
 
36
<li>Fixed crash when deleting framebuffer objects (bugs 13507, 14293)
 
37
<li>User-defined clip planes enabled for R300 (bug 9871)
 
38
<li>Fixed glBindTexture() crash upon bad target (bug 14514)
 
39
<li>Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug 13915)
 
40
<li>Bad strings given to glProgramStringARB() didn't generate GL_INVALID_OPERATION
 
41
<li>Fixed minor point rasterization regression (bug 11016)
 
42
<li>state.texenv.color state var didn't work in GL_ARB_fragment_program (bug 14931)
 
43
<li>glBitmap from a PBO didn't always work
 
44
<li>glGetTexImage into a PBO didn't always work
 
45
<li>Comments at the end of ARB vertex/fragment programs crashed the parser
 
46
</ul>
 
47
 
 
48
<h2>Changes</h2>
 
49
<ul>
 
50
<li>Updated glext.h to version 40
 
51
</ul>
 
52
 
 
53
 
 
54
 
 
55
<h2>Driver Status</h2>
 
56
 
 
57
<pre>
 
58
Driver                  Status
 
59
----------------------  ----------------------
 
60
DRI drivers             varies with the driver
 
61
XMesa/GLX (on Xlib)     implements OpenGL 2.1
 
62
OSMesa (off-screen)     implements OpenGL 2.1
 
63
Windows/Win32           implements OpenGL 2.1
 
64
Glide (3dfx Voodoo1/2)  implements OpenGL 1.3
 
65
SVGA                    unsupported
 
66
Wind River UGL          unsupported
 
67
DJGPP                   unsupported
 
68
GGI                     unsupported
 
69
BeOS                    unsupported
 
70
Allegro                 unsupported
 
71
D3D                     unsupported
 
72
</pre>
 
73
 
 
74
</body>
 
75
</html>