1
2                           Mesa 6.2 release notes
3
4                              October 2, 2004
5
6                              PLEASE READ!!!!
7
8
9
10Introduction
11------------
12
13Mesa uses an even/odd version number scheme like the Linux kernel.
14Odd numbered versions (such as 6.1) designate new developmental releases.
15Even numbered versions (such as 6.2) designate stable releases.
16
17
18This release primarily just fixes bugs found in the Mesa 6.1 release.
19See the VERSIONS file for details.
20
21
22ToDo: PBO for polygon stipple, convolution filter, etc.
23
24
25
26Known Issues
27------------
28
29The GL_EXT_pixel_buffer_object extension isn't fully implemented for
30functions like glPolygonStipple, glConvolutionFilter, glColorTable,
31etc.  The important functions like glRead/DrawPixels, glTex[Sub]Image,
32and glBitmap work with PBOs.
33
34
35
36Driver			Status
37----------------------	---------------------
38XMesa (Xlib)		implements OpenGL 1.5
39OSMesa (off-screen)	implements OpenGL 1.5
40Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
41SVGA			implements OpenGL 1.3
42Wind River UGL		implements OpenGL 1.3
43Windows/Win32		implements OpenGL 1.5
44DJGPP			implements OpenGL 1.5
45GGI			implements OpenGL 1.3
46BeOS			implements OpenGL 1.5
47Allegro			needs updating
48D3D			needs updating
49
50
51----------------------------------------------------------------------
52