Brian Paul | 2d400d4 | 2009-09-29 09:34:47 -0600 | [diff] [blame] | 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 | |
Brian Paul | da876fa | 2009-12-27 15:14:25 -0700 | [diff] [blame] | 11 | <H1>Mesa 7.6.1 Release Notes, 21 December 2009</H1> |
Brian Paul | 2d400d4 | 2009-09-29 09:34:47 -0600 | [diff] [blame] | 12 | |
| 13 | <p> |
| 14 | Mesa 7.6.1 is a bug-fix release fixing issues since version 7.6. |
| 15 | </p> |
| 16 | <p> |
| 17 | Mesa 7.6.1 implements the OpenGL 2.1 API, but the version reported by |
| 18 | glGetString(GL_VERSION) depends on the particular driver being used. |
| 19 | Some drivers don't support all the features required in OpenGL 2.1. |
| 20 | </p> |
| 21 | <p> |
| 22 | See the <a href="install.html">Compiling/Installing page</a> for prerequisites |
| 23 | for DRI hardware acceleration. |
| 24 | </p> |
| 25 | |
| 26 | |
| 27 | <h2>MD5 checksums</h2> |
| 28 | <pre> |
Ian Romanick | e9b5ed1 | 2009-12-21 18:32:32 -0800 | [diff] [blame] | 29 | e80fabad2e3eb7990adae773d6aeacba MesaLib-7.6.1.tar.gz |
| 30 | 7db4617e9e10ad3aca1b64339fd71b7d MesaLib-7.6.1.tar.bz2 |
| 31 | dd3275dbf9833480d2e92d0c69b22abd MesaLib-7.6.1.zip |
| 32 | f7fdcfe3c0f363e571c60f02f74368fb MesaDemos-7.6.1.tar.gz |
| 33 | a4226f06732a02556fcf6be290b86dff MesaDemos-7.6.1.tar.bz2 |
| 34 | 849425f356bd940726cebedfa79de176 MesaDemos-7.6.1.zip |
| 35 | d40cc7c5e337a85b674e27a8e494f52f MesaGLUT-7.6.1.tar.gz |
| 36 | ca9aecb91f05b1da9fd7d5eeb19d47d7 MesaGLUT-7.6.1.tar.bz2 |
| 37 | 23fad8398004c977a1d8953079b72ca6 MesaGLUT-7.6.1.zip |
Brian Paul | 2d400d4 | 2009-09-29 09:34:47 -0600 | [diff] [blame] | 38 | </pre> |
| 39 | |
| 40 | |
| 41 | <h2>New features</h2> |
| 42 | <ul> |
Brian Paul | 96d7d66 | 2009-10-23 14:49:47 -0600 | [diff] [blame] | 43 | <li>Upgraded GL/glext.h to version 56, GL/glxext.h to version 25, |
| 44 | GL/wglext.h to version 17 |
Alex Deucher | c5add6a | 2009-11-18 11:32:55 -0500 | [diff] [blame] | 45 | <li>New 3D driver, r600, for Radeon R6xx, R7xx hardware |
Brian Paul | 2d400d4 | 2009-09-29 09:34:47 -0600 | [diff] [blame] | 46 | </ul> |
| 47 | |
| 48 | |
| 49 | <h2>Bug fixes</h2> |
| 50 | <ul> |
| 51 | <li>Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug 24217 |
Brian Paul | 5f1faf4 | 2009-09-29 12:18:41 -0600 | [diff] [blame] | 52 | <li>glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211) |
Brian Paul | b774698 | 2009-09-29 19:05:04 -0600 | [diff] [blame] | 53 | <li>GLSL sqrt(0) returned unpredictable results |
Brian Paul | c01a77d | 2009-10-02 09:58:16 -0600 | [diff] [blame] | 54 | <li>Fixed default texture binding bug when a bound texture was deleted. |
Nicolai Hähnle | bbe384c | 2009-10-03 01:26:38 +0200 | [diff] [blame] | 55 | <li>r300: Work around an issue with very large fragment programs on R500. |
Brian Paul | cdcd9da | 2009-10-07 09:41:00 -0600 | [diff] [blame] | 56 | <li>Fake glXQueryDrawable() didn't return good values (bug 24320) |
Brian Paul | 2738681 | 2009-10-09 13:23:07 -0600 | [diff] [blame] | 57 | <li>Fixed AUX buffer breakage (bug 24426). |
Brian Paul | 946bc9a | 2009-10-16 07:38:39 -0600 | [diff] [blame] | 58 | <li>Fixed locale-dependent float parsing bug in GLSL compiler (bug 24531) |
Brian Paul | ff3f09a | 2009-10-23 14:42:32 -0600 | [diff] [blame] | 59 | <li>Fixed Gallium Cell driver compilation failure. |
| 60 | <li>Fixed glGetTexLevelParameter(GL_TEXTURE_INTERNAL_FORMAT) query so that |
| 61 | it returns the actual compressed format chosen. |
Brian Paul | 0a476318 | 2009-10-26 10:58:47 -0600 | [diff] [blame] | 62 | <li>Fixed glBitmap bugs in Intel drivers. |
Brian Paul | c510633 | 2009-11-03 16:12:02 -0700 | [diff] [blame] | 63 | <li>Fixed a number of Microsoft Visual Studio compilation problems. |
Brian Paul | 2b3ea2b | 2009-11-17 15:53:27 -0700 | [diff] [blame] | 64 | <li>Fixed clipping / provoking vertex bugs in i965 driver. |
Brian Paul | 3128d65 | 2009-11-19 09:35:01 -0700 | [diff] [blame] | 65 | <li>Assorted build fixes for AIX. |
Michel Dänzer | 601edbe | 2009-11-23 19:33:59 +0100 | [diff] [blame] | 66 | <li>Endianness fixes for the DRI swrast driver (bug 22767).</li> |
Brian Paul | fb83fa2 | 2009-12-04 08:09:07 -0700 | [diff] [blame] | 67 | <li>Point sprite fixes for i915/945 driver. |
| 68 | <li>Fixed assorted memory leaks (usually on error paths) |
Brian Paul | 7d41b42 | 2009-12-11 09:41:34 -0700 | [diff] [blame] | 69 | <li>Fixed some GLSL compiler bugs (ex: 25579) |
Brian Paul | 35ff190 | 2009-12-16 08:17:43 -0700 | [diff] [blame] | 70 | <li>Assorted build fixes for BlueGene |
Brian Paul | 2d400d4 | 2009-09-29 09:34:47 -0600 | [diff] [blame] | 71 | </ul> |
| 72 | |
Brian Paul | 5117725 | 2009-11-19 09:07:34 -0700 | [diff] [blame] | 73 | <h2>Changes</h2> |
| 74 | <ul> |
| 75 | <li>Removed old VC6, VC7 project files for Windows |
| 76 | </ul> |
| 77 | |
| 78 | |
Brian Paul | 2d400d4 | 2009-09-29 09:34:47 -0600 | [diff] [blame] | 79 | </body> |
| 80 | </html> |