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