blob: 29a314c061e3cf0ec351322843fe8afd1ee247fe [file] [log] [blame]
Ian Romanick61cf89c2012-02-16 18:55:18 -08001<HTML>
2
3<head>
4<TITLE>Mesa Release Notes</TITLE>
5<link rel="stylesheet" type="text/css" href="mesa.css">
6<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7</head>
8
9<BODY>
10
11<body bgcolor="#eeeeee">
12
13<H1>Mesa 8.0.1 Release Notes / February 16, 2012</H1>
14
15<p>
16Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
17</p>
18<p>
19Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by
20glGetString(GL_VERSION) depends on the particular driver being used.
21Some drivers don't support all the features required in OpenGL 3.0.
22</p>
23<p>
24See the <a href="install.html">Compiling/Installing page</a> for prerequisites
25for DRI hardware acceleration.
26</p>
27
28
29<h2>MD5 checksums</h2>
30<pre>
Ian Romanick578dc602012-02-16 23:25:14 -0800314855c2d93bd2ebd43f384bdcc92c9a27 MesaLib-8.0.1.tar.gz
3224eeebf66971809d8f40775a379b36c9 MesaLib-8.0.1.tar.bz2
3354e745d14dac5717f7f65b4e2d5c1df2 MesaLib-8.0.1.zip
Ian Romanick61cf89c2012-02-16 18:55:18 -080034</pre>
35
36<h2>New features</h2>
37<p>None.</p>
38
39<h2>Bug fixes</h2>
40
41<p>This list is likely incomplete.</p>
42
43<ul>
44
45<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=28924">Bug 28924</a> - [ILK] piglit tex-border-1 fail</li>
46
47<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>
48
49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=43327">Bug 43327</a> - [bisected SNB] HiZ make many oglc cases regressed</li>
50
51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44333">Bug 44333</a> - [bisected] Color distortion with xbmc mediaplayer</li>
52
53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44927">Bug 44927</a> - [SNB IVB regression] gl-117 abort when click</li>
54
55<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>
56
57<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>
58
59<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>
60
61<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>
62
63<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45876">Bug 45876</a> - [PNV]oglc texenv(basic.allCases) regressed on pineview</li>
64
65<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>
66
67<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>
68
69<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
70
71</ul>
72
73
74<h2>Changes</h2>
75<p>The full set of changes can be viewed by using the following GIT command:</p>
76
77<pre>
78 git log mesa-8.0..mesa-8.0.1
79</pre>
80
81<p>Alex Deucher (2):
82<ul>
83 <li>r600g: fix tex tile_type offset for cayman</li>
84 <li>r600g: 128 bit formats require tile_type = 1 on cayman</li>
85</ul></p>
86
87<p>Anuj Phogat (2):
88<ul>
89 <li>meta: Add pixel store/pack operations in decompress_texture_image</li>
90 <li>meta: Avoid FBO resizing/reallocating in decompress_texture_image</li>
91</ul></p>
92
93<p>Brian Paul (6):
94<ul>
95 <li>docs: add news item for 8.0 release</li>
96 <li>docs: update info about supported systems, GPUs, APIs</li>
97 <li>docs: add VMware link</li>
98 <li>docs: remove link to the GLSL compiler page</li>
99 <li>mesa: fix proxy texture target initialization</li>
100 <li>swrast: fix span color type selection</li>
101</ul></p>
102
103<p>Chad Versace (2):
104<ul>
105 <li>i965: Rewrite the HiZ op</li>
106 <li>i965: Remove file i965/junk, accidentally added in 7b36c68</li>
107</ul></p>
108
109<p>Dave Airlie (1):
110<ul>
111 <li>st/mesa: only resolve if number of samples is &gt; 1</li>
112</ul></p>
113
114<p>Eric Anholt (3):
115<ul>
116 <li>i965: Fix HiZ change compiler warning.</li>
117 <li>i965: Report the failure message when failing to compile the fragment shader.</li>
118 <li>i965/fs: Enable register spilling on gen7 too.</li>
119</ul></p>
120
121<p>Ian Romanick (4):
122<ul>
123 <li>docs: Add 8.0 MD5 checksums</li>
124 <li>glapi: Include GLES2 headers for ES2 extension functions</li>
125 <li>swrast: Only avoid empty _TexEnvPrograms</li>
126 <li>mesa: Bump version number to 8.0.1</li>
127</ul></p>
128
129<p>Kenneth Graunke (4):
130<ul>
131 <li>i965: Fix border color on Ironlake.</li>
132 <li>i965/fs: Add a new fs_inst::regs_written function.</li>
133 <li>i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.</li>
134 <li>i965: Emit Ivybridge VS workaround flushes.</li>
135</ul></p>
136
137<p>Mathias Fröhlich (1):
138<ul>
139 <li>state_stracker: Fix access to uninitialized memory.</li>
140</ul></p>
141
142<p>Paul Berry (1):
143<ul>
144 <li>i915: Fix type of "specoffset" variable.</li>
145</ul></p>
146
147<p>Simon Farnsworth (1):
148<ul>
149 <li>r600g: Use a fake reloc to sleep for fences</li>
150</ul></p>
151
152</body>
153</html>