blob: 1810ad4c69994b4c1ed333ff0742025fa9668a33 [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>
Emil Velikov5fd3b3b2013-04-12 12:41:49 +01006 <link rel="stylesheet" type="text/css" href="../mesa.css">
Brian Paul6f7834a2012-06-18 12:38:34 -06007</head>
8<body>
9
Andreas Bollb5da52a2012-09-18 18:57:02 +020010<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 Bollb5da52a2012-09-18 18:57:02 +020015<div class="content">
16
Andreas Bollc833d982012-10-09 17:36:41 +020017<h1>Mesa 9.0 Release Notes / October 8, 2012</h1>
Brian Paul6f7834a2012-06-18 12:38:34 -060018
19<p>
Ian Romanick07914842012-08-30 13:55:02 -070020Mesa 9.0 is a new development release.
21People who are concerned with stability and reliability should stick
22with a previous release or wait for Mesa 9.0.1.
Brian Paul6f7834a2012-06-18 12:38:34 -060023</p>
24<p>
Ian Romanick07914842012-08-30 13:55:02 -070025Mesa 9.0 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.
Brian Paul6f7834a2012-06-18 12:38:34 -060031</p>
32
33
34<h2>MD5 checksums</h2>
35<pre>
Andreas Bollc833d982012-10-09 17:36:41 +020036be4cd34c6599a7cb9d254b05c48bdb1f MesaLib-9.0.tar.gz
3760e557ce407be3732711da484ab3db6c MesaLib-9.0.tar.bz2
3816b128544cd3f7e237927bb9f8aab7ce MesaLib-9.0.zip
Brian Paul6f7834a2012-06-18 12:38:34 -060039</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>
Andreas Boll0dcf5552012-08-31 16:53:25 +020049<li>Added new Gallium3D - nv30 driver</li>
50<li>Added new Gallium3D - radeonsi driver</li>
51<li>Added OpenCL state tracker Clover</li>
52<li>Completed VDPAU state tracker (video decoding support is currently limited to MPEG1 and MPEG2)</li>
Marek Olšák461e9f92012-07-07 15:09:05 +020053<li>GL_ARB_base_instance</li>
54<li>GL_ARB_blend_func_extended</li>
55<li>GL_ARB_debug_output</li>
Andreas Boll0dcf5552012-08-31 16:53:25 +020056<li>GL_ARB_invalidate_subdata - Currently a "no-op" implementation. This
Ian Romanick25877182012-08-13 13:17:33 -070057extension is always enabled in all drivers.</li>
Brian Paul6f7834a2012-06-18 12:38:34 -060058<li>GL_ARB_shader_bit_encoding</li>
Ian Romanick2d2f1fd2012-08-30 15:22:37 -070059<li>GL_ARB_texture_buffer_object</li>
Marek Olšák768589e2012-07-05 20:27:28 +020060<li>GL_ARB_timer_query</li>
Marek Olšák0f3659b2012-07-05 15:34:42 +020061<li>GL_ARB_transform_feedback3</li>
62<li>GL_ARB_transform_feedback_instanced</li>
Ian Romanick2d2f1fd2012-08-30 15:22:37 -070063<li>GL_ARB_uniform_buffer_object</li>
Brian Paul6f7834a2012-06-18 12:38:34 -060064<li>GL_EXT_unpack_subimage for ES 2.0</li>
65<li>GL_EXT_read_format_bgra for ES 1.1 and 2.0</li>
Marek Olšák461e9f92012-07-07 15:09:05 +020066<li>GL_EXT_texture_rg for ES 2.x</li>
67<li>GL_NV_read_buffer for ES 2.0</li>
Andreas Boll0dcf5552012-08-31 16:53:25 +020068<li>GLX_ARB_create_context_robustness</li>
Ian Romanickcde2b7e2012-08-14 15:45:17 -070069<li>EGL_KHR_create_context</li>
70<li>EGL_KHR_surfaceless_context - This replaces the
71EGL_KHR_surfaceless_{gles1,gles2,opengl} extensions that were never approved
72by Khronos.</li>
73<li>EGL_EXT_create_context_robustness</li>
Brian Paul6f7834a2012-06-18 12:38:34 -060074</ul>
75
76
77<h2>Bug fixes</h2>
78
79<p>TBD -- This list is likely incomplete.</p>
80
81
82<h2>Changes</h2>
83
Andreas Boll0dcf5552012-08-31 16:53:25 +020084<ul>
85<li>
Brian Paul8f2a13c2012-07-23 11:29:42 -060086The legacy/static Makefile system (ex: 'make linux-dri') has been removed.
Andreas Boll0dcf5552012-08-31 16:53:25 +020087<br>
Brian Paul8f2a13c2012-07-23 11:29:42 -060088The two supported build methods are now autoconf/automake and SCons.
Andreas Boll0dcf5552012-08-31 16:53:25 +020089</li>
90<li>Removed support for GL_ARB_shadow_ambient extension</li>
91<li>Removed Gallium3D - nvfx driver (use nv30 instead)</li>
Andreas Boll6fb8aeb2012-09-01 11:18:19 +020092<li>
Matt Turnerb95d5982012-08-23 16:39:20 -070093libGLU has been moved into its own repository, found at <a href="http://cgit.freedesktop.org/mesa/glu/">http://cgit.freedesktop.org/mesa/glu/</a>
Andreas Boll6fb8aeb2012-09-01 11:18:19 +020094</li>
95</ul>
Matt Turnerb95d5982012-08-23 16:39:20 -070096
Andreas Bollb5da52a2012-09-18 18:57:02 +020097</div>
Brian Paul6f7834a2012-06-18 12:38:34 -060098</body>
99</html>