loader/dri3: Use dri3_wait_for_event_locked in loader_dri3_wait_for_msc
[mesa.git] / docs / relnotes / 6.4.rst
1 Mesa 6.4 / October 24, 2005
2 ===========================
3
4 Mesa 6.4 is a stable, bug-fix release.
5
6 MD5 checksums
7 -------------
8
9 ::
10
11 1cce0c1eb4fd15e9dfe837a1ce0c9812 MesaLib-6.4.tar.gz
12 85a84e47a3f718f752f306b9e0954ef6 MesaLib-6.4.tar.bz2
13 b976fea4f3ee06354c53f91b6e3f2ffc MesaLib-6.4.zip
14 d8734f2c69bcf7ef9f5ae454a85743ba MesaDemos-6.4.tar.gz
15 1a8c4d4fc699233f5fdb902b8753099e MesaDemos-6.4.tar.bz2
16 607ab7c7a7de0cc5febbdde2bfa03098 MesaDemos-6.4.zip
17 3260156f66174322a092be0767962d34 MesaGLUT-6.4.tar.gz
18 0465d053f83775f44a12dec4050dfd78 MesaGLUT-6.4.tar.bz2
19 02abfcdcdf72ba938ae00f6e3b70fbe0 MesaGLUT-6.4.zip
20
21 New
22 ---
23
24 - Added a fast XOR line drawing function in Xlib driver
25 - Added support for GL_ARB_texture_mirrored_repeat to savage driver
26 (supported only on Savage4 hardware).
27
28 Changes
29 -------
30
31 - Mesa now packaged in three parts: Library, Demos and GLUT
32
33 Bug fixes
34 ---------
35
36 - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
37 - Some files were present multiple times in the 6.3.2 tarballs
38 - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)
39 - glxgears_fbconfig demo didn't work (bug 4237)
40 - fixed bug when bilinear sampling 2d textures with borders
41 - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)
42 - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
43 - fixed a few problems with proxy color tables (bug 4270)
44 - fixed precision problem in Z clearing (bug 4395)
45 - glBitmap, glDraw/CopyPixels mistakenly generated selection hits
46 - fixed potential segfault caused by reading pixels outside of
47 renderbuffer bounds
48 - glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
49 - fixed memory corruption bug involving software alpha buffers
50 - glReadPixels clipped by window bounds was sometimes broken
51 - glDraw/CopyPixels of stencil data ignored the stencil write mask
52 - glReadPixels from a texture bound to a framebuffer object didn't work
53 - glIsRender/FramebufferEXT weren't totally correct
54 - fixed a number of point size attenuation/fade bugs
55 - fixed glFogCoord bug 4729
56 - GLX encoding for transpose matrix functions was broken
57 - fixed broken fragment program KIL and SWZ instructions
58 - fragment programs that wrote result.depth.z didn't work
59
60 Driver Status
61 -------------
62
63 ::
64
65 Driver Status
66 ---------------------- ----------------------
67 DRI drivers varies with the driver
68 XMesa (Xlib) implements OpenGL 1.5
69 OSMesa (off-screen) implements OpenGL 1.5
70 Windows/Win32 implements OpenGL 1.5
71 Glide (3dfx Voodoo1/2) requires updates
72 SVGA requires updates
73 DJGPP requires updates
74 GGI requires updates
75 BeOS requires updates
76 Allegro requires updates
77 D3D requires updates