docs: remove mention of old driver maintenance
[mesa.git] / docs / relnotes-8.1.html
1 <!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>
13 Mesa 8.1 is a new development release.
14 </p>
15 <p>
16 Mesa 8.1 implements the OpenGL 3.0 API, but the version reported by
17 glGetString(GL_VERSION) depends on the particular driver being used.
18 Some drivers don't support all the features required in OpenGL 3.0.
19 </p>
20
21
22 <h2>MD5 checksums</h2>
23 <pre>
24 tbd
25 </pre>
26
27
28 <h2>New features</h2>
29
30 <p>
31 Note: some of the new features are only available with certain drivers.
32 </p>
33
34 <ul>
35 <li>GL_ARB_base_instance</li>
36 <li>GL_ARB_blend_func_extended</li>
37 <li>GL_ARB_debug_output</li>
38 <li>GL_ARB_invalidate_subdate - Currently a "no-op" implementation. This
39 extension is always enabled in all drivers.</li>
40 <li>GL_ARB_shader_bit_encoding</li>
41 <li>GL_ARB_timer_query</li>
42 <li>GL_ARB_transform_feedback3</li>
43 <li>GL_ARB_transform_feedback_instanced</li>
44 <li>GL_EXT_unpack_subimage for ES 2.0</li>
45 <li>GL_EXT_read_format_bgra for ES 1.1 and 2.0</li>
46 <li>GL_EXT_texture_rg for ES 2.x</li>
47 <li>GL_NV_read_buffer for ES 2.0</li>
48 <li>EGL_KHR_create_context</li>
49 <li>EGL_KHR_surfaceless_context - This replaces the
50 EGL_KHR_surfaceless_{gles1,gles2,opengl} extensions that were never approved
51 by Khronos.</li>
52 <li>EGL_EXT_create_context_robustness</li>
53 </ul>
54
55
56 <h2>Bug fixes</h2>
57
58 <p>TBD -- This list is likely incomplete.</p>
59
60
61 <h2>Changes</h2>
62
63 <p>
64 The legacy/static Makefile system (ex: 'make linux-dri') has been removed.
65 The two supported build methods are now autoconf/automake and SCons.
66 </p>
67
68
69 </body>
70 </html>