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"> |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 3 | <head> |
Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [diff] [blame] | 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"> |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 7 | </head> |
Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [diff] [blame] | 8 | <body> |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 9 | |
Andreas Boll | fb91872 | 2012-06-16 10:51:17 +0200 | [diff] [blame] | 10 | <h1>Mesa 8.0 Release Notes / February 9, 2012</h1> |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 11 | |
| 12 | <p> |
Kenneth Graunke | a53cb34 | 2012-01-06 16:54:11 -0800 | [diff] [blame] | 13 | Mesa 8.0 is a new development release. |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 14 | People who are concerned with stability and reliability should stick |
Kenneth Graunke | a53cb34 | 2012-01-06 16:54:11 -0800 | [diff] [blame] | 15 | with a previous release or wait for Mesa 8.0.1. |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 16 | </p> |
| 17 | <p> |
Kenneth Graunke | a53cb34 | 2012-01-06 16:54:11 -0800 | [diff] [blame] | 18 | Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 19 | glGetString(GL_VERSION) depends on the particular driver being used. |
Kenneth Graunke | a53cb34 | 2012-01-06 16:54:11 -0800 | [diff] [blame] | 20 | Some drivers don't support all the features required in OpenGL 3.0. |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 21 | </p> |
| 22 | <p> |
| 23 | See the <a href="install.html">Compiling/Installing page</a> for prerequisites |
| 24 | for DRI hardware acceleration. |
| 25 | </p> |
| 26 | |
| 27 | |
| 28 | <h2>MD5 checksums</h2> |
| 29 | <pre> |
Ian Romanick | 94846f8 | 2012-02-09 14:28:58 -0800 | [diff] [blame] | 30 | 3516fea6c28ce4a0fa9759e4894729a1 MesaLib-8.0.tar.gz |
| 31 | 1a5668fe72651a670611164cefc703b2 MesaLib-8.0.tar.bz2 |
| 32 | 66f5a01a85530a91472a3acceb556db8 MesaLib-8.0.zip |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 33 | </pre> |
| 34 | |
| 35 | |
| 36 | <h2>New features</h2> |
| 37 | <ul> |
Marek Olšák | 56ac7cc | 2011-10-24 21:08:13 +0200 | [diff] [blame] | 38 | <li>GL_ARB_ES2_compatibility (r300g, r600g) |
Marek Olšák | 661b853 | 2011-09-23 03:01:00 +0200 | [diff] [blame] | 39 | <li>GL_ARB_depth_buffer_float (r600g) |
| 40 | <li>GL_ARB_vertex_type_2_10_10_10_rev (r600g) |
Brian Paul | d09b1109 | 2011-10-31 10:52:57 -0600 | [diff] [blame] | 41 | <li>GL_ARB_texture_storage (gallium drivers and swrast) |
Eric Anholt | 03e623a | 2011-09-20 15:27:07 -0700 | [diff] [blame] | 42 | <li>GL_EXT_packed_float (i965) |
Eric Anholt | 6e610a0 | 2011-10-05 13:26:42 -0700 | [diff] [blame] | 43 | <li>GL_EXT_texture_array (r600g, i965) |
Marek Olšák | 661b853 | 2011-09-23 03:01:00 +0200 | [diff] [blame] | 44 | <li>GL_EXT_texture_shared_exponent (i965) |
Marek Olšák | 4a0afa2 | 2011-10-29 14:33:08 +0200 | [diff] [blame] | 45 | <li>GL_NV_fog_distance (all gallium drivers, nouveau classic) |
Marek Olšák | 661b853 | 2011-09-23 03:01:00 +0200 | [diff] [blame] | 46 | <li>GL_NV_primitive_restart (r600g) |
Chia-I Wu | a569511 | 2011-11-01 12:06:28 +0800 | [diff] [blame] | 47 | <li>GL_OES_EGL_image_external (gallium drivers) |
Chia-I Wu | 912f7b6 | 2011-11-30 12:29:54 +0800 | [diff] [blame] | 48 | <li>GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe) |
Dave Airlie | ee47e19 | 2011-11-27 16:44:13 +0000 | [diff] [blame] | 49 | <li>ARB_texture_rgb10_a2ui (softpipe, r600g) |
Brian Paul | be928ec | 2011-09-23 08:05:36 -0600 | [diff] [blame] | 50 | <li>Many updates to the VMware svga Gallium driver |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 51 | </ul> |
| 52 | |
| 53 | |
| 54 | <h2>Bug fixes</h2> |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 55 | |
| 56 | |
| 57 | <h2>Changes</h2> |
| 58 | <ul> |
| 59 | <li>Removed all DRI drivers that did not support DRI2. Specifically, |
| 60 | i810, mach64, mga, r128, savage, sis, tdfx, and unichrome were |
| 61 | removed.</li> |
| 62 | <li>Removed support for BeOS.</li> |
| 63 | <li>Removed the obsolete (and unmaintained) Windows "gldirect" and |
| 64 | "ICD" drivers.</li> |
| 65 | <li>Removed the linux-fbdev software driver.</li> |
| 66 | <li>Removed all remnants of paletted texture support. As required by |
| 67 | desktop OpenGL, <tt>GL_COLOR_INDEX</tt> data can still be uploaded |
| 68 | to a color (e.g., RGBA) texture. However, the data cannot be stored |
| 69 | internally as color-index.</li> |
Kai Wasserbäch | 5383c9c | 2011-11-29 17:07:05 +0100 | [diff] [blame] | 70 | <li>Removed support for GL_APPLE_client_storage extension.</li> |
Eric Anholt | b300d62 | 2011-10-20 15:10:05 -0700 | [diff] [blame] | 71 | <li>Removed the classic Mesa r300 and r600 drivers, which are superseded |
Kai Wasserbäch | 5383c9c | 2011-11-29 17:07:05 +0100 | [diff] [blame] | 72 | by the gallium drivers for this hardware.</li> |
Kai Wasserbäch | 0a22fb6 | 2011-11-29 22:36:02 +0100 | [diff] [blame] | 73 | <li>Removed the dead Gallium i965, cell and failover drivers, which were |
| 74 | either broken and with nobody in sight to fix the situation or |
| 75 | deprecated.</li> |
Ian Romanick | 5812b24 | 2011-08-31 13:20:00 -0700 | [diff] [blame] | 76 | </ul> |
| 77 | |
| 78 | |
| 79 | </body> |
| 80 | </html> |