• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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<div class="header">
11  <h1>The Mesa 3D Graphics Library</h1>
12</div>
13
14<iframe src="../contents.html"></iframe>
15<div class="content">
16
17<h1>Mesa 10.0.1 Release Notes / (December 12, 2013)</h1>
18
19<p>
20Mesa 10.0.1 is a bug fix release which fixes bugs found since the 10.0 release.
21</p>
22<p>
23Mesa 10.0.1 implements the OpenGL 3.3 API, but the version reported by
24glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26Some drivers don't support all the features required in OpenGL 3.3.  OpenGL
273.3 is <strong>only</strong> available if requested at context creation
28because compatibility contexts not supported.
29</p>
30
31
32<h2>MD5 checksums</h2>
33<pre>
340a72ca5b36046a658bf6038326ff32ed  MesaLib-10.0.1.tar.bz2
3501bde35c912e504ba62caf1ef9f7022c  MesaLib-10.0.1.tar.gz
3659a174a11a89e6b1b8ee9c3f7e3c388c  MesaLib-10.0.1.zip
37</pre>
38
39
40<h2>New features</h2>
41<p>None</p>
42
43<h2>Bug fixes</h2>
44
45<p>This list is likely incomplete.</p>
46
47<ul>
48
49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=64323">Bug 64323</a> - Severe misrendering in Left 4 Dead 2</li>
50
51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68838">Bug 68838</a> - GLSL: struct declarations produce a &quot;empty declaration warning&quot; in 9.2</li>
52
53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=69155">Bug 69155</a> - [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory corruption/failures</li>
54
55<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70250">Bug 70250</a> - weston-terminal rendering corrupted with output transform 90 and 270</li>
56
57<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70601">Bug 70601</a> - [SNB Bisected]Piglit spec/ARB_texture_float/multisample-formats 2 GL_ARB_texture_float fails</li>
58
59<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=72230">Bug 72230</a> - Unable to extract MesaLib-10.0.0.tar.{gz,bz2} with bsdtar</li>
60
61<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=72325">Bug 72325</a> - [swrast] piglit glean fbo regression</li>
62
63<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=72327">Bug 72327</a> - [swrast] piglit glean pointSprite regression</li>
64
65</ul>
66
67<h2>Changes</h2>
68
69<p>The full set of changes can be viewed by using the following git command:</p>
70
71<pre>
72  git log mesa-10.0..mesa-10.0.1
73</pre>
74
75<p>Axel Davy (2):</p>
76<ul>
77  <li>egl/wayland: Flush the wl_display at the end of SwapBuffers</li>
78  <li>Enable throttling in SwapBuffers</li>
79</ul>
80
81<p>Chad Versace (2):</p>
82<ul>
83  <li>i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs</li>
84  <li>i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)</li>
85</ul>
86
87<p>Dave Airlie (1):</p>
88<ul>
89  <li>swrast: fix readback regression since inversion fix</li>
90</ul>
91
92<p>Emil Velikov (1):</p>
93<ul>
94  <li>automake: include only one copy VERSION in tarball</li>
95</ul>
96
97<p>Ian Romanick (3):</p>
98<ul>
99  <li>docs: Add 10.0 release md5sums</li>
100  <li>Remove a057b83 from the pick list</li>
101  <li>glsl: Don't emit empty declaration warning for a struct specifier</li>
102</ul>
103
104<p>Ilia Mirkin (8):</p>
105<ul>
106  <li>mesa: don't leak performance monitors on context destroy</li>
107  <li>nv50: Fix GPU_READING/WRITING bit removal</li>
108  <li>nouveau: avoid leaking fences while waiting</li>
109  <li>nv50: wait on the buf's fence before sticking it into pushbuf</li>
110  <li>nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)</li>
111  <li>nouveau/video: update h264 picparm field names based on usage</li>
112  <li>nouveau/video: update a few more h264 picparm field names</li>
113  <li>nv50: report 15 max inputs for fragment programs</li>
114</ul>
115
116<p>Jordan Justen (1):</p>
117<ul>
118  <li>dri megadriver_stub: add compatibility for older DRI loaders</li>
119</ul>
120
121<p>Kristian Høgsberg (2):</p>
122<ul>
123  <li>egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers</li>
124  <li>egl/wayland: Send commit after flushing the driver context</li>
125</ul>
126
127<p>Maarten Lankhorst (1):</p>
128<ul>
129  <li>nouveau: Fix compiler warning regression</li>
130</ul>
131
132<p>Paul Berry (1):</p>
133<ul>
134  <li>i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.</li>
135</ul>
136
137<p>Thomas Hellstrom (1):</p>
138<ul>
139  <li>st/xa: Bump major version number to 2</li>
140</ul>
141
142<p>Tom Stellard (2):</p>
143<ul>
144  <li>r300/compiler/tests: Fix segfault</li>
145  <li>r300/compiler/tests: Fix line length check in test parser</li>
146</ul>
147
148</div>
149</body>
150</html>
151