blob: 4901c30229fe0d9fb49d4033d794f28ea85ab8d9 [file] [log] [blame]
Brian Paul6f7834a2012-06-18 12:38:34 -06001<!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>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7</head>
8<body>
9
10<h1>Mesa 8.1 Release Notes / date TBD</h1>
11
12<p>
13Mesa 8.1 is a new development release.
14</p>
15<p>
16Mesa 8.1 implements the OpenGL 3.0 API, but the version reported by
17glGetString(GL_VERSION) depends on the particular driver being used.
18Some drivers don't support all the features required in OpenGL 3.0.
19</p>
20
21
22<h2>MD5 checksums</h2>
23<pre>
24tbd
25</pre>
26
27
28<h2>New features</h2>
29
30<p>
31Note: some of the new features are only available with certain drivers.
32</p>
33
34<ul>
Marek Olšák461e9f92012-07-07 15:09:05 +020035<li>GL_ARB_base_instance</li>
36<li>GL_ARB_blend_func_extended</li>
37<li>GL_ARB_debug_output</li>
Brian Paul6f7834a2012-06-18 12:38:34 -060038<li>GL_ARB_shader_bit_encoding</li>
39<li>GL_EXT_unpack_subimage for ES 2.0</li>
40<li>GL_EXT_read_format_bgra for ES 1.1 and 2.0</li>
Marek Olšák461e9f92012-07-07 15:09:05 +020041<li>GL_EXT_texture_rg for ES 2.x</li>
42<li>GL_NV_read_buffer for ES 2.0</li>
Brian Paul6f7834a2012-06-18 12:38:34 -060043</ul>
44
45
46<h2>Bug fixes</h2>
47
48<p>TBD -- This list is likely incomplete.</p>
49
50
51<h2>Changes</h2>
52
53<p>TBD</p>
54
55
56
57</body>
58</html>