• 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.4.6 Release Notes / March 06, 2015</h1>
18
19<p>
20Mesa 10.4.6 is a bug fix release which fixes bugs found since the 10.4.5 release.
21</p>
22<p>
23Mesa 10.4.6 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 are not supported.
29</p>
30
31<h2>SHA256 checksums</h2>
32<pre>
3346c9082142e811c01e49a2c332a9ac0a1eb98f2908985fb9df216539d7eaeaf4  MesaLib-10.4.6.tar.gz
34d8baedd20e79ccd98a5a7b05e23d59a30892e68de1fcc057ca6873dafca02735  MesaLib-10.4.6.tar.bz2
356aded6eac7f0d4d55117b8b581d8424710bbb4c768fc90f7b881f29311a751aa  MesaLib-10.4.6.zip
36</pre>
37
38<h2>New features</h2>
39<p>None</p>
40
41<h2>Bug fixes</h2>
42
43<p>This list is likely incomplete.</p>
44
45<ul>
46
47<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45348">Bug 45348</a> - [swrast] piglit fbo-drawbuffers-arbfp regression</li>
48
49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84613">Bug 84613</a> - [G965, bisected] piglit regressions : glslparsertest.glsl2</li>
50
51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=87516">Bug 87516</a> - glProgramBinary violates spec</li>
52
53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88885">Bug 88885</a> - Transform feedback uses incorrect interleaving if a previous draw did not write gl_Position</li>
54
55<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89180">Bug 89180</a> - [IVB regression] Rendering issues in Mass Effect through VMware Workstation</li>
56
57</ul>
58
59
60<h2>Changes</h2>
61
62<p>Abdiel Janulgue (2):</p>
63<ul>
64  <li>glsl: Don't optimize min/max into saturate when EmitNoSat is set</li>
65  <li>st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupported</li>
66</ul>
67
68<p>Andreas Boll (1):</p>
69<ul>
70  <li>glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA</li>
71</ul>
72
73<p>Brian Paul (2):</p>
74<ul>
75  <li>swrast: fix multiple color buffer writing</li>
76  <li>st/mesa: fix sampler view reference counting bug in glDraw/CopyPixels</li>
77</ul>
78
79<p>Chris Forbes (1):</p>
80<ul>
81  <li>i965/gs: Check newly-generated GS-out VUE map against correct stage</li>
82</ul>
83
84<p>Eduardo Lima Mitev (1):</p>
85<ul>
86  <li>mesa: Fix error validating args for TexSubImage3D</li>
87</ul>
88
89<p>Emil Velikov (6):</p>
90<ul>
91  <li>docs: Add sha256 sums for the 10.4.5 release</li>
92  <li>install-lib-links: remove the .install-lib-links file</li>
93  <li>Revert "mesa: Correct backwards NULL check."</li>
94  <li>mesa: cherry-pick the second half of commit 2aa71e9485a</li>
95  <li>Revert "gallivm: Update for RTDyldMemoryManager becoming an unique_ptr."</li>
96  <li>Update version to 10.4.6</li>
97</ul>
98
99<p>Ian Romanick (3):</p>
100<ul>
101  <li>mesa: Add missing error checks in _mesa_ProgramBinary</li>
102  <li>mesa: Ensure that length is set to zero in _mesa_GetProgramBinary</li>
103  <li>mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinary</li>
104</ul>
105
106<p>Jonathan Gray (1):</p>
107<ul>
108  <li>auxilary/os: correct sysctl use in os_get_total_physical_memory()</li>
109</ul>
110
111<p>José Fonseca (1):</p>
112<ul>
113  <li>gallivm: Update for RTDyldMemoryManager becoming an unique_ptr.</li>
114</ul>
115
116<p>Leo Liu (1):</p>
117<ul>
118  <li>st/omx/dec/h264: fix picture out-of-order with poc type 0 v2</li>
119</ul>
120
121<p>Lucas Stach (1):</p>
122<ul>
123  <li>install-lib-links: don't depend on .libs directory</li>
124</ul>
125
126<p>Marek Olšák (2):</p>
127<ul>
128  <li>vbo: fix an unitialized-variable warning</li>
129  <li>radeonsi: fix point sprites</li>
130</ul>
131
132<p>Matt Turner (4):</p>
133<ul>
134  <li>glsl: Rewrite and fix min/max to saturate optimization.</li>
135  <li>mesa: Correct backwards NULL check.</li>
136  <li>i965/fs: Don't use backend_visitor::instructions after creating the CFG.</li>
137  <li>mesa: Correct backwards NULL check.</li>
138</ul>
139
140
141</div>
142</body>
143</html>
144