OSDN Git Service

Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
[android-x86/external-mesa.git] / docs / relnotes-7.1.html
1 <HTML>
2
3 <TITLE>Mesa Release Notes</TITLE>
4
5 <head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <BODY>
8
9 <body bgcolor="#eeeeee">
10
11 <H1>Mesa 7.1 Release Notes / (<em>in progress</em>)</H1>
12
13 <p>
14 Mesa 7.1 is a new development release.
15 </p>
16
17
18 <h2>MD5 checksums</h2>
19 <pre>
20 TBD
21 </pre>
22
23
24 <h2>New features</h2>
25 <ul>
26 <li>GL_EXT_texture_from_pixmap extension for Xlib driver
27 </ul>
28
29
30 <h2>Bug fixes</h2>
31 <ul>
32 </ul>
33
34
35 <h2>Internal code changes</h2>
36 <ul>
37 </ul>
38
39
40 <h2>To Do (someday) items</h2>
41 <ul>
42 <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
43 Probably do the same for malloc, calloc, etc.
44 The wrappers were useful in the past for memory debugging but now we
45 have valgrind.  Not worried about SunOS 4 support anymore either...
46 <li>Switch to freeglut
47 <li>Fix linux-glide target/driver.
48 <li>Improved lambda and derivative calculation for frag progs.
49 </ul>
50
51
52 <h2>Driver Status</h2>
53
54 <pre>
55 Driver                  Status
56 ----------------------  ----------------------
57 DRI drivers             varies with the driver
58 XMesa/GLX (on Xlib)     implements OpenGL 2.1
59 OSMesa (off-screen)     implements OpenGL 2.1
60 Windows/Win32           implements OpenGL 2.1
61 Glide (3dfx Voodoo1/2)  implements OpenGL 1.3
62 SVGA                    unsupported
63 Wind River UGL          unsupported
64 DJGPP                   unsupported
65 GGI                     unsupported
66 BeOS                    unsupported
67 Allegro                 unsupported
68 D3D                     unsupported
69 </pre>
70
71 </body>
72 </html>