1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html lang="en"> 3<head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>Mesa Release Notes</title> 6 <link rel="stylesheet" type="text/css" href="mesa.css"> 7</head> 8<body> 9 10<h1>Mesa 7.1 Release Notes / August 26, 2008</h1> 11 12<p> 13Mesa 7.1 is a new development release. 14There have been many internal code changes since Mesa 7.0.x. 15It should be relatively stable, but those who are especially concerned about 16stability should wait for Mesa 7.2 or use Mesa 7.0.4 (the previous stable 17release). 18</p> 19<p> 20Note that this version of Mesa does not use the GEM memory manager. 21The master branch of git uses GEM. 22</p> 23<p> 24DRM version 2.3.1 should be used with Mesa 7.1 25</p> 26 27 28<h2>MD5 checksums</h2> 29<pre> 30971c2fe6e6949dc5ba200a6f97a6dc81 MesaLib-7.1.tar.gz 316bff7f532d16f90f944a400c8bd7074d MesaLib-7.1.tar.bz2 32d48224bf9d54c3da6776adb4869ba024 MesaLib-7.1.zip 333de268420efca43e9a19ab506cdfc993 MesaDemos-7.1.tar.gz 34abfc9775e1462363af8ec160d1feb01f MesaDemos-7.1.tar.bz2 35f7b3623387c4036e9895cd9ac0dfad99 MesaDemos-7.1.zip 36fdf348f78cd09304b6ff801ef8acc8eb MesaGLUT-7.1.tar.gz 37f6d88a4eeb02e98c7e92f1c895d3c76b MesaGLUT-7.1.tar.bz2 384dc102a5ca51e1c41dde87d3f8c7b22a MesaGLUT-7.1.zip 39</pre> 40 41 42<h2>New features</h2> 43<ul> 44<li>autoconf-based configuration (and clean-up of Makefiles) 45<li>Assorted DRI driver enhancements 46<li>Reduced dependencies between X server and Mesa 47<li>GL_EXT_texture_from_pixmap extension for Xlib driver 48<li>Support for the GL shading language with i965 driver (implemented by Intel) 49<li>ATI R500 series support (Radeon X1300–X1950) in r300 DRI driver 50</ul> 51 52 53<h2>Bug fixes</h2> 54<ul> 55<li>Numerous GLSL fixes 56<li>Fixed some error code/detection bugs in the GLSL-related API functions 57<li>Lots of DRI driver fixes. 58</ul> 59 60 61<h2>To Do (someday) items</h2> 62<ul> 63<li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy(). 64Probably do the same for malloc, calloc, etc. 65The wrappers were useful in the past for memory debugging but now we 66have valgrind. Not worried about SunOS 4 support anymore either... 67<li>Switch to freeglut 68<li>Fix linux-glide target/driver. 69<li>Improved lambda and derivative calculation for frag progs. 70</ul> 71 72 73<h2>Driver Status</h2> 74 75<pre> 76Driver Status 77---------------------- ---------------------- 78DRI drivers varies with the driver 79XMesa/GLX (on Xlib) implements OpenGL 2.1 80OSMesa (off-screen) implements OpenGL 2.1 81Windows/Win32 implements OpenGL 2.1 82Glide (3dfx Voodoo1/2) implements OpenGL 1.3 83SVGA unsupported 84Wind River UGL unsupported 85DJGPP unsupported 86GGI unsupported 87BeOS unsupported 88Allegro unsupported 89D3D unsupported 90</pre> 91 92</body> 93</html> 94