Home | History | Annotate | Download | only in docs
      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   <title>Mesa Release Notes</title>
      5   <link rel="stylesheet" type="text/css" href="mesa.css">
      6   <meta http-equiv="content-type" content="text/html; charset=utf-8">
      7 </head>
      8 <body>
      9 
     10 <h1>Mesa 7.0.1 Release Notes / August 3, 2007</h1>
     11 
     12 <p>
     13 Mesa 7.0.1 is a stable release with bug fixes since version 7.0.
     14 </p>
     15 
     16 
     17 <h2>MD5 checksums</h2>
     18 <pre>
     19 db55141a44b902fcc61d9265b7862c06  MesaLib-7.0.1.tar.gz
     20 c056abd763e899114bf745c9eedbf9ad  MesaLib-7.0.1.tar.bz2
     21 ecc2637547fae2b38271ae362d013afa  MesaLib-7.0.1.zip
     22 b85a4a5be4e829f4a1165e4514b13183  MesaDemos-7.0.1.tar.gz
     23 3b66b3268df12ca8a6c4e0c4c457912c  MesaDemos-7.0.1.tar.bz2
     24 b1c18006f16e44e80fea66774c59b391  MesaDemos-7.0.1.zip
     25 b87a69986839ae43ce12fc8e3dc1ebb4  MesaGLUT-7.0.1.tar.gz
     26 25f30d0c1651997b4412366ba0572f7f  MesaGLUT-7.0.1.tar.bz2
     27 676ee6682a6ce78a5540554fd975c03e  MesaGLUT-7.0.1.zip
     28 </pre>
     29 
     30 
     31 <h2>New features</h2>
     32 <ul>
     33 <li>Added a bluegene-osmesa build config
     34 </ul>
     35 
     36 <h2>Bug fixes</h2>
     37 <ul>
     38 <li>Fixed some MingW build issues
     39 <li>Added a few missing OpenGL 2.0 API entrypoints:
     40   <ul>
     41   <li>glVertexAttrib4bv
     42   <li>glVertexAttrib4iv
     43   <li>glVertexAttrib4ubv
     44   <li>glVertexAttrib4uiv
     45   <li>glVertexAttrib4usv
     46   </ul>
     47 <li>Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457
     48 <li>GLSL bug fix: added vec2(vec4) constructor
     49 <li>GLSL bug fix: .strq and .rgba writemasks didn't always work
     50 <li>Stencil pixel map didn't always work for glDrawPixels (bug 11475)
     51 <li>Fixed polygon stipple bug in i915 driver
     52 <li>Binding a zero-sized texture didn't disable texturing (bug 11309)
     53 <li>Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include
     54 the terminating zero (bug 11588)
     55 <li>glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag properly
     56 <li>Fixed a GLSL function call bug (#11731)
     57 <li>glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug 11754)
     58 <li>glGetAttribLocation() always returned 1 (bug 11774)
     59 <li>Fixed a few memory-related bugs in GLU library
     60 </ul>
     61 
     62 
     63 <h2>Changes</h2>
     64 <ul>
     65 <li>The libOSMesa library version has been reverted to 6.5.3 (soname=6)
     66 in order to avoid application linking issues.  Otherwise, applications
     67 previously linked with libOSMesa.so.6 would no longer link with libOSMesa.so.7
     68 <li>Dropped obsolete, unmaintained Windows project files for VC6 and VC7.
     69 </ul>
     70 
     71 
     72 <h2>To Do (someday) items</h2>
     73 <ul>
     74 <li>Switch to freeglut
     75 <li>Fix linux-glide target/driver.
     76 <li>Improved lambda and derivative calculation for frag progs.
     77 </ul>
     78 
     79 
     80 <h2>Driver Status</h2>
     81 
     82 <pre>
     83 Driver			Status
     84 ----------------------	----------------------
     85 DRI drivers		varies with the driver
     86 XMesa/GLX (on Xlib)	implements OpenGL 2.1
     87 OSMesa (off-screen)	implements OpenGL 2.1
     88 Windows/Win32		implements OpenGL 2.1
     89 Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
     90 SVGA			unsupported
     91 Wind River UGL		unsupported
     92 DJGPP			unsupported
     93 GGI			unsupported
     94 BeOS			unsupported
     95 Allegro			unsupported
     96 D3D			unsupported
     97 </pre>
     98 
     99 </body>
    100 </html>
    101