blob: 6ecb7c000f40c4cba94e895874ff8b93bf4044af [file] [log] [blame]
Andreas Bollf04a6a62012-10-10 17:55:05 +02001<!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 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Mesa Release Notes</title>
Emil Velikov5fd3b3b2013-04-12 12:41:49 +01006 <link rel="stylesheet" type="text/css" href="../mesa.css">
Andreas Bollf04a6a62012-10-10 17:55:05 +02007</head>
8<body>
9
10<div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12</div>
13
Emil Velikov5fd3b3b2013-04-12 12:41:49 +010014<iframe src="../contents.html"></iframe>
Andreas Bollf04a6a62012-10-10 17:55:05 +020015<div class="content">
16
Andreas Bolld2099262013-02-25 10:47:02 +010017<h1>Mesa 9.1 Release Notes / February 22, 2013</h1>
Andreas Bollf04a6a62012-10-10 17:55:05 +020018
19<p>
20Mesa 9.1 is a new development release.
21People who are concerned with stability and reliability should stick
22with a previous release or wait for Mesa 9.1.1.
23</p>
24<p>
25Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by
26glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
27glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
28Some drivers don't support all the features required in OpenGL 3.1. OpenGL
293.1 is <strong>only</strong> available if requested at context creation
30because GL_ARB_compatibility is not supported.
31</p>
32
33
34<h2>MD5 checksums</h2>
35<pre>
Andreas Bolld2099262013-02-25 10:47:02 +01003686d40f3056f89949368764bf84aff55e MesaLib-9.1.tar.gz
37d3891e02215422e120271d976ff1947e MesaLib-9.1.tar.bz2
3801645f28f53351c23b0beb6c688911d8 MesaLib-9.1.zip
Andreas Bollf04a6a62012-10-10 17:55:05 +020039</pre>
40
41
42<h2>New features</h2>
43
44<p>
45Note: some of the new features are only available with certain drivers.
46</p>
47
48<ul>
Matt Turner63245212013-01-25 15:06:16 -080049<li>GL_ANGLE_texture_compression_dxt3</li>
50<li>GL_ANGLE_texture_compression_dxt5</li>
51<li>GL_ARB_ES3_compatibility</li>
52<li>GL_ARB_internalformat_query</li>
Marek Olšákc9f2af32012-10-28 17:52:48 +010053<li>GL_ARB_map_buffer_alignment</li>
Matt Turner63245212013-01-25 15:06:16 -080054<li>GL_ARB_shading_language_packing</li>
Dave Airliee1ca88f2012-12-16 07:06:54 +100055<li>GL_ARB_texture_buffer_object_rgb32</li>
Matt Turner63245212013-01-25 15:06:16 -080056<li>GL_ARB_texture_cube_map_array</li>
57<li>GL_EXT_color_buffer_float</li>
58<li>GL_OES_depth_texture_cube_map</li>
Marek Olšák84513092013-01-29 17:32:14 +010059<li>OpenGL 3.1 core profile support on Radeon HD2000 up to HD6000 series </li>
60<li>Multisample anti-aliasing support on Radeon X1000 series</li>
Andreas Bolld2099262013-02-25 10:47:02 +010061<li>OpenGL ES 3.0 support on Intel HD Graphics 2000, 2500, 3000, and 4000</li>
Andreas Bollf04a6a62012-10-10 17:55:05 +020062</ul>
63
64
65<h2>Bug fixes</h2>
66
67<p>TBD -- This list is likely incomplete.</p>
68
69
70<h2>Changes</h2>
71
72<ul>
73<li>Removed VAAPI state tracker (unmaintained and broken)</li>
Eric Anholt59c44202012-10-15 10:12:25 -070074<li>Removed i965's broken hardware implementation of GL_NV_vertex_program</li>
75<li>Removed swrast support for GL_NV_vertex_program</li>
Andreas Boll85067d42012-10-16 21:24:04 +020076<li>Removed swrast support for GL_NV_fragment_program</li>
Andreas Boll63462142012-11-15 11:09:38 +010077<li>Removed OpenVMS support (unmaintained and broken)</li>
Andreas Boll44a5d732013-02-11 10:38:11 +010078<li>Removed makedepend build dependency</li>
Andreas Bollf04a6a62012-10-10 17:55:05 +020079</ul>
80
81</div>
82</body>
83</html>