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 9.0.1 Release Notes / November 16th, 2012</h1>
11
12<p>
13Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0 release.
14</p>
15<p>
16Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by
17glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
18glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
19Some drivers don't support all the features required in OpenGL 3.1.  OpenGL
203.1 is <strong>only</strong> available if requested at context creation
21because GL_ARB_compatibility is not supported.
22</p>
23
24<h2>MD5 checksums</h2>
25<pre>
2697d6554c05ea7449398afe3a0ede7018  MesaLib-9.0.1.tar.bz2
27fd0fd5a6e56bc3dd210c80e42baef975  MesaLib-9.0.1.tar.gz
28c2683d957acd530a00f747f50317186f  MesaLib-9.0.1.zip
29</pre>
30
31<h2>New features</h2>
32<p>None.</p>
33
34<h2>Bug fixes</h2>
35
36<p>This list is likely incomplete.</p>
37
38<ul>
39<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44912">Bug 44912</a> - [bisected] WebGL conformance/textures/texture-mips tests fails</li>
40
41<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55856">Bug 55856</a> - kwin with gles window content is not updating (gen4)</li>
42
43<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56057">Bug 56057</a> - INTEL_swap_event not correctly listed</li>
44
45<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56211">Bug 56211</a> - src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: Assertion `u_minify(stImage-&gt;pt-&gt;height0, src_level) == stImage-&gt;base.Height' failed.</li>
46
47<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
48</ul>
49
50
51<h2>Changes</h2>
52<p>The full set of changes can be viewed by using the following GIT command:</p>
53
54<pre>
55  git log mesa-9.0..mesa-9.0.1
56</pre>
57
58<p>Adam Jackson (1):</p>
59<ul>
60  <li>glx: Add GLXBadProfileARB to the error string list</li>
61</ul>
62
63<p>Andreas Boll (7):</p>
64<ul>
65  <li>docs: add news item for 9.0 release</li>
66  <li>mesa: add get-pick-list.sh script into bin/</li>
67  <li>mesa: add initial .cherry-ignore file for the 9.0 branch</li>
68  <li>mesa: use .cherry-ignore in the get-pick-list.sh script</li>
69  <li>build: add config.sub and config.guess to tarballs target</li>
70  <li>build: add missing Makefile.in files to tarballs target</li>
71  <li>build: add missing files to tarballs target</li>
72</ul>
73
74<p>Brian Paul (2):</p>
75<ul>
76  <li>mesa: don't call TexImage driver hooks for zero-sized images</li>
77  <li>mesa: fix error check for zero-sized compressed subtexture</li>
78</ul>
79
80<p>Fredrik Höglund (1):</p>
81<ul>
82  <li>egl_dri2/x11: Fix eglPostSubBufferNV()</li>
83</ul>
84
85<p>Ian Romanick (5):</p>
86<ul>
87  <li>docs: Add 9.0 release md5sums</li>
88  <li>i965: Fix regression in depth texture rendering on pre-SNB</li>
89  <li>glx: Set sRGBCapable to a default value</li>
90  <li>docs: Add 9.0.1 release notes</li>
91  <li>mesa: Bump version to 9.0.1</li>
92</ul>
93
94<p>Imre Deak (7):</p>
95<ul>
96  <li>mesa: glGet: fix indentation of _mesa_init_get_hash</li>
97  <li>mesa: glGet: fix indentation of find_value</li>
98  <li>mesa: glGet: fix indentation of print_table_stats</li>
99  <li>mesa: glGet: fix API check for EGL_image_external enums</li>
100  <li>glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section</li>
101  <li>mesa: glGet: fix parameter lookup for apps using multiple APIs</li>
102  <li>glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS</li>
103</ul>
104
105<p>Jonas Ådahl (1):</p>
106<ul>
107  <li>wayland: Destroy frame callback when destroying surface</li>
108</ul>
109
110<p>Kenneth Graunke (1):</p>
111<ul>
112  <li>glsl: Allow ir_if in the linker's move_non_declarations function.</li>
113</ul>
114
115<p>Kristian Høgsberg (5):</p>
116<ul>
117  <li>gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()</li>
118  <li>gbm: Use the kms dumb ioctls for cursor instead of libkms</li>
119  <li>egl/wayland: Update to Wayland 0.99 API</li>
120  <li>wayland: Remove 0.85 compatibility #ifdefs</li>
121  <li>wayland: Drop support for ill-defined, unused wl_egl_pixmap</li>
122</ul>
123
124<p>Marcin Slusarz (1):</p>
125<ul>
126  <li>nouveau: use pre-calculated stride for resource_get_handle</li>
127</ul>
128
129<p>Matt Turner (4):</p>
130<ul>
131  <li>egl: Return EGL_BAD_MATCH for invalid profile attributes</li>
132  <li>Re-add HAVE_PTHREADS preprocessor macro</li>
133  <li>build: Ship install-sh in the tarball</li>
134  <li>ralloc: Annotate printf functions with PRINTFLIKE(...)</li>
135</ul>
136
137<p>Michel Dänzer (2):</p>
138<ul>
139  <li>st/mesa: Fix source miptree level for copying data to finalized miptree.</li>
140  <li>st/mesa: Fix assertions for copying texture image to finalized miptree.</li>
141</ul>
142
143<p>Owen W. Taylor (1):</p>
144<ul>
145  <li>glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()</li>
146</ul>
147
148<p>Quentin Glidic (1):</p>
149<ul>
150  <li>intel: Add missing #include &lt;time.h&gt;</li>
151</ul>
152
153<p>Tomeu Vizoso (1):</p>
154<ul>
155  <li>mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs</li>
156</ul>
157
158</body>
159</html>
160