assorted updates
[mesa.git] / docs / relnotes-6.5.3.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 6.5.3 Release Notes / (in progress)</H1>
12
13 <p>
14 Mesa 6.5.3 is a 6.5 follow-on development release with many internal changes.
15 </p>
16
17
18 <h2>MD5 checksums</h2>
19 <pre>
20 TBD
21 </pre>
22
23
24 <h2>New features</h2>
25 <ul>
26 <li>OpenGL 2.0 support.
27 <li>Entirely new Shading Language code generator.
28 <li>Much faster software execution of vertex, fragment shaders.
29 <li>New vertex buffer object infrastructure (replaces old array_cache code).
30 <li>Updated glext.h file (version 39)
31 <li>Updated glxext.h file (version 18)
32 <li>GL_MAX_DRAWBUFFERS is now 4 (software rendering) so
33 "multiple render targets" are really supported.
34 </ul>
35
36 <h2>Bug fixes</h2>
37 <ul>
38 <li>Fog was errantly applied when a fragment shader was enabled (bug 9346)
39 <li>glPush/PopClientAttrib didn't handle VBO bindings correctly (bug 9445)
40 <li>With 32-bit Z buffer, the fragment Z of lines and points was sometimes wrong.
41 <li>GL_POST_CONVOLUTION_ALPHA_BIAS/SCALE was broken.
42 <li>1D convolution state could effect 2D image transfers
43 <li>Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
44 <li>Fixed a number of framebuffer/renderbuffer reference counting bugs
45 <li>Fixed a few bugs in software-emulated alpha planes
46 </ul>
47
48
49 <h2>Internal code changes</h2>
50
51 <ul>
52 <li>Massive changes to the Shading Language compiler.
53 <li>The _MaintainTnlProgram, _MaintainTexEnvProgram, _TexEnvProgram and
54 _TnlProgram fields have been moved.
55 <li>The ctx->Vertex/FragmentProgram._Current fields point to the program
56 in effect, whether it comes from a shader, user-program or generated
57 fixed-function program.
58 </ul>
59
60
61 <h2>To Do (someday) items</h2>
62 <ul>
63 <li>Switch to freeglut
64 <li>Fix linux-glide target/driver.
65 <li>Improved lambda and derivative calculation for frag progs.
66 </ul>
67
68
69 <h2>Driver Status</h2>
70
71 <pre>
72 Driver Status
73 ---------------------- ----------------------
74 DRI drivers varies with the driver
75 XMesa/GLX (on Xlib) implements OpenGL 2.0
76 OSMesa (off-screen) implements OpenGL 2.0
77 Glide (3dfx Voodoo1/2) implements OpenGL 1.3
78 SVGA implements OpenGL 1.3
79 Wind River UGL implements OpenGL 1.3
80 Windows/Win32 implements OpenGL 1.5
81 DJGPP implements OpenGL 1.5
82 GGI implements OpenGL 1.3
83 BeOS implements OpenGL 1.5
84 Allegro needs updating
85 D3D needs updating
86 </pre>
87
88 </body>
89 </html>