blob: 99eafb9c7fbb8db0c2d11fdd6fea2dcc137bd90a [file] [log] [blame]
Andreas Boll207d52e2012-06-16 10:51:06 +02001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html lang="en">
Ian Romanick5812b242011-08-31 13:20:00 -07003<head>
Andreas Boll207d52e2012-06-16 10:51:06 +02004 <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 Romanick5812b242011-08-31 13:20:00 -07007</head>
Andreas Boll207d52e2012-06-16 10:51:06 +02008<body>
Ian Romanick5812b242011-08-31 13:20:00 -07009
Andreas Bollfb918722012-06-16 10:51:17 +020010<h1>Mesa 8.0 Release Notes / February 9, 2012</h1>
Ian Romanick5812b242011-08-31 13:20:00 -070011
12<p>
Kenneth Graunkea53cb342012-01-06 16:54:11 -080013Mesa 8.0 is a new development release.
Ian Romanick5812b242011-08-31 13:20:00 -070014People who are concerned with stability and reliability should stick
Kenneth Graunkea53cb342012-01-06 16:54:11 -080015with a previous release or wait for Mesa 8.0.1.
Ian Romanick5812b242011-08-31 13:20:00 -070016</p>
17<p>
Kenneth Graunkea53cb342012-01-06 16:54:11 -080018Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by
Ian Romanick5812b242011-08-31 13:20:00 -070019glGetString(GL_VERSION) depends on the particular driver being used.
Kenneth Graunkea53cb342012-01-06 16:54:11 -080020Some drivers don't support all the features required in OpenGL 3.0.
Ian Romanick5812b242011-08-31 13:20:00 -070021</p>
22<p>
23See the <a href="install.html">Compiling/Installing page</a> for prerequisites
24for DRI hardware acceleration.
25</p>
26
27
28<h2>MD5 checksums</h2>
29<pre>
Ian Romanick94846f82012-02-09 14:28:58 -0800303516fea6c28ce4a0fa9759e4894729a1 MesaLib-8.0.tar.gz
311a5668fe72651a670611164cefc703b2 MesaLib-8.0.tar.bz2
3266f5a01a85530a91472a3acceb556db8 MesaLib-8.0.zip
Ian Romanick5812b242011-08-31 13:20:00 -070033</pre>
34
35
36<h2>New features</h2>
37<ul>
Marek Olšák56ac7cc2011-10-24 21:08:13 +020038<li>GL_ARB_ES2_compatibility (r300g, r600g)
Marek Olšák661b8532011-09-23 03:01:00 +020039<li>GL_ARB_depth_buffer_float (r600g)
40<li>GL_ARB_vertex_type_2_10_10_10_rev (r600g)
Brian Pauld09b11092011-10-31 10:52:57 -060041<li>GL_ARB_texture_storage (gallium drivers and swrast)
Eric Anholt03e623a2011-09-20 15:27:07 -070042<li>GL_EXT_packed_float (i965)
Eric Anholt6e610a02011-10-05 13:26:42 -070043<li>GL_EXT_texture_array (r600g, i965)
Marek Olšák661b8532011-09-23 03:01:00 +020044<li>GL_EXT_texture_shared_exponent (i965)
Marek Olšák4a0afa22011-10-29 14:33:08 +020045<li>GL_NV_fog_distance (all gallium drivers, nouveau classic)
Marek Olšák661b8532011-09-23 03:01:00 +020046<li>GL_NV_primitive_restart (r600g)
Chia-I Wua5695112011-11-01 12:06:28 +080047<li>GL_OES_EGL_image_external (gallium drivers)
Chia-I Wu912f7b62011-11-30 12:29:54 +080048<li>GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe)
Dave Airlieee47e192011-11-27 16:44:13 +000049<li>ARB_texture_rgb10_a2ui (softpipe, r600g)
Brian Paulbe928ec2011-09-23 08:05:36 -060050<li>Many updates to the VMware svga Gallium driver
Ian Romanick5812b242011-08-31 13:20:00 -070051</ul>
52
53
54<h2>Bug fixes</h2>
Ian Romanick5812b242011-08-31 13:20:00 -070055
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äch5383c9c2011-11-29 17:07:05 +010070<li>Removed support for GL_APPLE_client_storage extension.</li>
Eric Anholtb300d622011-10-20 15:10:05 -070071<li>Removed the classic Mesa r300 and r600 drivers, which are superseded
Kai Wasserbäch5383c9c2011-11-29 17:07:05 +010072 by the gallium drivers for this hardware.</li>
Kai Wasserbäch0a22fb62011-11-29 22:36:02 +010073<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 Romanick5812b242011-08-31 13:20:00 -070076</ul>
77
78
79</body>
80</html>