summaryrefslogtreecommitdiff
path: root/docs/relnotes-9.0.2.html
blob: 2db5f3ee22279a9aa608e7cbca86ffcb6f72f517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Mesa Release Notes</title>
  <link rel="stylesheet" type="text/css" href="mesa.css">
</head>
<body>

<h1>Mesa 9.0.2 Release Notes / January 22th, 2013</h1>

<p>
Mesa 9.0.2 is a bug fix release which fixes bugs found since the 9.0.1 release.
</p>
<p>
Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 3.1.  OpenGL
3.1 is <strong>only</strong> available if requested at context creation
because GL_ARB_compatibility is not supported.
</p>

<h2>MD5 checksums</h2>
<pre>
TBD
</pre>

<h2>New features</h2>
<p>None.</p>

<h2>Bug fixes</h2>

<p>This list is likely incomplete.</p>

<ul>
<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=22576">Bug 22576</a> - [KMS] mesa demo spectex broken on rv280</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=26809">Bug 26809</a> - KMS/R200: Bad shading in NWN since Mesa rewrite</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - [bisected regression] Oglc fbo(negative.invalidParams3) Segmentation fault</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54402">Bug 54402</a> - st_glsl_to_tgsi.cpp:4006:dst_register: Assertion `index &lt; VERT_RESULT_MAX' failed</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55175">Bug 55175</a> - Memoryleak with glPopAttrib only on Intel GM45</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56442">Bug 56442</a> - glcpp accepts junk after #else/#elif/#endif tokens</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56706">Bug 56706</a> - EGL sets error to EGL_SUCCESS when DRI driver fails to create context</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57622">Bug 57622</a> - Webgl conformance shader-with-non-reserved-words crash.</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57842">Bug 57842</a> - r200: Culling is broken when rendering to an FBO</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57984">Bug 57984</a> - r300g: blend sfactor=GL_DST_COLOR fails with FBOs</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=58545">Bug 58545</a> - [llvmpipe] src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:75:analyse_src: Assertion `src-&gt;Index &lt; (sizeof(ctx-&gt;imm)/sizeof((ctx-&gt;imm)[0]))' failed.</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59383">Bug 59383</a> - src/glsl/tests/Makefile.am missing $(top_srcdir)/include</li>

<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
</ul>


<h2>Changes</h2>
<p>The full set of changes can be viewed by using the following GIT command:</p>

<pre>
  git log mesa-9.0.1..mesa-9.0.2
</pre>

<p>Abdiel Janulgue (1):</p>
<ul>
  <li>mesa: Fix a crash in update_texture_state() for external texture type</li>
</ul>

<p>Adam Jackson (4):</p>
<ul>
  <li>glcpp: Fix visibility CFLAGS in automake</li>
  <li>glcpp: Typo fix.</li>
  <li>galahad, noop: Fix visibility CFLAGS in automake</li>
  <li>r300g: Fix visibility CFLAGS in automake</li>
</ul>

<p>Alex Deucher (2):</p>
<ul>
  <li>radeonsi: add some new SI pci ids</li>
  <li>radeonsi: add a new SI pci id</li>
</ul>

<p>Ander Conselvan de Oliveira (2):</p>
<ul>
  <li>egl/wayland: Don't invalidate drawable on swap buffers</li>
  <li>egl/wayland: Dispatch the event queue before get_buffers</li>
  <li>egl/wayland: Destroy the pending buffer callback with the egl surface</li>
</ul>

<p>Andreas Boll (9):</p>
<ul>
  <li>docs: fix release date of 9.0.1</li>
  <li>docs: add news item for 9.0.1 release</li>
  <li>Add .dirstamp to toplevel .gitignore</li>
  <li>build: use git ls-files for adding all Makefile.in into the release tarball</li>
  <li>build: Fix GLES linkage without libglapi</li>
  <li>Revert "r600g: try to fix streamout for the cases where BURST_COUNT &gt; 0"</li>
  <li>mesa: update .cherry-ignore list</li>
  <li>mesa: Bump version to 9.0.2</li>
  <li>docs: Add 9.0.2 release notes</li>
</ul>

<p>Anuj Phogat (2):</p>
<ul>
  <li>mesa: Generate invalid operation in glGenerateMipMap for integer textures</li>
  <li>meta: Remove redundant code in _mesa_meta_GenerateMipmap</li>
</ul>

<p>Ben Skeggs (3):</p>
<ul>
  <li>nvc0: fix missing permanent bo reference on poly cache</li>
  <li>nvc0: point vertex runout at a valid address</li>
  <li>nv50: point vertex runout at a valid address</li>
</ul>

<p>Brian Paul (5):</p>
<ul>
  <li>svga: don't use uninitialized framebuffer state</li>
  <li>st/mesa: replace REALLOC() with realloc()</li>
  <li>st/mesa: free TGSI tokens with ureg_free_tokens()</li>
  <li>util: added pipe_surface_release() function</li>
  <li>gallivm: support more immediates in lp_build_tgsi_info()</li>
</ul>

<p>Bryan Cain (1):</p>
<ul>
  <li>glsl_to_tgsi: set correct register type for array and structure elements</li>
</ul>

<p>Chad Versace (2):</p>
<ul>
  <li>i965: Validate requested GLES context version in brwCreateContext</li>
  <li>egl/dri2: Set error code when dri2CreateContextAttribs fails</li>
</ul>

<p>Chris Fester (1):</p>
<ul>
  <li>util: null-out the node's prev/next pointers in list_del()</li>
</ul>

<p>Christoph Bumiller (5):</p>
<ul>
  <li>nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D</li>
  <li>nvc0: add missing call to map edge flag in push_vbo</li>
  <li>nv50/ir: wrap assertion using typeid in #ifndef NDEBUG</li>
  <li>nouveau: fix undefined behaviour when testing sample_count</li>
  <li>nv50/ir: restore use of long immediate encodings</li>
</ul>

<p>Dave Airlie (5):</p>
<ul>
  <li>r600g: fix lod bias/explicit lod with cube maps.</li>
  <li>glsl_to_tgsi: fix dst register for texturing fetches.</li>
  <li>glsl: fix cut-n-paste error in error handling. (v2)</li>
  <li>glsl: initialise killed_all field.</li>
  <li>glsl: fix uninitialised variable from constructor</li>
</ul>

<p>Eric Anholt (4):</p>
<ul>
  <li>mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().</li>
  <li>mesa: Fix core GL genned-name handling for glBeginQuery().</li>
  <li>mesa: Fix segfault on reading from a missing color read buffer.</li>
  <li>i965/gen4: Fix memory leak each time compile_gs_prog() is called.</li>
</ul>

<p>Ian Romanick (2):</p>
<ul>
  <li>docs: Add 9.0.1 release md5sums</li>
  <li>glsl: Don't add structure fields to the symbol table</li>
</ul>

<p>Johannes Obermayr (4):</p>
<ul>
  <li>clover: Install CL headers.</li>
  <li>gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM &gt;= 3.2.</li>
  <li>clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new introduced libclc.pc.</li>
  <li>tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).</li>
</ul>

<p>Jonas Ådahl (1):</p>
<ul>
  <li>wayland: Don't cancel a roundtrip when any event is received</li>
</ul>

<p>José Fonseca (1):</p>
<ul>
  <li>llvmpipe: Obey back writemask.</li>
</ul>

<p>Kenneth Graunke (8):</p>
<ul>
  <li>i965/vs: Fix unit mismatch in scratch base_offset parameter.</li>
  <li>i965/vs: Implement register spilling.</li>
  <li>mesa: Don't flatten IF statements by default.</li>
  <li>glcpp: Don't use infinite lookhead for #define differentiation.</li>
  <li>i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.</li>
  <li>i965/vs: Preserve the type when copy propagating into an instruction.</li>
  <li>mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.</li>
  <li>i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.</li>
</ul>

<p>Kristian Høgsberg (1):</p>
<ul>
  <li>egl/wayland: Add invalidate back in eglSwapBuffers()</li>
</ul>

<p>Maarten Lankhorst (2):</p>
<ul>
  <li>makefiles: use configured name for -ldrm* where possible</li>
  <li>automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too</li>
</ul>

<p>Marek Olšák (17):</p>
<ul>
  <li>st/mesa: fix integer texture border color for some formats (v2)</li>
  <li>r300g: fix texture border color for sRGB formats</li>
  <li>mesa: bump MAX_VARYING to 32</li>
  <li>draw: fix assertion failure in draw_emit_vertex_attr</li>
  <li>vbo: fix glVertexAttribI* functions</li>
  <li>mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2</li>
  <li>mesa: fix error checking of TexStorage(levels) for array and rect textures</li>
  <li>st/mesa: fix guessing the base level size</li>
  <li>st/mesa: fix computation of last_level during texture creation</li>
  <li>st/mesa: fix computation of last_level in GenerateMipmap</li>
  <li>r600g: fix streamout on RS780 and RS880</li>
  <li>r600g: advertise 32 streamout vec4 outputs</li>
  <li>r600g: fix broken streamout if streamout_begin caused a context flush</li>
  <li>mesa: fix BlitFramebuffer between linear and sRGB formats</li>
  <li>r600g: try to fix streamout for the cases where BURST_COUNT &gt; 0</li>
  <li>r600g: always use a tiled resource as the destination of MSAA resolve</li>
  <li>mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2</li>
</ul>

<p>Mario Kleiner (1):</p>
<ul>
  <li>mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on &lt; OpenGL-2.0</li>
</ul>

<p>Matt Turner (1):</p>
<ul>
  <li>glcpp: Reject garbage after #else and #endif tokens</li>
</ul>

<p>Stefan Dösinger (1):</p>
<ul>
  <li>r300: Don't disable destination read if the src blend factor needs it</li>
</ul>

<p>Tapani Pälli (1):</p>
<ul>
  <li>android: generate matching remap_helper to dispatch table</li>
</ul>

<p>Tom Stellard (1):</p>
<ul>
  <li>r600g: Use LOOP_START_DX10 for loops</li>
</ul>

<p>Vinson Lee (1):</p>
<ul>
  <li>i915: Fix wrong sizeof argument in i915_update_tex_unit.</li>
</ul>

<p>smoki (2):</p>
<ul>
  <li>r200: fix broken tcl lighting</li>
  <li>radeon/r200: Fix tcl culling</li>
</ul>

</body>
</html>