blob: 9407ceb369279a70e8fc2664e82d019decf84ebc [file] [log] [blame]
Brian Paul7c0e32b2002-12-18 14:57:34 +00001
2 Mesa 5.1 release notes
3
4 Month day, 2003
5
6 PLEASE READ!!!!
7
8
9
10Introduction
11------------
12
13Mesa uses an even/odd version number scheme like the Linux kernel.
14Even-numbered versions (such as 5.0) designate stable releases.
15Odd-numbered versions (such as 5.1) designate new developmental releases.
16
17
18New Features in Mesa 5.1
19------------------------
20
Brian Paul943f0c62003-01-21 15:49:06 +000021GL_ATI_texture_env_combine3 extension
22 This adds a few new texture combine modes.
23 Contributed by Ian Romanick.
Brian Paul7c0e32b2002-12-18 14:57:34 +000024
Brian Paulccec6472003-01-21 21:48:29 +000025GL_SGI_texture_color_table
26 Adds a color table lookup to the RGBA texture path.
27 Contributed by Eric Plante.
Brian Paul7c0e32b2002-12-18 14:57:34 +000028
29
30Device Driver Status
31--------------------
32
33A number of Mesa's software drivers haven't been actively maintained for
34some time. We rely on volunteers to maintain many of these drivers.
35Here's the current status of all included drivers:
36
37
38Driver Status
39---------------------- ---------------------
40XMesa (Xlib) implements OpenGL 1.4
41OSMesa (off-screen) implements OpenGL 1.4
42FX (3dfx Voodoo1/2) implements OpenGL 1.3
43SVGA implements OpenGL 1.3
44Wind River UGL implements OpenGL 1.3
45Windows/Win32 implements OpenGL 1.4
46DOS/DJGPP implements OpenGL 1.3
47GGI implements OpenGL 1.3
48DOS implements OpenGL 1.4
49BeOS needs updating (underway)
50Allegro needs updating
51D3D needs updating
52
53Note: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the
54driver call the _mesa_enable_1_4_extensions() function.
55
56
57----------------------------------------------------------------------
Brian Paulccec6472003-01-21 21:48:29 +000058$Id: RELNOTES-5.1,v 1.3 2003/01/21 21:48:29 brianp Exp $