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.0.1 Release Notes / February 16, 2012</h1>
11
12<p>
13Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
14</p>
15<p>
16Mesa 8.0 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<p>
21See the <a href="install.html">Compiling/Installing page</a> for prerequisites
22for DRI hardware acceleration.
23</p>
24
25
26<h2>MD5 checksums</h2>
27<pre>
284855c2d93bd2ebd43f384bdcc92c9a27  MesaLib-8.0.1.tar.gz
2924eeebf66971809d8f40775a379b36c9  MesaLib-8.0.1.tar.bz2
3054e745d14dac5717f7f65b4e2d5c1df2  MesaLib-8.0.1.zip
31</pre>
32
33<h2>New features</h2>
34<p>None.</p>
35
36<h2>Bug fixes</h2>
37
38<p>This list is likely incomplete.</p>
39
40<ul>
41
42<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=28924">Bug 28924</a> - [ILK] piglit tex-border-1 fail</li>
43
44<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=40864">Bug 40864</a> - [bisected pineview] oglc pxconv-gettex(basic.allCases) fails on pineview</li>
45
46<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=43327">Bug 43327</a> - [bisected SNB] HiZ make many oglc cases regressed</li>
47
48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44333">Bug 44333</a> - [bisected] Color distortion with xbmc mediaplayer</li>
49
50<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44927">Bug 44927</a> - [SNB IVB regression] gl-117 abort when click</li>
51
52<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45221">Bug 45221</a> - [bisected IVB] glean/fbo regression in stencil-only case</li>
53
54<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - main/image.c:1597: _mesa_convert_colors: Assertion `dstType == 0x1406' failed.</li>
55
56<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45578">Bug 45578</a> - main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.</li>
57
58<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45872">Bug 45872</a> - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview</li>
59
60<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45876">Bug 45876</a> - [PNV]oglc texenv(basic.allCases) regressed on pineview</li>
61
62<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45917">Bug 45917</a> - [PNV] Regression in Piglit test general/two-sided-lighting-separate-specular</li>
63
64<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45943">Bug 45943</a> - [r300g] r300_emit.c:365:r300_emit_aa_state: Assertion `(aa-d&gt;dest)-&gt;cs_buf' failed.</li>
65
66<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
67
68</ul>
69
70
71<h2>Changes</h2>
72<p>The full set of changes can be viewed by using the following GIT command:</p>
73
74<pre>
75  git log mesa-8.0..mesa-8.0.1
76</pre>
77
78<p>Alex Deucher (2):</p>
79<ul>
80  <li>r600g: fix tex tile_type offset for cayman</li>
81  <li>r600g: 128 bit formats require tile_type = 1 on cayman</li>
82</ul>
83
84<p>Anuj Phogat (2):</p>
85<ul>
86  <li>meta: Add pixel store/pack operations in decompress_texture_image</li>
87  <li>meta: Avoid FBO resizing/reallocating in decompress_texture_image</li>
88</ul>
89
90<p>Brian Paul (6):</p>
91<ul>
92  <li>docs: add news item for 8.0 release</li>
93  <li>docs: update info about supported systems, GPUs, APIs</li>
94  <li>docs: add VMware link</li>
95  <li>docs: remove link to the GLSL compiler page</li>
96  <li>mesa: fix proxy texture target initialization</li>
97  <li>swrast: fix span color type selection</li>
98</ul>
99
100<p>Chad Versace (2):</p>
101<ul>
102  <li>i965: Rewrite the HiZ op</li>
103  <li>i965: Remove file i965/junk, accidentally added in 7b36c68</li>
104</ul>
105
106<p>Dave Airlie (1):</p>
107<ul>
108  <li>st/mesa: only resolve if number of samples is &gt; 1</li>
109</ul>
110
111<p>Eric Anholt (3):</p>
112<ul>
113  <li>i965: Fix HiZ change compiler warning.</li>
114  <li>i965: Report the failure message when failing to compile the fragment shader.</li>
115  <li>i965/fs: Enable register spilling on gen7 too.</li>
116</ul>
117
118<p>Ian Romanick (4):</p>
119<ul>
120  <li>docs: Add 8.0 MD5 checksums</li>
121  <li>glapi: Include GLES2 headers for ES2 extension functions</li>
122  <li>swrast: Only avoid empty _TexEnvPrograms</li>
123  <li>mesa: Bump version number to 8.0.1</li>
124</ul>
125
126<p>Kenneth Graunke (4):</p>
127<ul>
128  <li>i965: Fix border color on Ironlake.</li>
129  <li>i965/fs: Add a new fs_inst::regs_written function.</li>
130  <li>i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.</li>
131  <li>i965: Emit Ivybridge VS workaround flushes.</li>
132</ul>
133
134<p>Mathias Fröhlich (1):</p>
135<ul>
136  <li>state_stracker: Fix access to uninitialized memory.</li>
137</ul>
138
139<p>Paul Berry (1):</p>
140<ul>
141  <li>i915: Fix type of "specoffset" variable.</li>
142</ul>
143
144<p>Simon Farnsworth (1):</p>
145<ul>
146  <li>r600g: Use a fake reloc to sleep for fences</li>
147</ul>
148
149</body>
150</html>
151