OSDN Git Service

egl: Add support for EGL_KHR_image_base.
[android-x86/external-mesa.git] / docs / RELNOTES-6.2
1
2                            Mesa 6.2 release notes
3
4                               October 2, 2004
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
22 ToDo: PBO for polygon stipple, convolution filter, etc.
23
24
25
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
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 ----------------------------------------------------------------------