VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/docs/relnotes/17.3.9.html@ 75443

Last change on this file since 75443 was 75443, checked in by vboxsync, 6 years ago

Exported Mesa related code to OSE.

  • Property svn:eol-style set to LF
File size: 4.5 KB
Line 
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 17.3.9 Release Notes / April 18, 2018</h1>
18
19<p>
20Mesa 17.3.9 is a bug fix release which fixes bugs found since the 17.3.8 release.
21</p>
22<p>
23Mesa 17.3.9 implements the OpenGL 4.5 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 4.5. OpenGL
274.5 is <strong>only</strong> available if requested at context creation
28because compatibility contexts are not supported.
29</p>
30
31
32<h2>SHA256 checksums</h2>
33<pre>
34TBD
35</pre>
36
37
38<h2>New features</h2>
39<p>None</p>
40
41
42<h2>Bug fixes</h2>
43
44<ul>
45
46<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98281">Bug 98281</a> - 'message's in ctx-&gt;Debug.LogMessages[] seem to leak.</li>
47
48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=101408">Bug 101408</a> - [Gen8+] Xonotic fails to render one of the weapons</li>
49
50<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102342">Bug 102342</a> - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]: (style) Suspicious condition</li>
51
52<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105317">Bug 105317</a> - The GPU Vega 56 was hang while try to pass #GraphicsFuzz shader15 test</li>
53
54<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105440">Bug 105440</a> - GEN7: rendering issue on citra</li>
55
56<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105442">Bug 105442</a> - Hang when running nine ff lighting shader with radeonsi</li>
57
58<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105994">Bug 105994</a> - surface state leak when creating and destroying image views with aspectMask depth and stencil</li>
59
60</ul>
61
62
63<h2>Changes</h2>
64
65<p>Andres Gomez (2):</p>
66<ul>
67 <li>dri_util: when overriding, always reset the core version</li>
68 <li>mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage</li>
69</ul>
70
71<p>Axel Davy (2):</p>
72<ul>
73 <li>st/nine: Declare lighting consts for ff shaders</li>
74 <li>st/nine: Do not use scratch for face register</li>
75</ul>
76
77<p>Bas Nieuwenhuizen (1):</p>
78<ul>
79 <li>ac/nir: Add workaround for GFX9 buffer views.</li>
80</ul>
81
82<p>Daniel Stone (1):</p>
83<ul>
84 <li>st/dri: Initialise modifier to INVALID for DRI2</li>
85</ul>
86
87<p>Emil Velikov (1):</p>
88<ul>
89 <li>glsl: remove unreachable assert()</li>
90</ul>
91
92<p>Eric Engestrom (1):</p>
93<ul>
94 <li>gbm: remove never-implemented function</li>
95</ul>
96
97<p>Henri Verbeet (1):</p>
98<ul>
99 <li>mesa: Inherit texture view multi-sample information from the original texture images.</li>
100</ul>
101
102<p>Iago Toral Quiroga (1):</p>
103<ul>
104 <li>compiler/spirv: set is_shadow for depth comparitor sampling opcodes</li>
105</ul>
106
107<p>Jason Ekstrand (4):</p>
108<ul>
109 <li>nir/vars_to_ssa: Remove copies from the correct set</li>
110 <li>nir/lower_indirect_derefs: Support interp_var_at intrinsics</li>
111 <li>intel/vec4: Set channel_sizes for MOV_INDIRECT sources</li>
112 <li>nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination</li>
113</ul>
114
115<p>Juan A. Suarez Romero (3):</p>
116<ul>
117 <li>docs: add sha256 checksums for 17.3.8</li>
118 <li>cherry-ignore: Explicit 18.0 only nominations</li>
119 <li>Update version to 17.3.9</li>
120</ul>
121
122<p>Lionel Landwerlin (1):</p>
123<ul>
124 <li>anv: fix number of planes for depth &amp; stencil</li>
125</ul>
126
127<p>Marek Olšák (1):</p>
128<ul>
129 <li>mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override</li>
130</ul>
131
132<p>Samuel Pitoiset (1):</p>
133<ul>
134 <li>radv: fix picking the method for resolve subpass</li>
135</ul>
136
137<p>Sergii Romantsov (1):</p>
138<ul>
139 <li>i965: Extend the negative 32-bit deltas to 64-bits</li>
140</ul>
141
142<p>Timothy Arceri (6):</p>
143<ul>
144 <li>gallium/pipebuffer: fix parenthesis location</li>
145 <li>glsl: always call do_lower_jumps() after loop unrolling</li>
146 <li>ac: add if/loop build helpers</li>
147 <li>radeonsi: make use of if/loop build helpers in ac</li>
148 <li>ac: make use of if/loop build helpers</li>
149 <li>mesa: free debug messages when destroying the debug state</li>
150</ul>
151
152<p>Xiong, James (1):</p>
153<ul>
154 <li>i965: return the fourcc saved in __DRIimage when possible</li>
155</ul>
156
157
158</div>
159</body>
160</html>
161
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette