xref: /aosp_15_r20/external/mesa3d/docs/relnotes/6.4.1.rst (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1Mesa 6.4.1 / November 29, 2006
2==============================
3
4Mesa 6.4.1 is a stable, bug-fix release.
5
6MD5 checksums
7-------------
8
9::
10
11   698ceb574cf882b0226761f5913c0da9  MesaLib-6.4.1.tar.gz
12   ea148c828ec6f645526451db1b8556f1  MesaLib-6.4.1.tar.bz2
13   42e93279468975ed2bf3111b8721e5d9  MesaLib-6.4.1.zip
14   e3b0d50807fd2bdcd1a95aaddd786f13  MesaDemos-6.4.1.tar.gz
15   99df1fdcb98d391666b476ca6f1dda8a  MesaDemos-6.4.1.tar.bz2
16   b999d2c6d92fb4b7740a3dbd889348e3  MesaDemos-6.4.1.zip
17   eadfe01fe5ddfb1eb8227dd567b31635  MesaGLUT-6.4.1.tar.gz
18   bd003bb4f981a4f91dee4c38644d4f3f  MesaGLUT-6.4.1.tar.bz2
19   71c401c037088bf688a88afdaeb3420f  MesaGLUT-6.4.1.zip
20
21Bug fixes
22---------
23
24-  redefining a vertex program string didn't take effect in TNL module
25-  fixed occasional segfault upon vertex/fragment parsing error
26-  vertex program LIT instruction didn't handle 0^0=1 correctly
27-  fragment program fog option didn't work with glDrawPixels, glBitmap
28-  USE_MGL_NAMESPACE didn't work for x86-64
29-  OSMesa demos were missing from previous release tarballs
30-  fixed problem with float->ushort conversion in glClear (bug 4992)
31-  popping of GL_EYE_PLANE texgen state was broken (bug 4996)
32-  popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
33-  fixed occasional triangle color interpolation problem on VMS
34-  work around invalid free() call (bug 5131)
35-  fixed BSD X server compilation problem by including stdint.h
36
37Driver Status
38-------------
39
40::
41
42   Driver         Status
43   ----------------------  ----------------------
44   DRI drivers     varies with the driver
45   XMesa (Xlib)        implements OpenGL 1.5
46   OSMesa (off-screen) implements OpenGL 1.5
47   Windows/Win32       implements OpenGL 1.5
48   Glide (3dfx Voodoo1/2)  requires updates
49   SVGA            requires updates
50   DJGPP           requires updates
51   GGI         requires updates
52   BeOS            requires updates
53   Allegro         requires updates
54   D3D         requires updates
55