• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Mesa 7.4.2 Release Notes / May 15, 2009
2=======================================
3
4Mesa 7.4.2 is a stable development release fixing bugs since the 7.4.1
5release.
6
7Mesa 7.4.2 implements the OpenGL 2.1 API, but the version reported by
8glGetString(GL_VERSION) depends on the particular driver being used.
9Some drivers don't support all the features required in OpenGL 2.1.
10
11See the :doc:`Compiling/Installing page <../install>` for
12prerequisites for DRI hardware acceleration.
13
14MD5 checksums
15-------------
16
17::
18
19   172f5193154dad731387f97bd44ab68f  MesaLib-7.4.2.tar.gz
20   b10a76e32bde4645cfc34ea0416d7d8b  MesaLib-7.4.2.tar.bz2
21   cc6dfc2efd424cc342b84e6bcd78ce5d  MesaLib-7.4.2.zip
22   182a7e78aa7a480b3650a5c956dbddd1  MesaDemos-7.4.2.tar.gz
23   bf559a0485667a3bfa4513a23501579b  MesaDemos-7.4.2.tar.bz2
24   5379e622b65e8c22022dba34aeb6f4f9  MesaDemos-7.4.2.zip
25   7cc43c1c35bf6a279a16e063dea3b8c5  MesaGLUT-7.4.2.tar.gz
26   e0dfc44d537904a030861e5b3c760c11  MesaGLUT-7.4.2.tar.bz2
27   4a6cf5bbbac190d6ba97448b3098b7f4  MesaGLUT-7.4.2.zip
28
29Bug fixes
30---------
31
32-  Fixed segfault when rendering to front buffer with DRI 1.
33-  Fixed swrast texture rectangle bug when wrap mode =
34   GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461)
35-  Fixed texture object mem leak during context destruction.
36-  Fixed a state validation bug in glCopyTex[Sub]Image()
37-  Fixed some i965 GLSL bugs.
38-  Fixed an R300 driver texture object bad memory reference.
39
40Driver Status
41-------------
42
43::
44
45   Driver         Status
46   ----------------------  ----------------------
47   DRI drivers     varies with the driver
48   XMesa/GLX (on Xlib) implements OpenGL 2.1
49   OSMesa (off-screen) implements OpenGL 2.1
50   Windows/Win32       implements OpenGL 2.1
51   Glide (3dfx Voodoo1/2)  implements OpenGL 1.3
52   SVGA            unsupported
53   Wind River UGL      unsupported
54   DJGPP           unsupported
55   GGI         unsupported
56   BeOS            unsupported
57   Allegro         unsupported
58   D3D         unsupported
59