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