OSDN Git Service

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